MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / __init__

Method __init__

flow-python/examples/application/cat_finder/track.py:20–22  ·  view source on GitHub ↗
(self, name, _)

Source from the content-addressed store, hash-verified

18@register(inputs=['inp'], outputs=['out'])
19class Track:
20 def __init__(self, name, _):
21 self.name = name
22 self._tracker = Tracker()
23
24 def exec(self):
25 envelope = self.inp.recv()

Callers

nothing calls this directly

Calls 1

TrackerClass · 0.90

Tested by

no test coverage detected