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

Class NotAbsolute

dns/resolver.py:231–232  ·  view source on GitHub ↗

An absolute domain name is required but a relative name was provided.

Source from the content-addressed store, hash-verified

229
230
231class NotAbsolute(dns.exception.DNSException):
232 """An absolute domain name is required but a relative name was provided."""
233
234
235class NoRootSOA(dns.exception.DNSException):

Callers 2

zone_for_nameFunction · 0.90
zone_for_nameFunction · 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…