libsbml-draw
Classes | Variables
libsbml_draw.model.sbml_layout Namespace Reference

Classes

class  SBMLlayout
 

Variables

 BezierPoints
 

Detailed Description

Creates a Python interface to load, display and manipulate
models defined in an SBML file, making use of a c API and libsbml.

Variable Documentation

◆ BezierPoints

libsbml_draw.model.sbml_layout.BezierPoints
Initial value:
1 = namedtuple("BezierPoints", ["start", "end",
2  "control1", "control2"])