Package gmisclib :: Module mcmc_cooperate :: Class Barrier
[frames] | no frames]

Class Barrier

source code


Instance Methods
 
__init__(self, *x)
Constructs a barrier from a list of integers.
source code
 
__cmp__(self, other) source code
 
__iadd__(self, other) source code
 
__repr__(self)
repr(x)
source code
 
deepen(self, v) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, *x)
(Constructor)

source code 

Constructs a barrier from a list of integers.

Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)