Skip to content

Commit eeea644

Browse files
elijahbenizzyskrawcz
authored andcommitted
Adds comments to lifecycle base
1 parent d962246 commit eeea644

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

hamilton/lifecycle/base.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,10 @@ async def pre_node_execute(
496496
"""
497497
pass
498498

499-
499+
# TODO -- copy this + name it `BaseDoRemoteExecute` and `do_remote_execute` (for the string/function)
500+
# Look at the comments in graph_functions.py for what parameters to add
501+
# Add the right parameters
502+
# Add some docstrings
500503
@lifecycle.base_method("do_node_execute")
501504
class BaseDoNodeExecute(abc.ABC):
502505
@abc.abstractmethod

0 commit comments

Comments
 (0)