Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
def | keys |
def | __len__ |
def | has_key |
def | get |
def | __getitem__ |
def | __setitem__ |
def | __delitem__ |
def | close |
def | __del__ |
def | sync |
Additional Inherited Members | |
![]() | |
dict | |
Shelf implementation using the "anydbm" generic dbm interface. This is initialized with the filename for the dbm database. See the module's __doc__ string for an overview of the interface.
def __init__ | ( | self, | |
filename, | |||
flag = 'c' |
|||
) |