Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test
Function
test
Modules/_xxtestfuzz/fuzz_pycompile_corpus/input1.py:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
from
__future__
import
annotations
2
3
def
test() -> None:
4
x: list[int] = []
5
x: dict[int, str] = {}
6
x: set[bytes] = {}
7
print(5 + 42 * 3, x)
Callers
1
search_up
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…