Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaureenZOU/TSAM
/ __init__
Method
__init__
src/data_loader/transform_flow.py:45–46 ·
view source on GitHub ↗
(self, bound)
Source
from the content-addressed store, hash-verified
43
44
class
GroupToFlow(object):
45
def
__init__(self, bound):
46
self.bound = bound
47
48
def
worker(self, flow):
49
bound = self.bound
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected