MCPcopy Index your code
hub / github.com/python/cpython / UnknownProtocol

Class UnknownProtocol

Lib/http/client.py:1523–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521 pass
1522
1523class UnknownProtocol(HTTPException):
1524 def __init__(self, version):
1525 self.args = version,
1526 self.version = version
1527
1528class UnknownTransferEncoding(HTTPException):
1529 pass

Callers 1

beginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…