某些课程例如:
>>> import inspect
>>> class Test(object):
def test_method(self):
pass
现在,让我们从type
检查varable
的{{1}}:
class object
不。来自>>> type(Test.test_method)
<class 'function'>
的{{1}}?
instance
是的,但那不是我想要的。
让我们试试检查模块:
class
不。的为什么吗