MCPcopy
hub / github.com/Picsart-AI-Research/Text2Video-Zero / get

Method get

annotator/uniformer/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

app_canny_db.pyFile · 0.45
app_canny.pyFile · 0.45
app_depth.pyFile · 0.45
data_scrapingFunction · 0.45
app.pyFile · 0.45
app_pose.pyFile · 0.45
model.pyFile · 0.45
train_segmentorFunction · 0.45
init_segmentorFunction · 0.45
_concat_datasetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected