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

Method deepcopy

util/config.py:349–350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

347 return Config(self._cfg_dict.copy())
348
349 def deepcopy(self):
350 return Config(self._cfg_dict.deepcopy())
351
352
353class DictAction(Action):

Callers 15

_prepare_body_modelFunction · 0.80
render_smplFunction · 0.80
_get_clonesFunction · 0.80
prepare_dataMethod · 0.80
prepare_dataMethod · 0.80
_get_clonesMethod · 0.80
__getitem__Method · 0.80
__getitem__Method · 0.80
__getitem__Method · 0.80
_get_clonesFunction · 0.80
__init__Method · 0.80

Calls 1

ConfigClass · 0.70

Tested by

no test coverage detected