|
|
|
|
|
|
|
|
|
__getitem__(self,
name)
Just get the value for this property. |
source code
|
|
|
|
|
|
|
asList(self)
Return the properties as a sorted list of (name, value, source) |
source code
|
|
|
asDict(self)
Return the properties as a simple key:value dictionary |
source code
|
|
|
|
|
update(self,
dict,
source,
runtime=False)
Update this object from a dictionary, with an explicit source
specified. |
source code
|
|
|
updateFromProperties(self,
other)
Update this object based on another object; the other object's |
source code
|
|
|
updateFromPropertiesNoRuntime(self,
other)
Update this object based on another object, but don't include
properties that were marked as runtime. |
source code
|
|
|
|
|
|
|
|
|
setProperty(self,
name,
value,
source,
runtime=False) |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from util.ComparableMixin :
__cmp__ ,
__hash__
|