Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | set_location |
def | next |
def | previous |
def | first |
def | last |
![]() | |
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 "BSD" db interface. This adds methods first(), next(), previous(), last() and set_location() that have no counterpart in [g]dbm databases. The actual database must be opened using one of the "bsddb" modules "open" routines (i.e. bsddb.hashopen, bsddb.btopen or bsddb.rnopen) and passed to the constructor. See the module's __doc__ string for an overview of the interface.
def last | ( | self) |
def next | ( | self) |
def previous | ( | self) |
def set_location | ( | self, | |
key | |||
) |