Nektar++
|
Public Member Functions | |
def | evaluate |
Public Member Functions inherited from CellMLToNektar.pycml.mathml_operator | |
def | wrong_number_of_operands |
Public Member Functions inherited from CellMLToNektar.pycml.mathml | |
def | __init__ |
def | __repr__ |
def | __deepcopy__ |
def | clone_self |
def | get_original_of_clone |
def | get_component |
def | model |
def | eval |
Public Member Functions inherited from CellMLToNektar.pycml.element_base | |
def | __init__ |
def | __delattr__ |
def | __setattr__ |
def | rootNode |
def | cmeta_id |
def | xml_remove_child_at |
def | xml_doc |
def | xml_properties |
Private Member Functions | |
def | _get_binding_time |
Additional Inherited Members | |
Static Public Member Functions inherited from CellMLToNektar.pycml.mathml | |
def | clone |
Public Attributes inherited from CellMLToNektar.pycml.element_base | |
xml_attributes | |
Properties inherited from CellMLToNektar.pycml.mathml | |
component = property(get_component) | |
|
private |
Return the binding time of the enclosing <apply> element. Short-circuit if a static True operand occurs before any dynamic operands, returning static. Otherwise return the least upper bound of operand binding times, as usual.
Definition at line 5857 of file pycml.py.
References CellMLToNektar.pycml.mathml.eval().
def CellMLToNektar.pycml.mathml_or.evaluate | ( | self | ) |
Return the logical disjunction of the operands. Evaluates operands in the order given in the file, and will short-circuit at the first which evaluates to True.
Definition at line 5843 of file pycml.py.
References CellMLToNektar.pycml.mathml.eval().
Referenced by CellMLToNektar.pycml.mathml_constructor._eval_self().