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

Class RemoteDisconnected

Lib/http/client.py:1564–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1562 % (_MAXLINE, line_type))
1563
1564class RemoteDisconnected(ConnectionResetError, BadStatusLine):
1565 def __init__(self, *pos, **kw):
1566 BadStatusLine.__init__(self, "")
1567 ConnectionResetError.__init__(self, *pos, **kw)
1568
1569# for backwards compatibility
1570error = HTTPException

Callers 1

_read_statusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected