IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
implements a FIFO pipe that merges lists (see self.put) More...
Inherits object.
implements a FIFO pipe that merges lists (see self.put)
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 More... | |
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.append | ( | self, | |
x | |||
) |
def IMP.isd.utils.Pipe.get | ( | self | ) |
def IMP.isd.utils.Pipe.put | ( | self, | |
x | |||
) |