MCPcopy Index your code
hub / github.com/python/cpython / ast_repr_get_test_cases

Function ast_repr_get_test_cases

Lib/test/test_ast/test_ast.py:43–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41AST_REPR_DATA_FILE = Path(__file__).parent / "data" / "ast_repr.txt"
42
43def ast_repr_get_test_cases() -> list[str]:
44 return exec_tests + eval_tests
45
46
47def ast_repr_update_snapshots() -> None:

Callers 2

test_reprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…