MCPcopy 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

1from __future__ import annotations
2
3def test() -> None:
4 x: list[int] = []
5 x: dict[int, str] = {}
6 x: set[bytes] = {}
7 print(5 + 42 * 3, x)

Callers 1

search_upFunction · 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…