Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/quantopian/zipline
/ f
Method
f
tests/utils/test_preprocess.py:274–275 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
272
273
@expect_element(a=set_)
274
def
f(a):
275
return
a
276
277
self.assertEqual(f(
'a'
),
'a'
)
278
self.assertEqual(f(
'b'
),
'b'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected