📜  python 获取一个类的所有方法 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:57.102000             🧑  作者: Mango

代码示例1
#This method is used to list all the fields and methods of your object (as a tuple)
dir(theobject)