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