| Trees | Index | Help |
|
|---|
| Package zope :: Package interface :: Package common :: Module mapping :: Class IExtendedWriteMapping |
|
Interface--+ |IWriteMapping--+ | IExtendedWriteMapping
IFullMapping| Class Variable Summary | |
|---|---|
str |
__delitem__ = 'Delete a value from the mapping using the...
|
str |
__setitem__ = 'Set a new item in the mapping.'
|
str |
clear = 'delete all items'
|
str |
pop = 'remove specified key and return the corresponding...
|
str |
popitem = 'remove and return some (key, value) pair as a...
|
str |
setdefault = 'D.setdefault(k[,d]) -> D.get(k,d), also se...
|
str |
update = ' Update D from E: for k in E.keys(): D[k] = E[...
|
| Class Variable Details |
|---|
__delitem__
|
__setitem__
|
clear
|
popitem
|
setdefault
|
update
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:19 2005 | http://epydoc.sf.net |