These are object of the kind : Exponented = Exponented [= . More...
Public Member Functions | |
def | __init__ |
Constructor. | |
def | make_string |
Creates a string of the given object in the given ML. | |
def | __getitem__ |
It is possible to index an Equality. | |
def | __len__ |
Returns the number of elements of the Equality. |
These are object of the kind : Exponented = Exponented [= .
..]
Definition at line 230 of file __init__.py.
def obj::Equality::__init__ | ( | self, | ||
objcts, | ||||
options | ||||
) |
Constructor.
objcts | is a [Exponented] of 2 elements at least equal_signs Contains a list of equal/not equal signs. Must be long as len(objcts) - 1. The signs are "=" or "neq" |
Definition at line 244 of file __init__.py.
def obj::Equality::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 308 of file __init__.py.