Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set_debuglevel
Method
set_debuglevel
Lib/http/client.py:966–967 ·
view source on GitHub ↗
(self, level)
Source
from the content-addressed store, hash-verified
964
return
(host, port)
965
966
def
set_debuglevel(self, level):
967
self.debuglevel = level
968
969
def
_wrap_ipv6(self, ip):
970
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