MCPcopy 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
1515class UnknownProtocol(HTTPException):
1516 def __init__(self, version):
1517 self.args = version,
1518 self.version = version
1519
1520class UnknownTransferEncoding(HTTPException):
1521 pass

Callers 1

beginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected