Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
121
def
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
128
def
is_logging_configured():
Callers
15
secure_connection
Method · 0.90
_do_ssl_handshake
Method · 0.90
send
Method · 0.90
recv
Method · 0.90
_do_ssl_shutdown
Method · 0.90
close
Method · 0.90
close
Method · 0.90
__init__
Method · 0.90
close
Method · 0.90
push_with_producer
Method · 0.90
close
Method · 0.90
poll
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected