mathmaker
0.6(alpha)
|
Like an Equality with literals and the numeric values to replace them. More...
Public Member Functions | |
def | __init__ |
Constructor. | |
def | get_subst_dict |
Getter for the substitution dictionnary. | |
def | substitute |
Executes the substitution of the literal Values by the numeric. | |
Properties | |
subst_dict |
Like an Equality with literals and the numeric values to replace them.
Definition at line 1792 of file calculus.py.
def core.calculus.SubstitutableEquality.__init__ | ( | self, | |
objcts, | |||
subst_dict, | |||
options | |||
) |
Constructor.
objcts | is a [Exponented] of 2 elements at least |
subst_dict | is a {literal Value: numeric Value} equal_signs Contains a list of equal/not equal signs. Must be as long as len(objcts) - 1. The signs are "=" or "neq" |
Definition at line 1807 of file calculus.py.
References core.calculus.SubstitutableEquality._subst_dict.
Referenced by core.root_calculus.Value.substitute().
core::calculus.SubstitutableEquality::subst_dict [static] |
property(get_subst_dict,
doc = "Substitution dictionnary of the SubstitutableEquality")
Definition at line 1842 of file calculus.py.
Referenced by core.calculus.SubstitutableEquality.substitute().