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

Class BadStatusLine

Lib/http/client.py:1560–1565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558 pass
1559
1560class BadStatusLine(HTTPException):
1561 def __init__(self, line):
1562 if not line:
1563 line = repr(line)
1564 self.args = line,
1565 self.line = line
1566
1567class LineTooLong(HTTPException):
1568 def __init__(self, line_type):

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…