Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837b57f commit 34b3f0bCopy full SHA for 34b3f0b
1 file changed
stdlib/http/client.pyi
@@ -205,6 +205,8 @@ class UnimplementedFileMode(HTTPException): ...
205
206
class IncompleteRead(HTTPException):
207
def __init__(self, partial: bytes, expected: int | None = ...) -> None: ...
208
+ partial: bytes
209
+ expected: int | None
210
211
class ImproperConnectionState(HTTPException): ...
212
class CannotSendRequest(ImproperConnectionState): ...
0 commit comments