MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / debug

Method debug

tools/python-3.11.9-amd64/Lib/distutils/log.py:42–43  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

40 self._log(level, msg, args)
41
42 def debug(self, msg, *args):
43 self._log(DEBUG, msg, args)
44
45 def info(self, msg, *args):
46 self._log(INFO, msg, args)

Callers 15

__init__Method · 0.45
_write_to_selfMethod · 0.45
_accept_connectionMethod · 0.45
pause_readingMethod · 0.45
resume_readingMethod · 0.45
_fatal_errorMethod · 0.45
_read_ready__on_eofMethod · 0.45
eof_receivedMethod · 0.45
_start_handshakeMethod · 0.45
_fatal_errorMethod · 0.45
closeMethod · 0.45

Calls 1

_logMethod · 0.95

Tested by 1

test_non_asciiMethod · 0.36