Package zope :: Package interface :: Package common :: Module mapping :: Class IIterableMapping
[show private | hide private]
[frames | no frames]

Type IIterableMapping

Interface --+            
            |            
 IItemMapping --+        
                |        
     IReadMapping --+    
                    |    
   IEnumerableMapping --+
                        |
                       IIterableMapping

Known Subclasses:
IExtendedReadMapping

Method Summary
    Inherited from InterfaceClass
  __contains__(self, name)
  __getitem__(self, name)
Return the attribute description for the given name.
  __iter__(self)
  get(self, name, default)
Query for an attribute description

Class Variable Summary
str __len__ = 'Return the number of items.\n        '
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__

Type:
str
Value:
'''Return the number of items.
        '''                                                            

items

Type:
str
Value:
'''Return the items of the mapping object.
        '''                                                            

iteritems

Type:
str
Value:
'iterate over items'                                                   

iterkeys

Type:
str
Value:
'iterate over keys; equivalent to __iter__'                            

itervalues

Type:
str
Value:
'iterate over values'                                                  

keys

Type:
str
Value:
'''Return the keys of the mapping object.
        '''                                                            

values

Type:
str
Value:
'''Return the values of the mapping object.
        '''                                                            

Generated by Epydoc 2.1 on Fri Jun 24 12:01:26 2005 http://epydoc.sf.net