Closed laszewsk closed 5 years ago
simply put the flow in a class
class MyFlow ... def a... def b ... dev c ...
than use the following. you could also put a decorator on the functions, but i think this is eaier
https://stackoverflow.com/questions/1911281/how-do-i-get-list-of-methods-in-a-python-class
dir(ClassName) ?
Fixed in latest
simply put the flow in a class
class MyFlow ... def a... def b ... dev c ...
than use the following. you could also put a decorator on the functions, but i think this is eaier
https://stackoverflow.com/questions/1911281/how-do-i-get-list-of-methods-in-a-python-class