| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ContainerBase
Base class for Container types. The code implemented here deals with marshalling and unmarshalling of Crash objects and keys, and it's independent of the database used later.
|
|||
|
|||
| int |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| iterator |
|
||
|
|||
| str or buffer |
|
||
| Crash key. |
|
||
| str |
|
||
| Crash |
|
||
|
Inherited from |
|||
|
|||
| bool |
optimizeKeys = FalseTrue to optimize the marshalling of keys,
False otherwise.
|
||
| bool |
optimizeValues = FalseTrue to optimize the marshalling of keys,
False otherwise.
|
||
| bool |
compressKeys = FalseTrue to compress keys when marshalling,
False to leave them uncompressed.
|
||
| bool |
compressValues = FalseTrue to compress values when marshalling,
False to leave them uncompressed.
|
||
| bool |
escapeKeys = FalseTrue to escape keys when marshalling, False
to leave them uncompressed.
|
||
| bool |
escapeValues = FalseTrue to escape values when marshalling,
False to leave them uncompressed.
|
||
| bool |
binaryKeys = FalseTrue to marshall keys to binary format (the Python
buffer type), False to use text marshalled
keys (str type).
|
||
| bool |
binaryValues = FalseTrue to marshall values to binary format (the Python
buffer type), False to use text marshalled
values (str type).
|
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
|
|
|
Removes the given key from the set of known keys.
|
Marshalls a Crash key to be used in the database.
See Also: __init__ |
Unmarshalls a Crash key read from the database.
|
Marshalls a Crash object to be used in the database. The
Warning:
Setting the |
Unmarshalls a Crash object read from the database.
|
|
|||
optimizeKeysTrue to optimize the marshalling of keys, False
otherwise. Only used with the pickle module, ignored when
using the more secure cerealizer module.
|
optimizeValuesTrue to optimize the marshalling of keys, False
otherwise. Only used with the pickle module, ignored when
using the more secure cerealizer module.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 20 14:32:15 2010 | http://epydoc.sourceforge.net |