MCPcopy Create free account
hub / github.com/PRBonn/MapClosures / StubVisualizer

Class StubVisualizer

python/map_closures/visualizer/visualizer.py:55–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55class StubVisualizer(ABC):
56 def __init__(self):
57 pass
58
59 def update_registration(self, *kwargs):
60 pass
61
62 def update_closures(self, *kwargs):
63 pass
64
65 def update_data(self, *kwargs):
66 pass
67
68
69class Visualizer(StubVisualizer):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected