MCPcopy 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_readingMethod · 0.45
resume_readingMethod · 0.45
_fatal_errorMethod · 0.45
_read_ready__on_eofMethod · 0.45
__init__Method · 0.45
_repr_infoMethod · 0.45
cancelMethod · 0.45
_runMethod · 0.45
eof_receivedMethod · 0.45
_start_handshakeMethod · 0.45
_fatal_errorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected