Public Member Functions | |
def | __init__ (self) |
Public Attributes | |
path | |
schema | |
conn | |
A class for interacting with an SQLite3 file All relevant metadata associated with a single DocDB document will be stored in a member of this class. Attributes: path (str) : Path to SQLite3 file schema (str) : Path to SQLite3 schema definition file conn (sqlite) : SQLite3 connection
Definition at line 11 of file bp_database.py.
def bp_database.BlessedPlotsDB.__init__ | ( | self | ) |
Definition at line 23 of file bp_database.py.
Referenced by PandAna.core.core.spectrum.fill().
bp_database.BlessedPlotsDB.conn |
Definition at line 27 of file bp_database.py.
bp_database.BlessedPlotsDB.path |
Definition at line 25 of file bp_database.py.
Referenced by generic.models.Organizational.PlotCollectionKey.__eq__(), generic.models.Organizational.PlotCollectionKey.__hash__(), generic.models.Organizational.PlotCollectionKey.__repr__(), and log_trawl.FileViewer.__repr__().
bp_database.BlessedPlotsDB.schema |
Definition at line 26 of file bp_database.py.
Referenced by ProjMan.Consumer.establish().