MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 7

closeMethod · 0.45
__init__Method · 0.45
closeMethod · 0.45
__del__Method · 0.45
coro2Method · 0.45
coro_runnerMethod · 0.45

Calls

no outgoing calls

Tested by 4

__del__Method · 0.36
coro2Method · 0.36
coro_runnerMethod · 0.36