Skip to content
Snippets Groups Projects
Commit 023e9659 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add type annotation for DataHandling.add_arrays

parent e5f4c74d
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class DataHandling(ABC):
pystencils field, that can be used to formulate symbolic kernels
"""
def add_arrays(self, description: str):
def add_arrays(self, description: str) -> Tuple[Field]:
"""Adds multiple arrays using a string description similar to :func:`pystencils.fields`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment