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/events.py:658–659 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
656
# Debug flag management.
657
658
def
get_debug(self):
659
raise
NotImplementedError
660
661
def
set_debug(self, enabled):
662
raise
NotImplementedError
Callers
15
pause_reading
Method · 0.45
resume_reading
Method · 0.45
_fatal_error
Method · 0.45
_read_ready__on_eof
Method · 0.45
__init__
Method · 0.45
_repr_info
Method · 0.45
cancel
Method · 0.45
_run
Method · 0.45
eof_received
Method · 0.45
_start_handshake
Method · 0.45
_on_handshake_complete
Method · 0.45
_fatal_error
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected