CepGen 1.2.5
Central exclusive processes event generator
|
An ordered modules sequence. More...
Public Member Functions | |
__init__ (self, *args) | |
Construct an ordered sequence of modules from a list. | |
__delitem__ (self, index) | |
Remove an element from the sequence. | |
__iter__ (self) | |
Iterator definition for the sequence. | |
__eq__ (self, other) | |
Equality operato. | |
__repr__ (self) | |
Human-readable representation of this sequence. | |
Static Public Attributes | |
MODULE = object() | |
Definition at line 171 of file containers_cff.py.
__init__ | ( | self, | |
* | args | ||
) |
args | list of modules |
Examples
Definition at line 191 of file containers_cff.py.
__delitem__ | ( | self, | |
index | |||
) |
Definition at line 195 of file containers_cff.py.
__eq__ | ( | self, | |
other | |||
) |
Definition at line 203 of file containers_cff.py.
__iter__ | ( | self | ) |
Definition at line 199 of file containers_cff.py.
__repr__ | ( | self | ) |
Definition at line 209 of file containers_cff.py.
|
static |
Definition at line 172 of file containers_cff.py.