Files
deb-python-taskflow/taskflow/patterns/graph_flow.py
Joshua Harlow 977d19caa3 Make the graph '_unsatisfied_requires' be a staticmethod
To make it possible for users to subclass this flow and
replace this method (if they so choose to) make it a static
method that is directed to the current module level function
and call into the staticmethod when used (users can override
staticmethods and change them in subclasses).

Change-Id: I747c45636596ca5a8ad81dabcbba12ab55ce77d7
2015-03-25 17:47:16 -07:00

11 KiB