FLEXPART Testing Environment CTBTO WO8
 All Classes Namespaces Files Functions Variables Pages
Variables
distrotest.stuff Namespace Reference

Variables

tuple tree = ET.parse('stuff2.xml')
 
tuple root = tree.getroot()
 
list metcase_list = []
 
tuple metcasechildren = child.getchildren()
 
tuple runcasechildren = m.getchildren()
 
tuple basictestchildren = r.getchildren()
 

Detailed Description

Simple proof of concept program to show how we traverse the testing hierarchy
of an XML testing namelist

Don Morton
Boreal Scientific Computing LLC, Fairbanks, Alaska, USA
Don.Morton@borealscicomp.com

Variable Documentation

tuple distrotest.stuff.basictestchildren = r.getchildren()

Definition at line 40 of file stuff.py.

list distrotest.stuff.metcase_list = []

Definition at line 20 of file stuff.py.

tuple distrotest.stuff.metcasechildren = child.getchildren()

Definition at line 26 of file stuff.py.

tuple distrotest.stuff.root = tree.getroot()

Definition at line 14 of file stuff.py.

tuple distrotest.stuff.runcasechildren = m.getchildren()

Definition at line 33 of file stuff.py.

tuple distrotest.stuff.tree = ET.parse('stuff2.xml')

Definition at line 13 of file stuff.py.