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

Class ResponseNotReady

Lib/http/client.py:1549–1550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1547 pass
1548
1549class ResponseNotReady(ImproperConnectionState):
1550 pass
1551
1552class BadStatusLine(HTTPException):
1553 def __init__(self, line):

Callers 3

getheaderMethod · 0.85
getheadersMethod · 0.85
getresponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected