您当前的位置: 首页 >  Python

IT之一小佬

暂无认证

  • 1浏览

    0关注

    1192博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

python中__module__模块用法详解

IT之一小佬 发布时间:2022-08-03 23:31:15 ,浏览量:1

示例代码:

class Test(object):

    def func(self):
        return '666'


print(Test().__module__)
print(Test.__module__)
print(Test.func.__module__)

运行结果:

关注
打赏
1665675218
查看更多评论
立即登录/注册

微信扫码登录

0.0525s