|
__init__(self,
fName)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
readerType(self)
Returns the type of the used OF-Reader as a string |
source code
|
|
|
setCase(self,
case)
Rewrite the state-file so that it uses another case than the one
predefined in the state-file |
source code
|
|
|
|
|
writeTemp(self)
Write the state to a temporary file and return the name of that file |
source code
|
|
|
|
|
getProxy(self,
type_)
Return a list of Prxy-elements that fit a specific type |
source code
|
|
|
getReader(self)
Return the Proxy-Element with the reader |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|