|
|
__init__(self,
name=None,
capacity='unbounded',
unitName='units',
putQType=<class 'SimPy.Lib.FIFO'>,
getQType=<class 'SimPy.Lib.FIFO'>,
monitored=False,
monitorType=<class 'SimPy.Recording.Monitor'>,
initialBuffered=None,
sim=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
Inherited from Lister.Lister:
__repr__,
__str__,
attrnames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|