MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / get

Method get

models/registry.py:26–27  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

24 return self._module_dict
25
26 def get(self, key):
27 return self._module_dict.get(key, None)
28
29 def registe_with_name(self, module_name=None, force=False):
30 return partial(self.register, module_name=module_name, force=force)

Callers 15

build_model_mainFunction · 0.45
_prepare_body_modelFunction · 0.45
_prepare_input_poseFunction · 0.45
_update_resolutionMethod · 0.45
forwardMethod · 0.45
get_extra_propertyMethod · 0.45
randomMethod · 0.45
convert_camera_matrixFunction · 0.45
__init__Method · 0.45
to_screen_Method · 0.45
to_ndc_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected