Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
class
DictAction(Action):
Callers
15
convert_smpl_from_opencv_calibration
Function · 0.80
_prepare_body_model
Function · 0.80
render_smpl
Function · 0.80
_get_clones
Function · 0.80
prepare_data
Method · 0.80
prepare_data
Method · 0.80
_get_clones
Method · 0.80
__getitem__
Method · 0.80
__getitem__
Method · 0.80
__getitem__
Method · 0.80
_get_clones
Function · 0.80
__init__
Method · 0.80
Calls
1
Config
Class · 0.70
Tested by
no test coverage detected