为了账号安全,请及时绑定邮箱和手机立即绑定

Python中的静态方法

Python中的静态方法

吃鸡游戏 2021-03-31 13:10:57
我在Python中使用静态方法,如下所示:class A(object):    @staticmethod    def sfun():        print "this is statice method"class AA(A):    @staticmethod    def sfun():        print "this is statice method"我想在sfun中获得类的类型(A或AA)。我该怎么做?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 144 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信