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

Class BadStatusLine

Lib/http/client.py:1552–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1550 pass
1551
1552class BadStatusLine(HTTPException):
1553 def __init__(self, line):
1554 if not line:
1555 line = repr(line)
1556 self.args = line,
1557 self.line = line
1558
1559class LineTooLong(HTTPException):
1560 def __init__(self, line_type):

Callers 1

_read_statusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected