MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / __init__

Method __init__

scenario_runner/no_rendering_mode.py:285–289  ·  view source on GitHub ↗
(self, name, width, height)

Source from the content-addressed store, hash-verified

283class ModuleHUD (object):
284
285 def __init__(self, name, width, height):
286 self.name = name
287 self.dim = (width, height)
288 self._init_hud_params()
289 self._init_data_params()
290
291 def start(self):
292 pass

Callers

nothing calls this directly

Calls 2

_init_hud_paramsMethod · 0.95
_init_data_paramsMethod · 0.95

Tested by

no test coverage detected