All Printable objects : Exponenteds & others (Equations. More...
Public Member Functions | |
def | make_string |
Creates a string of the given object in the given ML. |
All Printable objects : Exponenteds & others (Equations.
..) Any Printable must reimplement the make_string() method
Definition at line 91 of file __init__.py.
def obj::Printable::make_string | ( | self, | ||
markup, | ||||
options | ||||
) |
Creates a string of the given object in the given ML.
markup | The markup dictionary to use | |
options | Any options |
Reimplemented in obj::NamedExpression, obj::Equality, obj::Equation, obj::calc::Value, obj::calc::Item, obj::calc::SquareRoot, obj::calc::Product, obj::calc::Sum, obj::calc::Quotient, and obj::calc::BinomialIdentity.
Definition at line 103 of file __init__.py.