Database with information about runs. To be queried etc
|
__adaptDatabase(self,
data)
Make sure that all the required columns and tables are there |
source code
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
name,
create=False,
verbose=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
add(self,
data)
Add a dictionary with data to the database |
source code
|
|
|
|
|
initDatabase(self,
name)
Create a new database file |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|