|
IMP
2.0.1
The Integrative Modeling Platform
|
implements a FIFO pipe that merges lists (see self.put) More...
Inherits object.
Public Member Functions | |
| def | append |
| x must be a list and will be appended to the end of the pipe, dropping rightmost elements if necessary | |
| def | get |
| returns the oldest element, without popping it out of the pipe. More... | |
| def | put |
| if x is subscriptable, insert its contents at the beginning of the pipe. More... | |
| def IMP.isd.utils.Pipe.get | ( | self | ) |
| def IMP.isd.utils.Pipe.put | ( | self, | |
| x | |||
| ) |