Public Member Functions | |
def | __eq__ (self, other) |
def | __init__ (self, tree) |
def | get_tree (self) |
Public Attributes | |
tree | |
Definition at line 4 of file doc_template.py.
def doc_template.Doc.__init__ | ( | self, | |
tree | |||
) |
Definition at line 5 of file doc_template.py.
def doc_template.Doc.__eq__ | ( | self, | |
other | |||
) |
Definition at line 16 of file doc_template.py.
def doc_template.Doc.get_tree | ( | self | ) |
Get this Doc's tree. Returns: The xml.etree.ElementTree object of the documentation.
Definition at line 8 of file doc_template.py.
doc_template.Doc.tree |
Definition at line 6 of file doc_template.py.