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

Method is_running

Lib/asyncio/events.py:278–280  ·  view source on GitHub ↗

Return whether the event loop is currently running.

(self)

Source from the content-addressed store, hash-verified

276 raise NotImplementedError
277
278 def is_running(self):
279 """Return whether the event loop is currently running."""
280 raise NotImplementedError
281
282 def is_closed(self):
283 """Returns True if the event loop was closed."""

Callers 15

closeMethod · 0.45
__init__Method · 0.45
closeMethod · 0.45
_wait_for_interp_to_runFunction · 0.45
test_mainMethod · 0.45
test_subinterpreterMethod · 0.45
test_does_not_existMethod · 0.45
test_bad_idMethod · 0.45
test_still_runningMethod · 0.45
__del__Method · 0.45
coro2Method · 0.45

Calls

no outgoing calls

Tested by 15

_wait_for_interp_to_runFunction · 0.36
test_mainMethod · 0.36
test_subinterpreterMethod · 0.36
test_does_not_existMethod · 0.36
test_bad_idMethod · 0.36
test_still_runningMethod · 0.36
__del__Method · 0.36
coro2Method · 0.36
coro_runnerMethod · 0.36
test_mainMethod · 0.36