MCPcopy
hub / github.com/giampaolo/pyftpdlib / debug

Function debug

pyftpdlib/log.py:121–125  ·  view source on GitHub ↗
(s, inst=None)

Source from the content-addressed store, hash-verified

119
120
121def debug(s, inst=None):
122 s = "[debug] " + s
123 if inst is not None:
124 s += f" ({inst!r})"
125 logger.debug(s)
126
127
128def is_logging_configured():

Callers 15

secure_connectionMethod · 0.90
_do_ssl_handshakeMethod · 0.90
sendMethod · 0.90
recvMethod · 0.90
_do_ssl_shutdownMethod · 0.90
closeMethod · 0.90
closeMethod · 0.90
__init__Method · 0.90
closeMethod · 0.90
push_with_producerMethod · 0.90
closeMethod · 0.90
pollMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected