MCPcopy Index your code
hub / github.com/RustPython/RustPython / HTTPException

Class HTTPException

Lib/http/client.py:1504–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502 __all__.append("HTTPSConnection")
1503
1504class HTTPException(Exception):
1505 # Subclasses that define an __init__ must call Exception.__init__
1506 # or define self.args. Otherwise, str() will fail.
1507 pass
1508
1509class NotConnected(HTTPException):
1510 pass

Callers 1

_read_headersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected