Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rthalley/dnspython
/ async_run
Method
async_run
tests/test_async.py:91–92 ·
view source on GitHub ↗
(self, afunc)
Source
from the content-addressed store, hash-verified
89
sniff_result =
"asyncio"
90
91
def
async_run(self, afunc):
92
return
asyncio.run(afunc())
93
94
def
test_sniff(self):
95
dns.asyncbackend._default_backend = None
Callers
2
test_sniff
Method · 0.95
test_get_default_backend
Method · 0.95
Calls
1
run
Method · 0.45
Tested by
no test coverage detected