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

Method __init__

Lib/http/client.py:1568–1570  ·  view source on GitHub ↗
(self, line_type)

Source from the content-addressed store, hash-verified

1566
1567class LineTooLong(HTTPException):
1568 def __init__(self, line_type):
1569 HTTPException.__init__(self, "got more than %d bytes when reading %s"
1570 % (_MAXLINE, line_type))
1571
1572class RemoteDisconnected(ConnectionResetError, BadStatusLine):
1573 def __init__(self, *pos, **kw):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected