Home | Trees | Indices | Help |
|
---|
|
object --+ | attributecollection.AttributeCollection --+ | Delegator
An AttributeCollection that delegates attributes of one object to another.
Instance properties:
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
target Write-only, target for delegation. |
|||
profile Read-write, the profile to use for attribute mappings. |
|||
Inherited from |
|
Constructs a delegator.
|
Try to get the value of an attribute Parameters:
Returns whether the attribute was found, and if so, its value :: (found_attribute::bool, value)
|
Try to set the value of an attribute Parameters:
Returns True, if the attribute was found, False otherwise
|
Try to delete an attribute Parameters:
Returns True, if the attribute was found, False otherwise
|
|
targetWrite-only, target for delegation. Delegated attributes will be delegated to this object. Overloaded, setter parameters:
|
profileRead-write, the profile to use for attribute mappings. Returns ::Profile Setter parameters:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Thu Jul 22 13:11:42 2010 | http://epydoc.sourceforge.net |