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
Branches
Tags
No related merge requests found
...@@ -62,7 +62,7 @@ class DataHandling(ABC): ...@@ -62,7 +62,7 @@ class DataHandling(ABC):
pystencils field, that can be used to formulate symbolic kernels 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` """Adds multiple arrays using a string description similar to :func:`pystencils.fields`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment