How can I find the superclass of a Function Object in Python?

前端 未结 0 1528
执笔经年
执笔经年 2021-01-25 06:02

So if I code:

a=False
print(type(a))
print(bool.mro())

The result is:


[, 

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题