MCPcopy Index your code
hub / github.com/RustPython/RustPython / ast_repr_get_test_cases

Function ast_repr_get_test_cases

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

Source from the content-addressed store, hash-verified

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

Callers 2

test_reprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected