# allow you to inspect the member functions of a class import inspect from pprint import pprint pprint(inspect.getmembers(Class_to_inspect, inspect.isfunction))