Trees | Indices | Help |
|
---|
|
The relax data storage object.
|
|||
|
|||
|
|||
|
|||
bool |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
a new object with type S, a subtype of T |
|
|
|||
current_pipe = None hash(x) |
|||
instance = The relax data storage obje
|
|||
Inherited from |
|
|||
Inherited from |
|
Replacement function for implementing the singleton design pattern.
|
The string representation of the object. Rather than using the standard Python conventions (either the string representation of the value or the "<...desc...>" notation), a rich-formatted description of the object is given.
|
Delete all the data from the relax data storage object. This method is to make the current single instance of the Data object identical to a newly created instance of Data, hence resetting the relax program state. |
Method for adding a new data pipe container to the dictionary. This method should be used rather than importing the PipeContainer class and using the statement 'D[pipe] = PipeContainer()', where D is the relax data storage object and pipe is the name of the data pipe.
|
Method for testing if the relax data store is empty.
|
Parse a XML document representation of a data pipe, and load it into the relax data store.
|
Create a XML document representation of the current data pipe. This method creates the top level XML document including all the information needed about relax, calls the PipeContainer.xml_write() method to fill in the document contents, and writes the XML into the file object.
|
|
instance
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 10 13:30:51 2013 | http://epydoc.sourceforge.net |