(self)
| 375 | locals["_"] = locals[f"_{self.current_statement_index}"] = result |
| 376 | |
| 377 | def get_compiler_flags(self) -> int: |
| 378 | return super().get_compiler_flags() | PyCF_ALLOW_TOP_LEVEL_AWAIT |
| 379 | |
| 380 | def _compile_with_flags(self, code: str, mode: str) -> Any: |
| 381 | "Compile code with the right compiler flags." |
no outgoing calls
no test coverage detected