grapher.CycleReport
Result of cycle analysis.
Usage
grapher.CycleReport(
has_must_cycles,
has_may_cycles,
must_cycles,
may_cycles,
example_must_cycle_path=None,
example_may_cycle_path=None
)Parameter Attributes
has_must_cycles: boolhas_may_cycles: boolmust_cycles: list[set[NodeKey]]may_cycles: list[set[NodeKey]]example_must_cycle_path: list[NodeKey] | None = Noneexample_may_cycle_path: list[NodeKey] | None = None