Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
dumbdbm.py File Reference

Go to the source code of this file.

Data Structures

class  _Database
 

Namespaces

 dumbdbm
 

Constant Groups

 dumbdbm
 

Functions

def __setitem__
 
def __delitem__
 
def keys
 
def has_key
 
def __contains__
 
def iterkeys
 
def __len__
 
def close
 
def __del__
 
def open
 

Variables

 _open = __builtin__.open
 
int _BLOCKSIZE = 512
 
 error = IOError
 
tuple npos = ((pos + _BLOCKSIZE - 1) // _BLOCKSIZE)
 Does not work under MW compiler pos = ((pos + _BLOCKSIZE - 1) / _BLOCKSIZE) * _BLOCKSIZE f.seek(pos) More...
 
 pos = npos
 
 __iter__ = iterkeys
 
 _index
 
 _datfile
 
 _dirfile
 
 _bakfile