| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ZODBStorage
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
ZODB Storage for amplee. Keyword argument db -- a ZODB database (FileStorage for instance) name -- name of the top level node for this storage
|
|
Returns the content as a string of the resource found at 'info.key'. If no resource could be found, amplee.error.UnknownResource is raised. Keyword arguments info -- as returned by info() |
Returns the content as a string of the resource found at 'info.key'. If no resource could be found, amplee.error.UnknownResource is raised. Keyword arguments info -- Path to the resource as returned by info() |
Set the content at 'info' of the resource. Keyword arguments info -- as returned by info() content -- data as a string or a file object which MUST return teh full content as a byte string on read() |
Set the content at 'info' of the resource. Keyword arguments info -- as returned by info() content -- data as a string or a file object which MUST return teh full content as a byte string on read() |
Remove the resource at 'info.key' Keyword arguments info -- as returned by info() |
Remove the resource at 'info.key' Keyword arguments info -- as returned by info() |
Returns True if the resource at 'info.key' exists. False otherwise. Keyword arguments info -- as returned by info() |
List resources with the provided extension in a collection. Keyword arguments collection_name -- name of the node in the ZODB database containing all the members of a collection. Created if it does not exists. ext -- extension of resources to return |
Yields resources with the provided extension in a collection. Keyword arguments collection_name -- name of the node in the ZODB database containing all the members of a collection. Created if it does not exists. ext -- extension of resources to return |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Feb 17 14:54:46 2008 | http://epydoc.sourceforge.net |