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

Class Manager

src/scripts/extract_frames.py:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected