MCPcopy 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
665class _AbstractEventLoopPolicy:

Callers 15

_lazy_initMethod · 0.45
test_saveallMethod · 0.45
setUpMethod · 0.45
tearDownMethod · 0.45
setUpModuleFunction · 0.45
tearDownModuleFunction · 0.45
test_future_reprMethod · 0.45
test_blocking_socketMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_saveallMethod · 0.36
setUpMethod · 0.36
tearDownMethod · 0.36
setUpModuleFunction · 0.36
tearDownModuleFunction · 0.36
test_future_reprMethod · 0.36
test_blocking_socketMethod · 0.36
test_double_awaitMethod · 0.36