Searched refs:get_all_methods (Results 1 – 2 of 2) sorted by relevance
69 def get_all_methods(instance): function110 m for c in classes for m in get_all_methods(c)187 [m.startswith(VALIDATE_METHOD_PREFIX) for m in get_all_methods(cls)]):