Go to the source code of this file.
Classes | |
class | test_docs.TestDocTemplate |
class | test_docs.TestDocument |
Namespaces | |
test_docs | |
Variables | |
test_docs.a = ET.Element('a') | |
test_docs.b = ET.SubElement(a, 'b') | |
test_docs.c = ET.SubElement(b, 'c') | |
test_docs.d = ET.SubElement(b, 'd') | |
test_docs.d2 = ET.SubElement(d, 'd') | |
test_docs.tree_leaf = ET.SubElement(tree_right, None) | |
test_docs.tree_left = ET.SubElement(tree_root, 'b') | |
test_docs.tree_recursive = ET.SubElement(tree_left, tree_left) | |
test_docs.tree_right = ET.SubElement(tree_root, 1) | |
test_docs.tree_root = ET.Element('a') | |