Home | Trees | Indices | Help |
|
---|
|
object --+ | Config
General CSB Test Config. Config instances contain the following properties:
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
file stream |
|
||
str |
|
||
|
|||
Inherited from |
Static Methods | |||
|
Class Variables | |
DATA =
|
|
TEMP =
|
Properties | |
str |
data Test data directory |
str |
temp Test temp directory |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Try to deserialize some pickled data files. Call Config.updateDataFiles if the pickles appeared incompatible with the current interpreter. |
Same as
|
Same as
|
Return a temporary file stream: with self.getTempStream() as tmp: tmp.write(something) tmp.flush() file_name = tmp.name
|
Search for
|
Override the default Config.DATA with a new data root directory.
|
Refresh the pickled structures in csb/test/data. This might be needed when the internal representation of some classes has changed. |
Property Details |
dataTest data directory
|
tempTest temp directory
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jun 20 10:55:48 2013 | http://epydoc.sourceforge.net |