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