Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set_debug
Method
set_debug
Lib/asyncio/base_events.py:2067–2071 ·
view source on GitHub ↗
(self, enabled)
Source
from the content-addressed store, hash-verified
2065
return
self._debug
2066
2067
def
set_debug(self, enabled):
2068
self._debug = enabled
2069
2070
if
self.is_running():
2071
self.call_soon_threadsafe(self._set_coroutine_origin_tracking, enabled)
Callers
1
__init__
Method · 0.95
Calls
2
is_running
Method · 0.95
call_soon_threadsafe
Method · 0.95
Tested by
no test coverage detected