These are object of the kind : Name = Exponented. More...
Public Member Functions | |
| def | __init__ |
| Constructor. | |
| def | make_string |
| Creates a string of the given object in the given ML. | |
| def | auto_expansion_and_reduction |
| Create a string of the expression's exp. | |
These are object of the kind : Name = Exponented.
Definition at line 119 of file __init__.py.
| def obj::NamedExpression::__init__ | ( | self, | ||
| integer_or_letter, | ||||
| objct | ||||
| ) |
Constructor.
| integer_or_letter | A string or an integer | |
| objct | The Exponented that will be at the right hand side |
Definition at line 132 of file __init__.py.
| def obj::NamedExpression::auto_expansion_and_reduction | ( | self, | ||
| markup, | ||||
| options | ||||
| ) |
Create a string of the expression's exp.
& red. in the given ML
| markup | The markup dictionary to use | |
| options | Any options |
Definition at line 196 of file __init__.py.
| def obj::NamedExpression::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 from obj::Printable.
Definition at line 156 of file __init__.py.
1.6.3