DenisSh
Results
1
comments of
DenisSh
You can check that your method are exist in module: ```obj = dlib for method in dir(obj): if callable(getattr(obj, method)): print(method) ``` will print into console all avaible methods