Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_debug
Method
set_debug
Lib/asyncio/base_events.py:2088–2092 ·
view source on GitHub ↗
(self, enabled)
Source
from the content-addressed store, hash-verified
2086
return
self._debug
2087
2088
def
set_debug(self, enabled):
2089
self._debug = enabled
2090
2091
if
self.is_running():
2092
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