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

Class HTTPException

Lib/http/client.py:1512–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1510 __all__.append("HTTPSConnection")
1511
1512class HTTPException(Exception):
1513 # Subclasses that define an __init__ must call Exception.__init__
1514 # or define self.args. Otherwise, str() will fail.
1515 pass
1516
1517class NotConnected(HTTPException):
1518 pass

Callers 1

_read_headersFunction · 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…