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

Method copy

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

Source from the content-addressed store, hash-verified

344 self.__init__(state)
345
346 def copy(self):
347 return Config(self._cfg_dict.copy())
348
349 def deepcopy(self):
350 return Config(self._cfg_dict.deepcopy())

Callers 15

images_to_sorted_imagesFunction · 0.80
images_to_gifFunction · 0.80
xyxy2xywhFunction · 0.80
xywh2xyxyFunction · 0.80
box2csFunction · 0.80
smooth_processFunction · 0.80
_plot_kp2d_frameFunction · 0.80
visualize_kp2dFunction · 0.80
_prepare_backgroundFunction · 0.80
_norm_poseFunction · 0.80
visualize_kp3dFunction · 0.80

Calls 1

ConfigClass · 0.70

Tested by

no test coverage detected