Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/TCP
/ register_module
Method
register_module
scenario_runner/no_rendering_mode.py:195–196 ·
view source on GitHub ↗
(self, module)
Source
from the content-addressed store, hash-verified
193
self.modules = []
194
195
def
register_module(self, module):
196
self.modules.append(module)
197
198
def
clear_modules(self):
199
del self.modules[:]
Callers
1
game_loop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected