MCPcopy
hub / github.com/Fannovel16/comfyui_controlnet_aux / get

Method get

src/custom_mmpkg/custom_mmcv/video/io.py:37–39  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

35 self._cache[key] = val
36
37 def get(self, key, default=None):
38 val = self._cache[key] if key in self._cache else default
39 return val
40
41
42class VideoReader:

Callers 15

formatMethod · 0.45
executeMethod · 0.45
dwpose.pyFile · 0.45
symbolicMethod · 0.45
_load_from_state_dictMethod · 0.45
_load_from_state_dictMethod · 0.45
resumeMethod · 0.45
loadFunction · 0.45
load_from_httpFunction · 0.45
load_from_paviFunction · 0.45
save_checkpointFunction · 0.45

Calls

no outgoing calls

Tested by 1

imgFunction · 0.36