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

Type IWriteMapping

Interface --+
            |
           IWriteMapping

Known Subclasses:
IExtendedWriteMapping, IMapping

Mapping methods for changing data
Class Variable Summary
str __delitem__ = 'Delete a value from the mapping using the...
str __setitem__ = 'Set a new item in the mapping.'

Class Variable Details

__delitem__

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

__setitem__

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

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