Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ main
Function
main
numpy/_core/tests/test_arrayprint.py:1313–1314 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1311
assert po[
'precision'
] == 7
1312
1313
async
def
main():
1314
await asyncio.gather(legacy_125(), legacy_125())
1315
1316
loop = asyncio.new_event_loop()
1317
asyncio.run(main())
Callers
2
test_printoptions_asyncio_safe
Function · 0.70
test_asyncio_safe
Method · 0.70
Calls
1
legacy_125
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…