MCPcopy Index your code
hub / github.com/python/cpython / run

Method run

Lib/test/test_asyncio/functional.py:225–227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

223
224
225 def run(self):
226 self._sock.setblocking(False)
227 self._run()
228
229 def _run(self):
230 while self._active:

Callers

nothing calls this directly

Calls 2

_runMethod · 0.95
setblockingMethod · 0.45

Tested by

no test coverage detected