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/events.py:661–662 ·
view source on GitHub ↗
(self, enabled)
Source
from the content-addressed store, hash-verified
659
raise
NotImplementedError
660
661
def
set_debug(self, enabled):
662
raise
NotImplementedError
663
664
665
class
_AbstractEventLoopPolicy:
Callers
15
_lazy_init
Method · 0.45
test_saveall
Method · 0.45
setUp
Method · 0.45
tearDown
Method · 0.45
setUpModule
Function · 0.45
tearDownModule
Function · 0.45
test_future_repr
Method · 0.45
test_future_source_traceback
Method · 0.45
check_future_exception_never_retrieved
Method · 0.45
test_blocking_socket
Method · 0.45
test_async_def_coroutines
Method · 0.45
test_debug_mode_manages_coroutine_origin_tracking
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_saveall
Method · 0.36
setUp
Method · 0.36
tearDown
Method · 0.36
setUpModule
Function · 0.36
tearDownModule
Function · 0.36
test_future_repr
Method · 0.36
test_future_source_traceback
Method · 0.36
check_future_exception_never_retrieved
Method · 0.36
test_blocking_socket
Method · 0.36
test_async_def_coroutines
Method · 0.36
test_debug_mode_manages_coroutine_origin_tracking
Method · 0.36
test_double_await
Method · 0.36