(self, e)
| 1164 | ) |
| 1165 | |
| 1166 | def _add_error(self, e): |
| 1167 | self.errors.append(MessageError(e, self.parser.current)) |
| 1168 | |
| 1169 | def _get_section(self, section_number, count): |
| 1170 | """Read the next I{count} records from the wire data and add them to |
no test coverage detected