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

Method render

scenario_runner/no_rendering_mode.py:206–209  ·  view source on GitHub ↗
(self, display)

Source from the content-addressed store, hash-verified

204 module.tick(clock)
205
206 def render(self, display):
207 display.fill(COLOR_ALUMINIUM_4)
208 for module in self.modules:
209 module.render(display)
210
211 def get_module(self, name):
212 for module in self.modules:

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected