Package SloppyCell :: Package ReactionNetworks :: Module Network_mod
[hide private]

Module Network_mod

source code

Classes [hide private]
  KeyedList
  Network
Functions [hide private]
 
_exec_dynamic_func(obj, func, in_namespace={}, bind=True)
Create the executable function corresponding to func's functionBody.
source code
Variables [hide private]
  _double_max_ = scipy.finfo(scipy.float_).max
  _double_tiny_ = scipy.finfo(scipy.float_).tiny

Imports: copy, types, time, os, sys, operator, scipy, math, Utility, SloppyCell, atexit, Reactions, FunctionDefinition, logging, ConstraintEvent, ExprManip, event_info, Event, sets, Variable, logger, Compartment, Parameter, Species, Dynamics, Trajectory_mod


Function Details [hide private]

_exec_dynamic_func(obj, func, in_namespace={}, bind=True)

source code 

Create the executable function corresponding to func's functionBody.

This only exists now for Trajectory_mod. It's not used by the Network
object.