Home | Trees | Index | Help |
|
---|
Package twisted :: Package popsicle :: Module repos :: Class DirectoryRepository |
|
Repository
--+
|
DirectoryRepository
Mailsicle
,
Picklesicle
Method Summary | |
---|---|
__init__(self,
dirname)
| |
Generate an OID synchronously. | |
Inherited from Repository | |
| |
| |
| |
Weakly cache an object for the given OID. | |
The freezer finished cleaning, and some of my objects were cleaned. | |
Create an instance with an oid and cache it. | |
| |
Load an object from cache or by OID. | |
External API for synchronously loading stuff. | |
Implement me to return a Deferred if you want to implement asynchronous loading. | |
Implement me if you want to implement synchronous loading. | |
Synonymous with ref.__call__(). | |
Save an object... | |
Return a Deferred which will fire True when the object is saved. |
Class Variable Summary | |
---|---|
Inherited from Repository | |
int |
_lastOID = 0 |
Method Details |
---|
generateOID(self, obj)Generate an OID synchronously. Necessary for some types of persistence, but
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:21:11 2003 | http://epydoc.sf.net |