ogstools.ogs6py.build_tree module#
- class ogstools.ogs6py.build_tree.BuildTree[source]#
Bases:
object
Helper class to create a nested dictionary representing the xml structure.
- static populate_tree(parent, tag, text=None, attr=None, overwrite=False)[source]#
Method to create dictionary from an xml entity.
- Return type:
Element