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

Method async_run

tests/test_async.py:781–782  ·  view source on GitHub ↗
(self, afunc)

Source from the content-addressed store, hash-verified

779 dns.asyncbackend.set_default_backend("asyncio")
780
781 def async_run(self, afunc):
782 return asyncio.run(afunc())
783
784 async def mock_receive(
785 self,

Calls 1

runMethod · 0.45

Tested by

no test coverage detected