MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / load_partial_from_config

Function load_partial_from_config

sat/sgm/util.py:152–153  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

150
151
152def load_partial_from_config(config):
153 return partial(get_obj_from_str(config["target"]), **config.get("params", dict()))
154
155
156def log_txt_as_img(wh, xc, size=10):

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
get_obj_from_strFunction · 0.70

Tested by

no test coverage detected