MCPcopy Create free account
hub / github.com/OpenDriveLab/TCP / load_entry_point

Function load_entry_point

roach/utils/config_utils.py:51–55  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

49
50
51def load_entry_point(name):
52 mod_name, attr_name = name.split(":")
53 mod = import_module(mod_name)
54 fn = getattr(mod, attr_name)
55 return fn
56
57
58def load_obs_configs(agent_configs_dict):

Callers 4

setupMethod · 0.90
setupMethod · 0.90
__init__Method · 0.90
init_agentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected