States what attributes to delegate, and to which target attributes.
Map source to target attribute names, for delegation.
Parameters: |
|
---|
Get the mapped value of a deletable attribute
Return type: | string |
---|
Get the mapped value of a readable attribute
Return type: | string |
---|
Get the mapped value of a writable attribute
Return type: | string |
---|
Check for delete-access mapping of attribute
Returns: | True if the mapping exists |
---|
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 |
---|
Remove attribute mappings
Parameters: |
|
---|
Get all attributes, no matter what access they provide
Returns: | (attribute_name, ...) |
---|---|
Return type: | iter(str, ...) |
Get all deletables attributes
Returns: | (attribute_name, ...) |
---|---|
Return type: | iter(str, ...) |
Get all readable attributes
Returns: | (attribute_name, ...) |
---|---|
Return type: | iter(str, ...) |
Get all writables attributes
Returns: | (attribute_name, ...) |
---|---|
Return type: | iter(str, ...) |