(self, warning)
| 77 | self.ErrorValue = 1 |
| 78 | self.Errors[error] = 1 |
| 79 | def Warning(self, warning): |
| 80 | self.WarningValue = 1 |
| 81 | self.Warnings[warning] = 1 |
| 82 | def PrintErrors(self): |
| 83 | if self.ErrorValue: |
| 84 | self.Print( ) |
no outgoing calls
no test coverage detected