Home | Trees | Indices | Help |
|
---|
|
object --+ | attrdef.AttributeDef --+ | DictAttribute --+ | PropertyAttribute
adds the property protocol to the parent instance.
The property protocol consists of the methods - setProperty(name, value), - getProperty(name, default=Undefined) - clearProperty(name) - hasProperty(name)
getProperty works like dict.get, except it will raise a KeyError without a default.
This is provided for user information and, to some extent, some DC-internal purposes.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
returns an iterator over (name, method) pairs that should be inserted in the parent class.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |