Trees | Indices | Help |
|
---|
|
Module for manipulating data pipes.
|
|||
|
|||
list of str |
|
||
str |
|
||
|
|||
None or RelaxError instance |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
str or None |
|
||
PipeContainer instance |
|
||
str |
|
||
bool |
|
||
bool |
|
||
PipeContainer instance or tuple of PipeContainer instance and str if name=True |
|
||
list of str |
|
||
|
|
|||
ds = The relax data storage obje
|
|||
status = Status()
|
|||
VALID_TYPES =
|
|||
PIPE_DESC =
|
|||
PIPE_DESC_LIST =
|
|||
check_pipe = <lib.checks.Check instance at 0x7fd8f8b3dfa0>
|
|||
__package__ =
|
|||
name =
|
Imports: sys, Relax_data_store, C_module_exp_fn, scipy_module, Check, builtins, RelaxError, RelaxNoPipeError, RelaxPipeError, sort_filenames, write_data, pipe_control, Status
|
Add the data pipe to the given bundle, created the bundle as needed.
|
Return the list of all data pipe bundles.
|
Return the name of the current data pipe.
|
Change the type of the current data pipe.
|
Test for the existence of the current or supplied data pipe.
|
Check the validity of the given data pipe type.
|
Copy the contents of the source data pipe to a new target data pipe. If the 'pipe_from' argument is None then the current data pipe is assumed as the source. The data pipe corresponding to 'pipe_to' cannot exist.
|
Create a new data pipe. The current data pipe will be changed to this new data pipe.
|
Delete a data pipe.
|
Return the name of the bundle that the given pipe belongs to.
|
Return a data pipe.
|
Return the type of the data pipe.
|
Determine if the relax data store contains the data pipe bundle.
|
Determine if the relax data store contains the data pipe.
|
Generator function for looping over and yielding the data pipes.
|
Return the list of all data pipes.
|
Switch the current data pipe to the given data pipe.
|
|
ds
|
VALID_TYPES
|
PIPE_DESC
|
PIPE_DESC_LIST
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 26 11:41:06 2020 | http://epydoc.sourceforge.net |