(self, string)
| 72 | """Basic output post-processing and comparison""" |
| 73 | |
| 74 | def __init__(self, string): |
| 75 | self.string = string |
| 76 | self.explanation = [] |
| 77 | |
| 78 | def __str__(self): |
| 79 | return self.string |
nothing calls this directly
no outgoing calls
no test coverage detected