|
|
|
|
|
|
|
|
|
__getitem__(self,
name)
Just get the value for this property. |
source code
|
|
|
|
|
getProperty(self,
name,
default=None)
Get the value for the given property. |
source code
|
|
|
|
|
asList(self)
Return the properties as a sorted list of (name, value, source) |
source code
|
|
|
|
|
setProperty(self,
name,
value,
source,
runtime=False) |
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
|
|
|
render(self,
value)
Return a variant of value that has any WithProperties objects
substituted. |
source code
|
|
Inherited from util.ComparableMixin :
__cmp__ ,
__hash__ ,
__providedBy__
|