| Home | Trees | Indices | Help |
|
|---|
|
|
Manages a database of persistent Crash objects, trying to avoid duplicates.
Uses a DBM database file for persistency.
See Also: Crash.key
|
|||
|
__CrashContainerIterator Iterator of Crash objects. |
|||
|
|||
|
|||
|
|||
| bool |
|
||
| iterator |
|
||
| int |
|
||
| bool |
|
||
| bool |
|
||
| iterator |
|
||
| iterator |
|
||
|
|||
|
|||
| Crash object. |
|
||
| str |
|
||
| (opaque object) |
|
||
| str |
|
||
| Crash |
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
See Also: itervalues |
|
|
|
See Also: get Warning: A copy of each object is returned, so any changes made to them will be lost. To preserve changes do the following:
|
Warning: A copy of each object is returned, so any changes made to them will be lost. To preserve changes do the following:
|
Adds a new crash to the container. If the crash appears to be already known, it's ignored.
See Also: Crash.key |
Removes a crash from the container.
|
Retrieves a crash from the container.
See Also: iterkeys Warning: A copy of each object is returned, so any changes made to them will be lost. To preserve changes do the following:
|
Marshalls a Crash key to be used in the database.
|
Unmarshalls a Crash key read from the database.
|
Marshalls a Crash object to be used in the database.
|
Unmarshalls a Crash object read from the database.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 12 19:46:16 2010 | http://epydoc.sourceforge.net |