MCPcopy Create free account
hub / github.com/rthalley/dnspython / _add_error

Method _add_error

dns/message.py:1166–1167  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

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

Callers 2

_get_sectionMethod · 0.95
readMethod · 0.95

Calls 1

MessageErrorClass · 0.85

Tested by

no test coverage detected