MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / UnknownProtocol

Class UnknownProtocol

tools/python-3.11.9-amd64/Lib/http/client.py:1491–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489 pass
1490
1491class UnknownProtocol(HTTPException):
1492 def __init__(self, version):
1493 self.args = version,
1494 self.version = version
1495
1496class UnknownTransferEncoding(HTTPException):
1497 pass

Callers 1

beginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected