MCPcopy Create free account
hub / github.com/llSourcell/YOLO_Object_Detection / __call__

Method __call__

darkflow/utils/loader.py:21–25  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

19 self.load(*args)
20
21 def __call__(self, key):
22 for idx in range(len(key)):
23 val = self.find(key, idx)
24 if val is not None: return val
25 return None
26
27 def find(self, key, idx):
28 up_to = min(len(self.src_key), 4)

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected