wiki:shunfa/2009/1029
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Version 1 (modified by shunfa, 16 years ago) (diff)

--

Python Note

class

constructor

example:

class myClass:
    def __init__(self):
        print self

result:

>>> myClass
<class __main__.myClass at 0x011ED690>

內建屬性

  • classname.__dict__: 類別內的屬性以辭典集物件方式儲存