MCPcopy Create free account
hub / github.com/dcharatan/flowmap / __init__

Method __init__

flowmap/visualization/visualizer.py:18–20  ·  view source on GitHub ↗
(self, cfg: T)

Source from the content-addressed store, hash-verified

16 cfg: T
17
18 def __init__(self, cfg: T) -> None:
19 super().__init__()
20 self.cfg = cfg
21
22 @abstractmethod
23 def visualize(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected