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

Method __init__

src/scripts/extract_frames.py:28–30  ·  view source on GitHub ↗
(self, filepaths)

Source from the content-addressed store, hash-verified

26
27class Manager:
28 def __init__(self, filepaths):
29 self.lock = threading.Lock()
30 self.filepaths = filepaths
31
32
33class Worker(threading.Thread):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected