cloudmesh / cloudmesh-flow

Workflow for cloudmesh
Other
1 stars 1 forks source link

finding methods #8

Closed laszewsk closed 5 years ago

laszewsk commented 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

laszewsk commented 5 years ago

dir(ClassName) ?

robludwig commented 5 years ago

Fixed in latest