mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
Add blocksize attribute to HTTPConnection class (#15005)
This commit is contained in:
@@ -166,6 +166,7 @@ class HTTPResponse(io.BufferedIOBase, BinaryIO): # type: ignore[misc] # incomp
|
||||
def begin(self) -> None: ...
|
||||
|
||||
class HTTPConnection:
|
||||
blocksize: int
|
||||
auto_open: int # undocumented
|
||||
debuglevel: int
|
||||
default_port: int # undocumented
|
||||
|
||||
Reference in New Issue
Block a user