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

Class SyntaxError

dns/exception.py:119–120  ·  view source on GitHub ↗

Text input is malformed.

Source from the content-addressed store, hash-verified

117
118
119class SyntaxError(DNSException):
120 """Text input is malformed."""
121
122
123class UnexpectedEnd(SyntaxError):

Callers 6

_check_statusFunction · 0.85
send_h3Method · 0.85
_checkMethod · 0.85
_validate_and_defineFunction · 0.85
from_textMethod · 0.85
from_textMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…