Nektar++
|
Public Member Functions | |
def | __init__ |
def | __delattr__ |
def | __setattr__ |
def | rootNode |
def | cmeta_id |
def | xml_remove_child_at |
def | xml_doc |
def | xml_properties |
Public Attributes | |
xml_attributes | |
Base element class to allow me to set certain attributes on my instances that are Python objects rather than unicode strings.
def CellMLToNektar.pycml.element_base.__delattr__ | ( | self, | |
key | |||
) |
def CellMLToNektar.pycml.element_base.__setattr__ | ( | self, | |
key, | |||
value | |||
) |
def CellMLToNektar.pycml.element_base.cmeta_id | ( | self | ) |
Get the value of the cmeta:id attribute, or the empty string if not set.
Definition at line 244 of file pycml.py.
Referenced by CellMLToNektar.pycml.cellml_variable.add_rdf_annotation(), CellMLToNektar.pycml.cellml_variable.get_rdf_annotation(), CellMLToNektar.pycml.cellml_variable.get_rdf_annotations(), CellMLToNektar.pycml.cellml_model.is_self_excitatory(), and CellMLToNektar.pycml.cellml_variable.remove_rdf_annotations().
def CellMLToNektar.pycml.element_base.rootNode | ( | self | ) |
Definition at line 235 of file pycml.py.
Referenced by CellMLToNektar.pycml.mathml_constructor._tree_complexity(), and CellMLToNektar.pycml.mathml_piecewise.tree_complexity().
def CellMLToNektar.pycml.element_base.xml_doc | ( | self | ) |
Definition at line 275 of file pycml.py.
References CellMLToNektar.pycml.element_base.xml_attributes.
def CellMLToNektar.pycml.element_base.xml_properties | ( | self | ) |
def CellMLToNektar.pycml.element_base.xml_remove_child_at | ( | self, | |
index = -1 |
|||
) |
Remove child object at a given index index - optional, 0-based index of child to remove (defaults to the last child)
Definition at line 248 of file pycml.py.
CellMLToNektar.pycml.element_base.xml_attributes |
Definition at line 213 of file pycml.py.
Referenced by CellMLToNektar.pycml.cellml_model.xml(), and CellMLToNektar.pycml.element_base.xml_doc().