Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
8479aa27
Commit
8479aa27
authored
Aug 18, 2019
by
Stephan Seitz
Browse files
Let iterator of AssignmentCollection iterate over all_assignments (not only main_assignments)
parent
71b8767b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/simp/assignment_collection.py
View file @
8479aa27
...
...
@@ -347,7 +347,7 @@ class AssignmentCollection:
return
result
def
__iter__
(
self
):
return
self
.
main
_assignments
.
__iter__
()
return
self
.
all
_assignments
.
__iter__
()
@
property
def
main_assignments_dict
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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