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

Function reset_default_resolver

dns/resolver.py:1541–1549  ·  view source on GitHub ↗

Re-initialize default resolver. Note that the resolver configuration (i.e. /etc/resolv.conf on UNIX systems) will be re-read immediately.

()

Source from the content-addressed store, hash-verified

1539
1540
1541def reset_default_resolver() -> None:
1542 """Re-initialize default resolver.
1543
1544 Note that the resolver configuration (i.e. /etc/resolv.conf on UNIX
1545 systems) will be re-read immediately.
1546 """
1547
1548 global default_resolver
1549 default_resolver = Resolver()
1550
1551
1552def resolve(

Callers 1

get_default_resolverFunction · 0.70

Calls 1

ResolverClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…