Home | Trees | Indices | Help |
|
---|
|
object --+ | Profile
States what attributes to delegate, and to which target attributes.
Instance methods:
- has_readable: Check for read-access mapping of attribute
- has_writable: Check for read-access mapping of attribute
- has_deletable: Check for read-access mapping of attribute
- get_readable: Get read-access mapping for attribute
- get_writable: Get read-access mapping for attribute
- get_deletable: Get read-access mapping for attribute
- remove_mappings: Remove attribute mappings
- add_mappings: Add attribute mappings
Operators:
- self |= b::Profile
- union of this profile and the other
- self | b::Profile
- union of this profile and the other
- self &= b::Profile
- intersection of this profile and the other
- self & b::Profile
- intersection of this profile and the other
- self - b::Profile
- difference of this profile and the other
- self -= b::Profile
- difference of this profile and the other
- self ^ b::Profile
- symetric difference of this profile and the other
- self ^= b::Profile
- symetric difference of this profile and the other
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Check for read-access mapping of attribute Returns True if the mapping exists |
Check for write-access mapping of attribute Returns True if the mapping exists |
Check for delete-access mapping of attribute Returns True if the mapping exists |
Get the mapped value of a readable attribute Returns ::string |
Get the mapped value of a writable attribute Returns ::string |
Get the mapped value of a deletable attribute Returns ::string |
union of this profile and the other Parameters:
|
intersection of this profile and the other Parameters:
|
difference of this profile and the other Parameters:
|
symetric difference of this profile and the other Parameters:
|
Remove attribute mappings Parameters:
|
Map source to target attribute names, for delegation. Parameters:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Thu Jul 22 13:11:42 2010 | http://epydoc.sourceforge.net |