Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaureenZOU/TSAM
/ __call__
Method
__call__
src/data_loader/transform_flow.py:365–366 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
363
364
class
IdentityTransform(object):
365
def
__call__(self, data):
366
return
data
367
368
369
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected