(self, error)
| 74 | rtext = rtext.replace(">", ">") |
| 75 | print(rtext) |
| 76 | def Error(self, error): |
| 77 | self.ErrorValue = 1 |
| 78 | self.Errors[error] = 1 |
| 79 | def Warning(self, warning): |
| 80 | self.WarningValue = 1 |
| 81 | self.Warnings[warning] = 1 |
no outgoing calls
no test coverage detected