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

Method async_run

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

Source from the content-addressed store, hash-verified

731 sniff_result = "trio"
732
733 def async_run(self, afunc):
734 return trio.run(afunc)
735
736 class TrioNoSniffioAsyncDetectionTests(NoSniffioAsyncDetectionTests):
737 expect_raise = True

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected