Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
include_graph.py File Reference

Go to the source code of this file.

Namespaces

namespace  include_graph
 

Functions

 include_graph.layer_of (path)
 
 include_graph.collect ()
 
 include_graph.resolve (inc, from_path, known)
 
 include_graph.tarjan (graph, nodes)
 
 include_graph.main ()
 
 include_graph.what_if (files, graph)
 
 include_graph.summary (files, graph, headers, closure, comps, viol)
 
 include_graph.mermaid (graph, viol_pairs)
 

Variables

str include_graph.SRC = 'src'
 
 include_graph.INCLUDE_RE = re.compile(r'^\s*#\s*include\s+"([^"]+)"', re.M)
 
list include_graph.LAYERS
 
 include_graph.LAYER = dict(LAYERS)