使用 dir 函数查找类的所有成员

def abc(str):
    print(str)

print dir(abc)