Friday, May 26, 2017

How to finding what methods Python object has

[method for method in dir(Python_Object) if callable(getattr(Python_Object, method))

No comments:

Post a Comment