findreferences module

findreferences.py

create a graph of the (named) objects in an idf file. the output is in DOT, so it can be visualized with graphviz.

findreferences.get_objects(idf)[source]
findreferences.is_number(s)[source]
findreferences.print_dot(idf, names)[source]

idf is the output of parseidf.parse(string).

findreferences.print_names(idf)[source]