Public Member Functions | |
def | __init__ |
def | __AddLeft__ |
def | __AddRight__ |
def | __AddCoeff__ |
def | NewTag |
def | strhs |
def | AsScrumPy |
def | __str__ |
def | AtomSto |
def | NetBal |
def | ImBal |
Public Attributes | |
lhs | |
rhs | |
CoeffDic | |
CurMet | |
BadCoeffs | |
Static Public Attributes | |
list | ParentFields = [Tags.EnzReac] |
list | ChildFields = [Tags.Left, Tags.Right, Tags.InPath] |
string | RecordClass = "Reaction" |
Definition at line 24 of file Reaction.py.
def ScrumPy::ScrumPy::Bioinf::PyoCyc::Reaction::Record::AtomSto | ( | self, | ||
side | ||||
) |
pre: side == Tags.Left' || side == Tags.Right post: AtomSto => dictionary of atomic stoichiometry of l or r hs
Definition at line 142 of file Reaction.py.