mathmaker
0.4(alpha)
|
Abstract mother class of objects composed of Calculable=Calculable=... More...
Public Member Functions | |
def | __init__ |
Constructor. |
Abstract mother class of objects composed of Calculable=Calculable=...
Definition at line 103 of file calculus.py.
def core.calculus.ComposedCalculable.__init__ | ( | self | ) |
Constructor.
Reimplemented from core.base.NamedObject.
Definition at line 113 of file calculus.py.
Referenced by core.calculus.Equation.__init__(), and core.root_calculus.Value.substitute().