Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
class
Manager:
28
def
__init__(self, filepaths):
29
self.lock = threading.Lock()
30
self.filepaths = filepaths
31
32
33
class
Worker(threading.Thread):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected