File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1- version = " 7.45.4 "
1+ version = " 7.45.6 "
22upstream_repository = " https://github.com/pycurl/pycurl"
33
44[tool .stubtest ]
Original file line number Diff line number Diff line change @@ -53,6 +53,24 @@ class CurlShare:
5353 def close (self ) -> None : ...
5454 def setopt (self , option : int , value ): ...
5555
56+ APPCONNECT_TIME_T : Final [int ] = ...
57+ CONNECT_TIME_T : Final [int ] = ...
58+ CONTENT_LENGTH_DOWNLOAD_T : Final [int ] = ...
59+ CONTENT_LENGTH_UPLOAD_T : Final [int ] = ...
60+ EARLYDATA_SENT_T : Final [int ] = ...
61+ FILETIME_T : Final [int ] = ...
62+ NAMELOOKUP_TIME_T : Final [int ] = ...
63+ POSTTRANSFER_TIME_T : Final [int ] = ...
64+ PRETRANSFER_TIME_T : Final [int ] = ...
65+ QUEUE_TIME_T : Final [int ] = ...
66+ REDIRECT_TIME_T : Final [int ] = ...
67+ SIZE_DOWNLOAD_T : Final [int ] = ...
68+ SIZE_UPLOAD_T : Final [int ] = ...
69+ SPEED_DOWNLOAD_T : Final [int ] = ...
70+ SPEED_UPLOAD_T : Final [int ] = ...
71+ STARTTRANSFER_TIME_T : Final [int ] = ...
72+ TOTAL_TIME_T : Final [int ] = ...
73+
5674ACCEPTTIMEOUT_MS : Final = 212
5775ACCEPT_ENCODING : Final = 10102
5876ADDRESS_SCOPE : Final = 171
You can’t perform that action at this time.
0 commit comments