Daftar Python Semua metode kelas

method_list = [func for func in dir(Foo) if callable(getattr(Foo, func))]
Robert Dorrigan