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

Method __init__

Lib/http/client.py:1573–1575  ·  view source on GitHub ↗
(self, *pos, **kw)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected