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