python 面向对象 类 __doc__
Posted minger_lcm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 面向对象 类 __doc__相关的知识,希望对你有一定的参考价值。
用来打印类的描述信息
class A1(object): ‘‘‘类的描述信息‘‘‘ print(A1.__doc__) # 类的描述信息
以上是关于python 面向对象 类 __doc__的主要内容,如果未能解决你的问题,请参考以下文章