refyre.graph package#
Submodules#
refyre.graph.FileGraph module#
refyre.graph.FileGraphNode module#
- class refyre.graph.FileGraphNode.FileGraphNode(children=[], pattern='', directory='', type='', name='', is_root=False, flags='', serialize='', imports='', mode='', link='', alias='', limit='')[source]#
Bases:
objectHow the graph will be orchestrated:
Problem: There may be multiple root “entry” directories the user many want to be able to target.
Solution: We abstract that away in the graph.
We will have one virtual “root” node stringing together all the other entry points.