MCPcopy Create free account
hub / github.com/MaureenZOU/TSAM / __init__

Method __init__

src/scripts/extract_frames.py:34–37  ·  view source on GitHub ↗
(self, name, manager)

Source from the content-addressed store, hash-verified

32
33class Worker(threading.Thread):
34 def __init__(self, name, manager):
35 super().__init__()
36 self.name = str(name)
37 self.manager = manager
38
39 def run(self):
40 while len(self.manager.filepaths) > 0:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected