(&self)
| 594 | } |
| 595 | |
| 596 | fn python_version(&self) -> PythonVersion { |
| 597 | self.python_version |
| 598 | } |
| 599 | |
| 600 | fn report_semantic_error(&self, error: SemanticSyntaxError) { |
| 601 | self.diagnostics.borrow_mut().push(error); |
no outgoing calls
no test coverage detected