Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rthalley/dnspython
/ endpoints
Endpoints
3 in github.com/rthalley/dnspython
⨍
Functions
3,382
◇
Types & classes
528
↳
Endpoints
3
Route
dns_query
app.route("/dns-query", methods=["GET", "POST"])
tests/doh.py:None
Route
testResolveEdnsOptions
patch.object(dns.message.Message, "use_edns")
tests/test_resolver.py:None
Route
test_basic_getaddrinfo
unittest.skipIf( sys.platform == "win32", "avoid windows original getaddrinfo issues" )
tests/test_resolver_override.py:None