MCPcopy 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_sniffMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected