示例代码:
class Test(object):
def func(self):
return '666'
print(Test().__module__)
print(Test.__module__)
print(Test.func.__module__)
运行结果:
示例代码:
class Test(object):
def func(self):
return '666'
print(Test().__module__)
print(Test.__module__)
print(Test.func.__module__)
运行结果:
微信扫码登录