Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_debug
Method
get_debug
Lib/asyncio/base_events.py:2085–2086 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2083
self._coroutine_origin_tracking_enabled = enabled
2084
2085
def
get_debug(self):
2086
return
self._debug
2087
2088
def
set_debug(self, enabled):
2089
self._debug = enabled
Callers
1
__repr__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected