====== Python中的类操作 ====== 在python中,什么都是类,python是正宗的面向对象的语言,但是你可以用它来写过程性的程序。 **万物皆为类,但又不拘泥于类 :)** * [[python-class:private|Python类中的私有成员(私有函数,私有变量)]] * [[python-class:special-function|Python类中的特殊方法]] * [[python-class:traverse-member]]