parse.py

parse.py - Contains parsing functions for XML structure defined in circuit.xml

app.parse.parse_circuit(xml_file_path)

Obtains nodes and edges denoted by circuit structure in provided XML :type xml_file_path: str :param xml_file_path: file path to XML file describing circuit :rtype: List :return: two-element list [nodes, edges]