Skip to content

Commit

Permalink
Document the intended attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Jan 16, 2024
1 parent b26d224 commit 197497c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiron_workflow/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ class Node(HasToDict, ABC, metaclass=AbstractHasPost):
owning this, if any.
ready (bool): Whether the inputs are all ready and the node is neither
already running nor already failed.
root (Node): The parent-most node in this graph.
run_args (dict): **Abstract** the argmuments to use for actually running the
node. Must be specified in child classes.
running (bool): Whether the node has called :meth:`run` and has not yet
Expand Down

0 comments on commit 197497c

Please sign in to comment.