python Class:面向对象高级编程 @property

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python Class:面向对象高级编程 @property相关的知识,希望对你有一定的参考价值。

#!/usr/bin/python 


class ozd(object):

         def __repr__(self):

                return "This was a None note, because I couldn't  understand what I learned. I will solve it out of day  in future."


print ozd()


以上是关于python Class:面向对象高级编程 @property的主要内容,如果未能解决你的问题,请参考以下文章

python Class:面向对象高级编程 @property

python Class:面向对象高级编程 元类:type

python Class:面向对象高级编程 @property

python Class:面向对象高级编程 __getitem__

python Class:面向对象高级编程 __getattr__

python Class:面向对象高级编程 Enum(枚举)@unique