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

Method _parse_rr_header

dns/message.py:943–944  ·  view source on GitHub ↗
(self, section, name, rdclass, rdtype)

Source from the content-addressed store, hash-verified

941 # pylint: disable=unused-argument
942
943 def _parse_rr_header(self, section, name, rdclass, rdtype):
944 return (rdclass, rdtype, None, False)
945
946 # pylint: enable=unused-argument
947

Callers 4

_get_questionMethod · 0.45
_get_sectionMethod · 0.45
_question_lineMethod · 0.45
_rr_lineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected