| Trees | Index | Help |
|
|---|
| Package zope :: Package interface :: Package common :: Module mapping :: Class IExtendedReadMapping |
|
Interface--+ |IItemMapping--+ |IReadMapping--+ |IEnumerableMapping--+ |IIterableMapping--+ | IExtendedReadMapping
IFullMapping| Method Summary | |
|---|---|
| Inherited from InterfaceClass | |
| |
Return the attribute description for the given name. | |
| |
Query for an attribute description | |
| Class Variable Summary | |
|---|---|
str |
__len__ = 'Return the number of items.\n '
|
str |
has_key = 'Tell if a key exists in the mapping; equivale...
|
str |
items = 'Return the items of the mapping object.\n ...
|
str |
iteritems = 'iterate over items'
|
str |
iterkeys = 'iterate over keys; equivalent to __iter__'
|
str |
itervalues = 'iterate over values'
|
str |
keys = 'Return the keys of the mapping object.\n ...
|
str |
values = 'Return the values of the mapping object.\n ...
|
| Class Variable Details |
|---|
__len__
|
has_key
|
items
|
iteritems
|
iterkeys
|
itervalues
|
keys
|
values
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:21 2005 | http://epydoc.sf.net |