Classes | |
class | DB |
class | TransLocTable |
hmm, on second thought, storing this is in the database is kind of silly..., since it essentially could change with each run. More... | |
class | TransMapTable |
class | TransStringTable |
Functions | |
def | trans_connect |
Variables | |
string | DATABASE = 'trans_data' |
string | PASSWORD = '' |
string | USER = 'root' |
def pyclearsilver.trans.db_trans.trans_connect | ( | host = 'localhost' , |
|
debug = 0 |
|||
) |
Definition at line 68 of file db_trans.py.
string pyclearsilver::trans::db_trans::DATABASE = 'trans_data' |
Definition at line 9 of file db_trans.py.
string pyclearsilver::trans::db_trans::PASSWORD = '' |
Definition at line 8 of file db_trans.py.
string pyclearsilver::trans::db_trans::USER = 'root' |
Definition at line 7 of file db_trans.py.