MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_running

Method is_running

Lib/asyncio/base_events.py:762–764  ·  view source on GitHub ↗

Returns True if the event loop is running.

(self)

Source from the content-addressed store, hash-verified

760 self.close()
761
762 def is_running(self):
763 """Returns True if the event loop is running."""
764 return (self._thread_id is not None)
765
766 def time(self):
767 """Return the time according to the event loop's clock.

Callers 5

__repr__Method · 0.95
_check_runningMethod · 0.95
closeMethod · 0.95
__del__Method · 0.95
set_debugMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected