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

Class ResponseNotReady

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

Source from the content-addressed store, hash-verified

1555 pass
1556
1557class ResponseNotReady(ImproperConnectionState):
1558 pass
1559
1560class BadStatusLine(HTTPException):
1561 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…