Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
023e9659
Commit
023e9659
authored
Jan 14, 2020
by
Stephan Seitz
Browse files
Add type annotation for DataHandling.add_arrays
parent
e5f4c74d
Pipeline
#21006
passed with stage
in 5 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pystencils/datahandling/datahandling_interface.py
View file @
023e9659
...
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment