(self)
| 182 | self.shortname = self.glname = "" # short and long name |
| 183 | |
| 184 | def parse_line(self): |
| 185 | # Do initial parsing of the incoming line (which may be multiline, actually) |
| 186 | raise NotImplementedError() |
| 187 | |
| 188 | def _set_name(self, name): |
| 189 | # Store original name |
no outgoing calls
no test coverage detected