| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
CDBMaker
| Instance Methods | |||
|
|||
|
|||
|
|||
| CDB |
|
||
| int |
|
||
|
Inherited from |
|||
| Class Variables | |
__hash__ = Nonehash(x) |
|
| Properties | |
|
Inherited from |
| Method Details |
|
Add the key/value pair to the CDB-to-be. Note that in case of a unicode key or value, it will be transformed to a byte string using the ascii encoding.
|
|
Commit to the current dataset and finish the CDB creation. The commit method returns a new CDB instance based on the file just committed.
|
|
| Class Variable Details |
__hash__hash(x)
|
| Home | Trees | Indices | Help |
|
|---|