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

Type IMapping

Interface --+            
            |            
 IItemMapping --+        
                |        
     IReadMapping --+    
                    |    
   IEnumerableMapping --+
                        |
        Interface --+   |
                    |   |
        IWriteMapping --+
                        |
                       IMapping

Known Subclasses:
IFullMapping

Simple mapping interface
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 __delitem__ = 'Delete a value from the mapping using the...
str __len__ = 'Return the number of items.\n        '
str __setitem__ = 'Set a new item in the mapping.'
str items = 'Return the items of the mapping object.\n      ...
str keys = 'Return the keys of the mapping object.\n        ...
str values = 'Return the values of the mapping object.\n    ...

Class Variable Details

__delitem__

Type:
str
Value:
'Delete a value from the mapping using the key.'                       

__len__

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

__setitem__

Type:
str
Value:
'Set a new item in the mapping.'                                       

items

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

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