MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / __init__

Method __init__

hmi/routeEdit/gui.py:66–69  ·  view source on GitHub ↗
(self, model: Model)

Source from the content-addressed store, hash-verified

64 planningError = Signal()
65
66 def __init__(self, model: Model) -> None:
67 super().__init__()
68 self.model = model
69 self.planner = TrafficManager(model)
70
71 def run(self):
72 self.model.start()

Callers

nothing calls this directly

Calls 2

TrafficManagerClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected