pep.pep.Pobject

class pep.pep.Pobject(name='', value=0)[source]

Mutable objects that are needed in order to allow all membranes that use the P object to globally modify the object

Variables:
  • name (str) –
  • value (double) –
  • wasConsumed (boolean) – was consumed in production function
__init__(name='', value=0)[source]

Methods

__init__([name, value])