Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_debuglevel
Method
set_debuglevel
Lib/http/client.py:970–971 ·
view source on GitHub ↗
(self, level)
Source
from the content-addressed store, hash-verified
968
return
(host, port)
969
970
def
set_debuglevel(self, level):
971
self.debuglevel = level
972
973
def
_wrap_ipv6(self, ip):
974
if
b
':'
in ip and ip[0] != b
'['
[0]:
Callers
2
send_request
Method · 0.45
do_open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected