Classes | Variables
test_docs Namespace Reference

Classes

class  TestDocTemplate
 
class  TestDocument
 

Variables

 a = ET.Element('a')
 
 b = ET.SubElement(a, 'b')
 
 c = ET.SubElement(b, 'c')
 
 d = ET.SubElement(b, 'd')
 
 d2 = ET.SubElement(d, 'd')
 
 tree_leaf = ET.SubElement(tree_right, None)
 
 tree_left = ET.SubElement(tree_root, 'b')
 
 tree_recursive = ET.SubElement(tree_left, tree_left)
 
 tree_right = ET.SubElement(tree_root, 1)
 
 tree_root = ET.Element('a')
 

Detailed Description

Unit test for documentation generation
Author: Matthew Sklar, Varun Agrawal
Date: May 2019

Variable Documentation

test_docs.a = ET.Element('a')

Definition at line 25 of file test_docs.py.

test_docs.b = ET.SubElement(a, 'b')

Definition at line 26 of file test_docs.py.

test_docs.c = ET.SubElement(b, 'c')

Definition at line 27 of file test_docs.py.

test_docs.d = ET.SubElement(b, 'd')

Definition at line 28 of file test_docs.py.

test_docs.d2 = ET.SubElement(d, 'd')

Definition at line 29 of file test_docs.py.

test_docs.tree_leaf = ET.SubElement(tree_right, None)

Definition at line 22 of file test_docs.py.

test_docs.tree_left = ET.SubElement(tree_root, 'b')

Definition at line 20 of file test_docs.py.

test_docs.tree_recursive = ET.SubElement(tree_left, tree_left)

Definition at line 23 of file test_docs.py.

test_docs.tree_right = ET.SubElement(tree_root, 1)

Definition at line 21 of file test_docs.py.

test_docs.tree_root = ET.Element('a')

Definition at line 19 of file test_docs.py.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:59:21