Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ UnknownProtocol
Class
UnknownProtocol
Lib/http/client.py:1515–1518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1513
pass
1514
1515
class
UnknownProtocol(HTTPException):
1516
def
__init__(self, version):
1517
self.args = version,
1518
self.version = version
1519
1520
class
UnknownTransferEncoding(HTTPException):
1521
pass
Callers
1
begin
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected