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

Class RemoteDisconnected

Lib/http/client.py:1572–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1570 % (_MAXLINE, line_type))
1571
1572class RemoteDisconnected(ConnectionResetError, BadStatusLine):
1573 def __init__(self, *pos, **kw):
1574 BadStatusLine.__init__(self, "")
1575 ConnectionResetError.__init__(self, *pos, **kw)
1576
1577# for backwards compatibility
1578error = HTTPException

Callers 1

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