basedpyright 1.36.2 → 1.37.0-961d59bacff1958014fe4e9ed2ef3116fe2266e2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (732) hide show
  1. package/dist/pyright-langserver.js +1 -1
  2. package/dist/pyright-langserver.js.map +1 -1
  3. package/dist/pyright.js +1 -1
  4. package/dist/pyright.js.map +1 -1
  5. package/dist/typeshed-fallback/README.md +6 -6
  6. package/dist/typeshed-fallback/commit.txt +1 -1
  7. package/dist/typeshed-fallback/stdlib/_compression.pyi +13 -2
  8. package/dist/typeshed-fallback/stdlib/_ctypes.pyi +49 -16
  9. package/dist/typeshed-fallback/stdlib/_winapi.pyi +9 -0
  10. package/dist/typeshed-fallback/stdlib/_zstd.pyi +7 -2
  11. package/dist/typeshed-fallback/stdlib/argparse.pyi +39 -10
  12. package/dist/typeshed-fallback/stdlib/asyncio/coroutines.pyi +27 -8
  13. package/dist/typeshed-fallback/stdlib/asyncio/protocols.pyi +2 -2
  14. package/dist/typeshed-fallback/stdlib/asyncio/runners.pyi +5 -2
  15. package/dist/typeshed-fallback/stdlib/asyncio/trsock.pyi +1 -1
  16. package/dist/typeshed-fallback/stdlib/builtins.pyi +54 -31
  17. package/dist/typeshed-fallback/stdlib/calendar.pyi +3 -1
  18. package/dist/typeshed-fallback/stdlib/codecs.pyi +2 -1
  19. package/dist/typeshed-fallback/stdlib/compression/_common/_streams.pyi +13 -2
  20. package/dist/typeshed-fallback/stdlib/compression/zstd/__init__.pyi +7 -2
  21. package/dist/typeshed-fallback/stdlib/compression/zstd/_zstdfile.pyi +6 -6
  22. package/dist/typeshed-fallback/stdlib/contextlib.pyi +15 -6
  23. package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +3 -0
  24. package/dist/typeshed-fallback/stdlib/enum.pyi +2 -0
  25. package/dist/typeshed-fallback/stdlib/heapq.pyi +5 -0
  26. package/dist/typeshed-fallback/stdlib/html/parser.pyi +2 -1
  27. package/dist/typeshed-fallback/stdlib/http/client.pyi +1 -0
  28. package/dist/typeshed-fallback/stdlib/imaplib.pyi +2 -1
  29. package/dist/typeshed-fallback/stdlib/importlib/readers.pyi +2 -2
  30. package/dist/typeshed-fallback/stdlib/importlib/resources/abc.pyi +3 -2
  31. package/dist/typeshed-fallback/stdlib/importlib/resources/simple.pyi +2 -1
  32. package/dist/typeshed-fallback/stdlib/importlib/util.pyi +15 -1
  33. package/dist/typeshed-fallback/stdlib/ipaddress.pyi +1 -1
  34. package/dist/typeshed-fallback/stdlib/locale.pyi +4 -0
  35. package/dist/typeshed-fallback/stdlib/mimetypes.pyi +6 -6
  36. package/dist/typeshed-fallback/stdlib/mmap.pyi +12 -12
  37. package/dist/typeshed-fallback/stdlib/multiprocessing/dummy/__init__.pyi +20 -8
  38. package/dist/typeshed-fallback/stdlib/multiprocessing/managers.pyi +4 -1
  39. package/dist/typeshed-fallback/stdlib/multiprocessing/process.pyi +4 -0
  40. package/dist/typeshed-fallback/stdlib/multiprocessing/synchronize.pyi +3 -0
  41. package/dist/typeshed-fallback/stdlib/optparse.pyi +1 -1
  42. package/dist/typeshed-fallback/stdlib/os/__init__.pyi +217 -127
  43. package/dist/typeshed-fallback/stdlib/parser.pyi +4 -4
  44. package/dist/typeshed-fallback/stdlib/pathlib/__init__.pyi +11 -0
  45. package/dist/typeshed-fallback/stdlib/pdb.pyi +14 -4
  46. package/dist/typeshed-fallback/stdlib/pyexpat/__init__.pyi +6 -0
  47. package/dist/typeshed-fallback/stdlib/select.pyi +8 -4
  48. package/dist/typeshed-fallback/stdlib/socket.pyi +15 -0
  49. package/dist/typeshed-fallback/stdlib/sqlite3/__init__.pyi +3 -2
  50. package/dist/typeshed-fallback/stdlib/ssl.pyi +3 -0
  51. package/dist/typeshed-fallback/stdlib/stat.pyi +108 -1
  52. package/dist/typeshed-fallback/stdlib/subprocess.pyi +60 -61
  53. package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +41 -4
  54. package/dist/typeshed-fallback/stdlib/sys/_monitoring.pyi +8 -4
  55. package/dist/typeshed-fallback/stdlib/sysconfig.pyi +13 -4
  56. package/dist/typeshed-fallback/stdlib/tarfile.pyi +6 -6
  57. package/dist/typeshed-fallback/stdlib/threading.pyi +9 -4
  58. package/dist/typeshed-fallback/stdlib/tkinter/constants.pyi +6 -6
  59. package/dist/typeshed-fallback/stdlib/tkinter/ttk.pyi +14 -6
  60. package/dist/typeshed-fallback/stdlib/types.pyi +8 -11
  61. package/dist/typeshed-fallback/stdlib/typing.pyi +18 -12
  62. package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +1 -0
  63. package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +1 -0
  64. package/dist/typeshed-fallback/stdlib/unittest/util.pyi +19 -2
  65. package/dist/typeshed-fallback/stdlib/urllib/request.pyi +7 -0
  66. package/dist/typeshed-fallback/stdlib/uuid.pyi +6 -5
  67. package/dist/typeshed-fallback/stdlib/winreg.pyi +3 -3
  68. package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +1 -0
  69. package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +2 -0
  70. package/dist/typeshed-fallback/stdlib/zlib.pyi +2 -2
  71. package/dist/typeshed-fallback/stubs/Authlib/METADATA.toml +1 -2
  72. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/urls.pyi +1 -1
  73. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/async_app.pyi +4 -3
  74. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/async_openid.pyi +4 -2
  75. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/framework_integration.pyi +2 -2
  76. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/registry.pyi +1 -1
  77. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/sync_app.pyi +3 -3
  78. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/sync_openid.pyi +4 -2
  79. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/__init__.pyi +10 -0
  80. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/apps.pyi +14 -0
  81. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/integration.pyi +11 -0
  82. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/__init__.pyi +4 -0
  83. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/authorization_server.pyi +26 -0
  84. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/nonce.pyi +1 -0
  85. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/resource_protector.pyi +14 -0
  86. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/__init__.pyi +8 -0
  87. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/authorization_server.pyi +24 -0
  88. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/endpoints.pyi +5 -0
  89. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/requests.pyi +20 -0
  90. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/resource_protector.pyi +15 -0
  91. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/signals.pyi +6 -0
  92. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/__init__.pyi +20 -0
  93. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/apps.pyi +18 -0
  94. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/integration.pyi +10 -0
  95. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/__init__.pyi +7 -0
  96. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/authorization_server.pyi +29 -0
  97. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/cache.pyi +8 -0
  98. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/resource_protector.pyi +18 -0
  99. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/__init__.pyi +7 -0
  100. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/authorization_server.pyi +23 -0
  101. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/errors.pyi +14 -0
  102. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/requests.pyi +27 -0
  103. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/resource_protector.pyi +15 -0
  104. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/signals.pyi +5 -0
  105. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/__init__.pyi +37 -0
  106. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/assertion_client.pyi +50 -0
  107. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/oauth1_client.pyi +56 -0
  108. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/oauth2_client.pyi +72 -0
  109. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/utils.pyi +7 -0
  110. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/__init__.pyi +28 -0
  111. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/assertion_session.pyi +31 -0
  112. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/oauth1_session.pyi +29 -0
  113. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/oauth2_session.pyi +43 -0
  114. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/utils.pyi +6 -0
  115. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/__init__.pyi +20 -0
  116. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/client_mixin.pyi +55 -0
  117. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/functions.pyi +21 -0
  118. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/tokens_mixins.pyi +39 -0
  119. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/__init__.pyi +14 -0
  120. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/apps.pyi +16 -0
  121. package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/integration.pyi +13 -0
  122. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_algorithms.pyi +12 -10
  123. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptography.pyi +2 -2
  124. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/jwk.pyi +6 -1
  125. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/jws.pyi +6 -4
  126. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/models.pyi +3 -2
  127. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/jwe.pyi +9 -8
  128. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/models.pyi +12 -11
  129. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/_cryptography_key.pyi +35 -1
  130. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/asymmetric_key.pyi +6 -5
  131. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/base_key.pyi +8 -8
  132. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/jwk.pyi +1 -1
  133. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/key_set.pyi +3 -2
  134. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_algs.pyi +28 -23
  135. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_encs.pyi +6 -5
  136. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jws_algs.pyi +1 -1
  137. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/oct_key.pyi +5 -4
  138. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/rsa_key.pyi +2 -1
  139. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/util.pyi +4 -2
  140. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/jwt.pyi +2 -2
  141. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/jws_eddsa.pyi +4 -2
  142. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/okp_key.pyi +2 -2
  143. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/client.pyi +2 -2
  144. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/authorization_server.pyi +7 -7
  145. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/base_server.pyi +2 -2
  146. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/client_auth.pyi +6 -6
  147. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/errors.pyi +1 -1
  148. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/models.pyi +8 -8
  149. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/parameters.pyi +1 -1
  150. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/resource_protector.pyi +4 -2
  151. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/rsa.pyi +1 -1
  152. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/signature.pyi +20 -18
  153. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/util.pyi +2 -2
  154. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/base.pyi +1 -1
  155. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/client.pyi +1 -1
  156. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/authorization_server.pyi +1 -1
  157. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/authorization_code.pyi +2 -2
  158. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/base.pyi +1 -1
  159. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.pyi +1 -1
  160. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/parameters.pyi +5 -3
  161. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/resource_protector.pyi +1 -1
  162. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/token_endpoint.pyi +2 -2
  163. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/wrappers.pyi +1 -1
  164. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/errors.pyi +1 -1
  165. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/parameters.pyi +1 -1
  166. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/validator.pyi +1 -1
  167. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7009/revocation.pyi +2 -2
  168. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/assertion.pyi +3 -3
  169. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/auth.pyi +2 -2
  170. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/client.pyi +5 -3
  171. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/jwt_bearer.pyi +6 -5
  172. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7591/endpoint.pyi +4 -4
  173. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7592/endpoint.pyi +8 -8
  174. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/introspection.pyi +3 -3
  175. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/token_validator.pyi +1 -1
  176. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8414/well_known.pyi +1 -1
  177. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/device_code.pyi +3 -3
  178. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/endpoint.pyi +2 -2
  179. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/models.pyi +4 -4
  180. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/introspection.pyi +1 -1
  181. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/revocation.pyi +3 -2
  182. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/token.pyi +1 -1
  183. package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/token_validator.pyi +1 -1
  184. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/claims.pyi +6 -8
  185. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/code.pyi +2 -1
  186. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/hybrid.pyi +4 -4
  187. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/implicit.pyi +6 -4
  188. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/userinfo.pyi +1 -1
  189. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/util.pyi +7 -1
  190. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/models.pyi +1 -3
  191. package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/well_known.pyi +1 -1
  192. package/dist/typeshed-fallback/stubs/Deprecated/METADATA.toml +1 -1
  193. package/dist/typeshed-fallback/stubs/Deprecated/deprecated/__init__.pyi +7 -2
  194. package/dist/typeshed-fallback/stubs/Deprecated/deprecated/params.pyi +20 -0
  195. package/dist/typeshed-fallback/stubs/Flask-SocketIO/METADATA.toml +1 -1
  196. package/dist/typeshed-fallback/stubs/Markdown/METADATA.toml +1 -1
  197. package/dist/typeshed-fallback/stubs/Markdown/markdown/htmlparser.pyi +2 -0
  198. package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/cursors.pyi +1 -0
  199. package/dist/typeshed-fallback/stubs/Pygments/pygments/console.pyi +4 -4
  200. package/dist/typeshed-fallback/stubs/Pygments/pygments/filter.pyi +3 -3
  201. package/dist/typeshed-fallback/stubs/Pygments/pygments/filters/__init__.pyi +14 -14
  202. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatter.pyi +10 -9
  203. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/__init__.pyi +2 -2
  204. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/_mapping.pyi +2 -2
  205. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/bbcode.pyi +5 -4
  206. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/html.pyi +27 -26
  207. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/img.pyi +33 -32
  208. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/irc.pyi +7 -6
  209. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/latex.pyi +21 -20
  210. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/other.pyi +9 -8
  211. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/pangomarkup.pyi +5 -4
  212. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/rtf.pyi +6 -5
  213. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/svg.pyi +15 -14
  214. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/terminal.pyi +7 -6
  215. package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/terminal256.pyi +18 -17
  216. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/__init__.pyi +6 -7
  217. package/dist/typeshed-fallback/stubs/Pygments/pygments/plugin.pyi +5 -5
  218. package/dist/typeshed-fallback/stubs/Pygments/pygments/regexopt.pyi +3 -3
  219. package/dist/typeshed-fallback/stubs/Pygments/pygments/scanner.pyi +6 -6
  220. package/dist/typeshed-fallback/stubs/Pygments/pygments/unistring.pyi +2 -2
  221. package/dist/typeshed-fallback/stubs/Pygments/pygments/util.pyi +5 -5
  222. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/BufferedTokenStream.pyi +14 -15
  223. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenFactory.pyi +15 -7
  224. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenStream.pyi +1 -3
  225. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/FileStream.pyi +2 -4
  226. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/InputStream.pyi +13 -11
  227. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Lexer.pyi +43 -29
  228. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Parser.pyi +47 -34
  229. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserInterpreter.pyi +13 -13
  230. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserRuleContext.pyi +30 -23
  231. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Recognizer.pyi +26 -17
  232. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/RuleContext.pyi +22 -20
  233. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Token.pyi +26 -25
  234. package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/Tree.pyi +30 -26
  235. package/dist/typeshed-fallback/stubs/assertpy/assertpy/assertpy.pyi +13 -10
  236. package/dist/typeshed-fallback/stubs/assertpy/assertpy/base.pyi +4 -5
  237. package/dist/typeshed-fallback/stubs/assertpy/assertpy/collection.pyi +12 -4
  238. package/dist/typeshed-fallback/stubs/assertpy/assertpy/contains.pyi +10 -8
  239. package/dist/typeshed-fallback/stubs/assertpy/assertpy/dict.pyi +8 -6
  240. package/dist/typeshed-fallback/stubs/assertpy/assertpy/dynamic.pyi +1 -1
  241. package/dist/typeshed-fallback/stubs/assertpy/assertpy/extracting.pyi +4 -2
  242. package/dist/typeshed-fallback/stubs/assertpy/assertpy/file.pyi +2 -3
  243. package/dist/typeshed-fallback/stubs/atheris/METADATA.toml +6 -0
  244. package/dist/typeshed-fallback/stubs/atheris/atheris/__init__.pyi +9 -0
  245. package/dist/typeshed-fallback/stubs/atheris/atheris/function_hooks.pyi +14 -0
  246. package/dist/typeshed-fallback/stubs/atheris/atheris/import_hook.pyi +36 -0
  247. package/dist/typeshed-fallback/stubs/atheris/atheris/instrument_bytecode.pyi +7 -0
  248. package/dist/typeshed-fallback/stubs/atheris/atheris/utils.pyi +18 -0
  249. package/dist/typeshed-fallback/stubs/atheris/atheris/version_dependent.pyi +27 -0
  250. package/dist/typeshed-fallback/stubs/aws-xray-sdk/METADATA.toml +1 -1
  251. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi +2 -1
  252. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi +15 -5
  253. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi +28 -9
  254. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi +7 -7
  255. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi +9 -7
  256. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi +2 -2
  257. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi +8 -12
  258. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi +1 -1
  259. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi +1 -1
  260. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi +9 -9
  261. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi +1 -1
  262. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi +3 -2
  263. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi +11 -3
  264. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi +3 -2
  265. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi +3 -3
  266. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi +2 -2
  267. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi +3 -3
  268. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi +19 -15
  269. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi +1 -1
  270. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi +3 -1
  271. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi +23 -13
  272. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi +5 -1
  273. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg/__init__.pyi +3 -0
  274. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg/patch.pyi +1 -0
  275. package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/util.pyi +1 -1
  276. package/dist/typeshed-fallback/stubs/bleach/METADATA.toml +1 -1
  277. package/dist/typeshed-fallback/stubs/bleach/bleach/html5lib_shim.pyi +1 -1
  278. package/dist/typeshed-fallback/stubs/bleach/bleach/linkifier.pyi +1 -1
  279. package/dist/typeshed-fallback/stubs/bleach/bleach/sanitizer.pyi +2 -2
  280. package/dist/typeshed-fallback/stubs/braintree/METADATA.toml +1 -1
  281. package/dist/typeshed-fallback/stubs/braintree/braintree/address.pyi +8 -4
  282. package/dist/typeshed-fallback/stubs/braintree/braintree/address_gateway.pyi +3 -2
  283. package/dist/typeshed-fallback/stubs/braintree/braintree/client_token.pyi +5 -1
  284. package/dist/typeshed-fallback/stubs/braintree/braintree/client_token_gateway.pyi +5 -3
  285. package/dist/typeshed-fallback/stubs/braintree/braintree/error_codes.pyi +11 -2
  286. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method.pyi +30 -1
  287. package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_gateway.pyi +30 -2
  288. package/dist/typeshed-fallback/stubs/braintree/braintree/subscription.pyi +10 -5
  289. package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_details.pyi +5 -1
  290. package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_gateway.pyi +12 -5
  291. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction.pyi +6 -2
  292. package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_gateway.pyi +5 -2
  293. package/dist/typeshed-fallback/stubs/colorful/METADATA.toml +2 -0
  294. package/dist/typeshed-fallback/stubs/colorful/colorful/ansi.pyi +14 -0
  295. package/dist/typeshed-fallback/stubs/colorful/colorful/colors.pyi +6 -0
  296. package/dist/typeshed-fallback/stubs/colorful/colorful/core.pyi +102 -0
  297. package/dist/typeshed-fallback/stubs/colorful/colorful/styles.pyi +4 -0
  298. package/dist/typeshed-fallback/stubs/colorful/colorful/terminal.pyi +16 -0
  299. package/dist/typeshed-fallback/stubs/colorful/colorful/utils.pyi +2 -0
  300. package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +2 -2
  301. package/dist/typeshed-fallback/stubs/django-filter/django_filters/filterset.pyi +3 -1
  302. package/dist/typeshed-fallback/stubs/docker/docker/api/container.pyi +6 -1
  303. package/dist/typeshed-fallback/stubs/docker/docker/api/daemon.pyi +12 -4
  304. package/dist/typeshed-fallback/stubs/docker/docker/api/exec_api.pyi +123 -7
  305. package/dist/typeshed-fallback/stubs/docker/docker/client.pyi +12 -8
  306. package/dist/typeshed-fallback/stubs/docker/docker/models/containers.pyi +27 -17
  307. package/dist/typeshed-fallback/stubs/docker/docker/models/images.pyi +1 -1
  308. package/dist/typeshed-fallback/stubs/docker/docker/models/resource.pyi +5 -5
  309. package/dist/typeshed-fallback/stubs/docutils/METADATA.toml +1 -1
  310. package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/body.pyi +10 -0
  311. package/dist/typeshed-fallback/stubs/et_xmlfile/METADATA.toml +2 -0
  312. package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/__init__.pyi +9 -0
  313. package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/incremental_tree.pyi +170 -0
  314. package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/xmlfile.pyi +37 -0
  315. package/dist/typeshed-fallback/stubs/fanstatic/METADATA.toml +1 -1
  316. package/dist/typeshed-fallback/stubs/flake8-bugbear/METADATA.toml +1 -1
  317. package/dist/typeshed-fallback/stubs/flake8-bugbear/bugbear.pyi +37 -65
  318. package/dist/typeshed-fallback/stubs/flake8-builtins/METADATA.toml +1 -1
  319. package/dist/typeshed-fallback/stubs/flake8-simplify/METADATA.toml +1 -1
  320. package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/__init__.pyi +1 -0
  321. package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/constants.pyi +6 -3
  322. package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/utils.pyi +0 -1
  323. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/drawing.pyi +145 -81
  324. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/text_region.pyi +1 -1
  325. package/dist/typeshed-fallback/stubs/geopandas/METADATA.toml +1 -1
  326. package/dist/typeshed-fallback/stubs/geopandas/geopandas/array.pyi +7 -14
  327. package/dist/typeshed-fallback/stubs/geopandas/geopandas/geodataframe.pyi +1 -0
  328. package/dist/typeshed-fallback/stubs/gevent/METADATA.toml +2 -2
  329. package/dist/typeshed-fallback/stubs/gevent/gevent/events.pyi +1 -12
  330. package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/watcher.pyi +1 -0
  331. package/dist/typeshed-fallback/stubs/gevent/gevent/os.pyi +1 -0
  332. package/dist/typeshed-fallback/stubs/gevent/gevent/signal.pyi +2 -1
  333. package/dist/typeshed-fallback/stubs/google-cloud-ndb/METADATA.toml +1 -1
  334. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_cache.pyi +9 -10
  335. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_query.pyi +1 -2
  336. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_eventloop.pyi +11 -10
  337. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/blobstore.pyi +6 -6
  338. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/context.pyi +21 -21
  339. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/exceptions.pyi +2 -2
  340. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/global_cache.pyi +13 -14
  341. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/key.pyi +2 -3
  342. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/metadata.pyi +1 -2
  343. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi +2 -2
  344. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/query.pyi +26 -27
  345. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/stats.pyi +37 -37
  346. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/tasklets.pyi +7 -7
  347. package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/utils.pyi +4 -4
  348. package/dist/typeshed-fallback/stubs/greenlet/METADATA.toml +1 -1
  349. package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/arbiter.pyi +2 -2
  350. package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/sock.pyi +2 -0
  351. package/dist/typeshed-fallback/stubs/html5lib/METADATA.toml +1 -0
  352. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_ihatexml.pyi +21 -23
  353. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_inputstream.pyi +79 -71
  354. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_tokenizer.pyi +87 -51
  355. package/dist/typeshed-fallback/stubs/html5lib/html5lib/_utils.pyi +18 -11
  356. package/dist/typeshed-fallback/stubs/html5lib/html5lib/constants.pyi +1 -3
  357. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi +3 -2
  358. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/base.pyi +9 -6
  359. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi +5 -3
  360. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/lint.pyi +5 -3
  361. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/optionaltags.pyi +1 -2
  362. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/sanitizer.pyi +6 -6
  363. package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/whitespace.pyi +2 -2
  364. package/dist/typeshed-fallback/stubs/html5lib/html5lib/html5parser.pyi +2 -2
  365. package/dist/typeshed-fallback/stubs/html5lib/html5lib/serializer.pyi +75 -19
  366. package/dist/typeshed-fallback/stubs/html5lib/html5lib/treeadapters/sax.pyi +0 -3
  367. package/dist/typeshed-fallback/stubs/hvac/METADATA.toml +1 -1
  368. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/__init__.pyi +3 -4
  369. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/aws.pyi +2 -2
  370. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/azure.pyi +3 -2
  371. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/gcp.pyi +3 -2
  372. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/kubernetes.pyi +1 -0
  373. package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/legacy_mfa.pyi +2 -4
  374. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/__init__.pyi +3 -4
  375. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/identity.pyi +2 -2
  376. package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/kv.pyi +3 -3
  377. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/__init__.pyi +3 -4
  378. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/system_backend_mixin.pyi +2 -2
  379. package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/wrapping.pyi +2 -3
  380. package/dist/typeshed-fallback/stubs/hvac/hvac/api/vault_api_category.pyi +2 -3
  381. package/dist/typeshed-fallback/stubs/icalendar/METADATA.toml +1 -1
  382. package/dist/typeshed-fallback/stubs/icalendar/icalendar/__init__.pyi +0 -1
  383. package/dist/typeshed-fallback/stubs/icalendar/icalendar/alarms.pyi +2 -2
  384. package/dist/typeshed-fallback/stubs/icalendar/icalendar/cal.pyi +16 -9
  385. package/dist/typeshed-fallback/stubs/icalendar/icalendar/parser.pyi +2 -1
  386. package/dist/typeshed-fallback/stubs/icalendar/icalendar/prop.pyi +3 -3
  387. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/zoneinfo.pyi +1 -5
  388. package/dist/typeshed-fallback/stubs/ldap3/ldap3/__init__.pyi +5 -5
  389. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/__init__.pyi +3 -3
  390. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/attrDef.pyi +13 -13
  391. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/attribute.pyi +9 -9
  392. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/cursor.pyi +28 -27
  393. package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/entry.pyi +11 -11
  394. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/exceptions.pyi +8 -8
  395. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/pooling.pyi +15 -15
  396. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/rdns.pyi +7 -7
  397. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/results.pyi +3 -3
  398. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/server.pyi +15 -14
  399. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/timezone.pyi +3 -3
  400. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/tls.pyi +13 -13
  401. package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/usage.pyi +6 -6
  402. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/__init__.pyi +4 -4
  403. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi +12 -12
  404. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi +7 -7
  405. package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi +13 -13
  406. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/modify.pyi +2 -2
  407. package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/search.pyi +5 -5
  408. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi +2 -2
  409. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/standard.pyi +2 -2
  410. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/oid.pyi +2 -2
  411. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc2849.pyi +2 -2
  412. package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc4512.pyi +59 -59
  413. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/asyncStream.pyi +7 -7
  414. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/asynchronous.pyi +6 -6
  415. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/base.pyi +7 -7
  416. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/ldifProducer.pyi +4 -4
  417. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockAsync.pyi +2 -2
  418. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockBase.pyi +9 -9
  419. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockSync.pyi +2 -2
  420. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/restartable.pyi +4 -4
  421. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/reusable.pyi +20 -20
  422. package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/sync.pyi +3 -3
  423. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/config.pyi +2 -2
  424. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/hashed.pyi +3 -3
  425. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/log.pyi +3 -3
  426. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/ntlm.pyi +41 -41
  427. package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/repr.pyi +2 -2
  428. package/dist/typeshed-fallback/stubs/lupa/METADATA.toml +1 -1
  429. package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/__init__.pyi +4 -1
  430. package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/iana.pyi +8 -8
  431. package/dist/typeshed-fallback/stubs/networkx/METADATA.toml +1 -1
  432. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/__init__.pyi +1 -0
  433. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi +4 -0
  434. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi +11 -7
  435. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi +4 -4
  436. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matching.pyi +3 -3
  437. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi +8 -1
  438. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/closeness.pyi +2 -2
  439. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi +2 -0
  440. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi +3 -2
  441. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/katz.pyi +5 -4
  442. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/percolation.pyi +3 -2
  443. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/reaching.pyi +3 -2
  444. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi +2 -2
  445. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cluster.pyi +13 -3
  446. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/__init__.pyi +1 -1
  447. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/bipartitions.pyi +22 -0
  448. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/core.pyi +6 -5
  449. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dag.pyi +0 -3
  450. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_regular.pyi +2 -2
  451. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/ismags.pyi +17 -4
  452. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/non_randomness.pyi +1 -1
  453. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/perfect_graph.pyi +7 -0
  454. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planarity.pyi +13 -4
  455. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/similarity.pyi +19 -3
  456. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/threshold.pyi +0 -1
  457. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/__init__.pyi +1 -0
  458. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/distance_measures.pyi +10 -0
  459. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/wiener.pyi +3 -1
  460. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/digraph.pyi +13 -7
  461. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/function.pyi +3 -1
  462. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/graph.pyi +12 -6
  463. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multidigraph.pyi +10 -9
  464. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multigraph.pyi +23 -13
  465. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/layout.pyi +0 -1
  466. package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pylab.pyi +20 -0
  467. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/expanders.pyi +9 -1
  468. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/random_graphs.pyi +21 -16
  469. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/small.pyi +3 -0
  470. package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi +2 -24
  471. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/misc.pyi +1 -1
  472. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/random_sequence.pyi +5 -0
  473. package/dist/typeshed-fallback/stubs/networkx/networkx/utils/union_find.pyi +12 -10
  474. package/dist/typeshed-fallback/stubs/parsimonious/METADATA.toml +1 -1
  475. package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/exceptions.pyi +5 -3
  476. package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
  477. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +8 -3
  478. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/well_known_types.pyi +2 -2
  479. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message.pyi +1 -1
  480. package/dist/typeshed-fallback/stubs/psutil/METADATA.toml +1 -1
  481. package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +57 -77
  482. package/dist/typeshed-fallback/stubs/psutil/psutil/_common.pyi +135 -262
  483. package/dist/typeshed-fallback/stubs/psutil/psutil/_ntuples.pyi +384 -0
  484. package/dist/typeshed-fallback/stubs/psutil/psutil/_psaix.pyi +100 -86
  485. package/dist/typeshed-fallback/stubs/psutil/psutil/_psbsd.pyi +213 -168
  486. package/dist/typeshed-fallback/stubs/psutil/psutil/_pslinux.pyi +181 -237
  487. package/dist/typeshed-fallback/stubs/psutil/psutil/_psosx.pyi +81 -100
  488. package/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi +78 -4
  489. package/dist/typeshed-fallback/stubs/psutil/psutil/_pssunos.pyi +141 -119
  490. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_aix.pyi +58 -0
  491. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_bsd.pyi +141 -0
  492. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_linux.pyi +47 -15
  493. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_osx.pyi +77 -49
  494. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_sunos.pyi +63 -0
  495. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_windows.pyi +102 -91
  496. package/dist/typeshed-fallback/stubs/psutil/psutil/_pswindows.pyi +175 -200
  497. package/dist/typeshed-fallback/stubs/pycurl/pycurl.pyi +5 -3
  498. package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
  499. package/dist/typeshed-fallback/stubs/python-crontab/crontab.pyi +4 -4
  500. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/parser/_parser.pyi +6 -7
  501. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/rrule.pyi +28 -25
  502. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/_common.pyi +8 -3
  503. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/tz.pyi +21 -19
  504. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/win.pyi +5 -4
  505. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi +2 -1
  506. package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi +5 -1
  507. package/dist/typeshed-fallback/stubs/python-jenkins/jenkins/__init__.pyi +13 -6
  508. package/dist/typeshed-fallback/stubs/pytz/pytz/lazy.pyi +2 -2
  509. package/dist/typeshed-fallback/stubs/pyxdg/xdg/RecentFiles.pyi +5 -7
  510. package/dist/typeshed-fallback/stubs/qrbill/METADATA.toml +1 -1
  511. package/dist/typeshed-fallback/stubs/qrbill/qrbill/bill.pyi +10 -0
  512. package/dist/typeshed-fallback/stubs/regex/METADATA.toml +1 -1
  513. package/dist/typeshed-fallback/stubs/regex/regex/__init__.pyi +64 -1
  514. package/dist/typeshed-fallback/stubs/regex/regex/{regex.pyi → _main.pyi} +66 -0
  515. package/dist/typeshed-fallback/stubs/regex/regex/_regex.pyi +1 -1
  516. package/dist/typeshed-fallback/stubs/regex/regex/_regex_core.pyi +59 -19
  517. package/dist/typeshed-fallback/stubs/reportlab/METADATA.toml +1 -1
  518. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/testutils.pyi +27 -25
  519. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/flowables.pyi +1 -1
  520. package/dist/typeshed-fallback/stubs/requests/requests/exceptions.pyi +2 -1
  521. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/data.pyi +2 -3
  522. package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/typing.pyi +0 -2
  523. package/dist/typeshed-fallback/stubs/seaborn/seaborn/categorical.pyi +1 -1
  524. package/dist/typeshed-fallback/stubs/setuptools/setuptools/__init__.pyi +102 -45
  525. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/cmd.pyi +6 -3
  526. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/base.pyi +8 -2
  527. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +3 -0
  528. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/spawn.pyi +14 -4
  529. package/dist/typeshed-fallback/stubs/simple-websocket/METADATA.toml +3 -0
  530. package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/__init__.pyi +3 -0
  531. package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/aiows.pyi +130 -0
  532. package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/asgi.pyi +44 -0
  533. package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/errors.pyi +12 -0
  534. package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/ws.pyi +136 -0
  535. package/dist/typeshed-fallback/stubs/tensorflow/METADATA.toml +16 -0
  536. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/__init__.pyi +437 -0
  537. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/_aliases.pyi +70 -0
  538. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/audio.pyi +7 -0
  539. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autodiff.pyi +63 -0
  540. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autograph/__init__.pyi +17 -0
  541. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autograph/experimental.pyi +30 -0
  542. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/bitwise.pyi +37 -0
  543. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi +2113 -0
  544. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_profile_printer_data_pb2.pyi +187 -0
  545. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/metrics_pb2.pyi +283 -0
  546. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/test_compilation_environment_pb2.pyi +59 -0
  547. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/xla_compile_result_pb2.pyi +167 -0
  548. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/tsl/protobuf/bfc_memory_map_pb2.pyi +218 -0
  549. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/tsl/protobuf/test_log_pb2.pyi +707 -0
  550. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi +2681 -0
  551. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/xla_pb2.pyi +2558 -0
  552. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/config/__init__.pyi +12 -0
  553. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/config/experimental.pyi +16 -0
  554. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi +153 -0
  555. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi +330 -0
  556. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi +222 -0
  557. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/allocation_description_pb2.pyi +64 -0
  558. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi +312 -0
  559. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi +274 -0
  560. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi +229 -0
  561. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/cpp_shape_inference_pb2.pyi +110 -0
  562. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi +25 -0
  563. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi +720 -0
  564. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_pb2.pyi +116 -0
  565. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi +140 -0
  566. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi +617 -0
  567. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi +309 -0
  568. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_debug_info_pb2.pyi +210 -0
  569. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi +100 -0
  570. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi +290 -0
  571. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi +116 -0
  572. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/log_memory_pb2.pyi +218 -0
  573. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi +368 -0
  574. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi +192 -0
  575. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi +391 -0
  576. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/optimized_function_graph_pb2.pyi +166 -0
  577. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi +52 -0
  578. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi +104 -0
  579. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi +332 -0
  580. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/summary_pb2.pyi +368 -0
  581. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_description_pb2.pyi +49 -0
  582. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_pb2.pyi +235 -0
  583. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_shape_pb2.pyi +74 -0
  584. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_slice_pb2.pyi +56 -0
  585. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/types_pb2.pyi +220 -0
  586. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/variable_pb2.pyi +229 -0
  587. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/versions_pb2.pyi +57 -0
  588. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi +0 -0
  589. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/bfc_memory_map_pb2.pyi +15 -0
  590. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/cluster_pb2.pyi +126 -0
  591. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi +33 -0
  592. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi +1867 -0
  593. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi +243 -0
  594. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi +66 -0
  595. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi +243 -0
  596. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi +746 -0
  597. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi +199 -0
  598. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi +124 -0
  599. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi +154 -0
  600. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi +33 -0
  601. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi +76 -0
  602. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi +735 -0
  603. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi +41 -0
  604. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi +73 -0
  605. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi +96 -0
  606. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi +588 -0
  607. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/rpc_options_pb2.pyi +9 -0
  608. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi +51 -0
  609. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi +715 -0
  610. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi +113 -0
  611. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi +275 -0
  612. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi +164 -0
  613. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/status_pb2.pyi +13 -0
  614. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi +536 -0
  615. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi +160 -0
  616. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi +125 -0
  617. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/compilation_result_pb2.pyi +85 -0
  618. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/dynamic_padding_pb2.pyi +47 -0
  619. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/optimization_parameters_pb2.pyi +1326 -0
  620. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/topology_pb2.pyi +149 -0
  621. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/tpu_embedding_configuration_pb2.pyi +326 -0
  622. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/trackable_object_graph_pb2.pyi +213 -0
  623. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/transport_options_pb2.pyi +28 -0
  624. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/verifier_config_pb2.pyi +65 -0
  625. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/event_pb2.pyi +419 -0
  626. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/memmapped_file_system_pb2.pyi +65 -0
  627. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/saved_tensor_slice_pb2.pyi +171 -0
  628. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi +24 -0
  629. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/data/__init__.pyi +272 -0
  630. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/data/experimental.pyi +32 -0
  631. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/__init__.pyi +3 -0
  632. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/coordinator.pyi +3 -0
  633. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/experimental/coordinator.pyi +11 -0
  634. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/dtypes.pyi +57 -0
  635. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/experimental/__init__.pyi +10 -0
  636. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/experimental/dtensor.pyi +19 -0
  637. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/feature_column/__init__.pyi +95 -0
  638. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/initializers.pyi +1 -0
  639. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/io/__init__.pyi +104 -0
  640. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/io/gfile.pyi +11 -0
  641. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/__init__.pyi +15 -0
  642. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/activations.pyi +35 -0
  643. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/callbacks.pyi +170 -0
  644. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/constraints.pyi +16 -0
  645. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/initializers.pyi +50 -0
  646. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/layers/__init__.pyi +446 -0
  647. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/losses.pyi +177 -0
  648. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/metrics.pyi +117 -0
  649. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/models.pyi +167 -0
  650. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi +7 -0
  651. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi +61 -0
  652. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi +103 -0
  653. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/regularizers.pyi +21 -0
  654. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/linalg.pyi +55 -0
  655. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/math.pyi +298 -0
  656. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/nn.pyi +194 -0
  657. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/__init__.pyi +1 -0
  658. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/distribute/distribute_lib.pyi +5 -0
  659. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi +0 -0
  660. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi +273 -0
  661. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi +30 -0
  662. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/framework/dtypes.pyi +7 -0
  663. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/__init__.pyi +1 -0
  664. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi +129 -0
  665. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi +89 -0
  666. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/versions_pb2.pyi +63 -0
  667. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi +0 -0
  668. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi +3 -0
  669. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/base.pyi +5 -0
  670. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/resource.pyi +9 -0
  671. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/ressource.pyi +7 -0
  672. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/training/tracking/autotrackable.pyi +3 -0
  673. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/random.pyi +231 -0
  674. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/raw_ops.pyi +44 -0
  675. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/saved_model/__init__.pyi +125 -0
  676. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/saved_model/experimental.pyi +39 -0
  677. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/signal.pyi +6 -0
  678. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/sparse.pyi +31 -0
  679. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/strings.pyi +241 -0
  680. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/summary.pyi +58 -0
  681. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/train/__init__.pyi +74 -0
  682. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/train/experimental.pyi +12 -0
  683. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/coordination_config_pb2.pyi +156 -0
  684. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/coordination_service_pb2.pyi +666 -0
  685. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/distributed_runtime_payloads_pb2.pyi +69 -0
  686. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/dnn_pb2.pyi +619 -0
  687. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi +291 -0
  688. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi +78 -0
  689. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/rpc_options_pb2.pyi +85 -0
  690. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/status_pb2.pyi +34 -0
  691. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/types/__init__.pyi +1 -0
  692. package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/types/experimental.pyi +30 -0
  693. package/dist/typeshed-fallback/stubs/ttkthemes/METADATA.toml +1 -1
  694. package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_style.pyi +1 -1
  695. package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_tk.pyi +11 -12
  696. package/dist/typeshed-fallback/stubs/tzdata/METADATA.toml +2 -0
  697. package/dist/typeshed-fallback/stubs/tzdata/tzdata/__init__.pyi +4 -0
  698. package/dist/typeshed-fallback/stubs/webencodings/METADATA.toml +2 -0
  699. package/dist/typeshed-fallback/stubs/webencodings/webencodings/__init__.pyi +33 -0
  700. package/dist/typeshed-fallback/stubs/webencodings/webencodings/labels.pyi +3 -0
  701. package/dist/typeshed-fallback/stubs/webencodings/webencodings/mklabels.pyi +5 -0
  702. package/dist/typeshed-fallback/stubs/webencodings/webencodings/x_user_defined.pyi +21 -0
  703. package/dist/typeshed-fallback/stubs/yt-dlp/METADATA.toml +1 -1
  704. package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/__init__.pyi +2 -0
  705. package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/extractor/common.pyi +1 -0
  706. package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/globals.pyi +12 -1
  707. package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_jsruntime.pyi +38 -0
  708. package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_legacy.pyi +2 -68
  709. package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_utils.pyi +1 -1
  710. package/package.json +7 -7
  711. package/dist/typeshed-fallback/stdlib/_typeshed/README.md +0 -34
  712. package/dist/typeshed-fallback/stubs/ExifRead/METADATA.toml +0 -3
  713. package/dist/typeshed-fallback/stubs/ExifRead/exifread/__init__.pyi +0 -17
  714. package/dist/typeshed-fallback/stubs/ExifRead/exifread/_types.pyi +0 -15
  715. package/dist/typeshed-fallback/stubs/ExifRead/exifread/classes.pyi +0 -47
  716. package/dist/typeshed-fallback/stubs/ExifRead/exifread/exceptions.pyi +0 -2
  717. package/dist/typeshed-fallback/stubs/ExifRead/exifread/exif_log.pyi +0 -24
  718. package/dist/typeshed-fallback/stubs/ExifRead/exifread/heic.pyi +0 -56
  719. package/dist/typeshed-fallback/stubs/ExifRead/exifread/jpeg.pyi +0 -7
  720. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/__init__.pyi +0 -15
  721. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/exif.pyi +0 -7
  722. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/apple.pyi +0 -3
  723. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/canon.pyi +0 -26
  724. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/casio.pyi +0 -3
  725. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi +0 -3
  726. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/nikon.pyi +0 -6
  727. package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/olympus.pyi +0 -6
  728. package/dist/typeshed-fallback/stubs/ExifRead/exifread/utils.pyi +0 -22
  729. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi +0 -16
  730. package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_posix.pyi +0 -34
  731. package/dist/typeshed-fallback/stubs/vobject/@tests/stubtest_allowlist.txt +0 -22
  732. /package/dist/typeshed-fallback/stubs/{ExifRead/exifread/tags/makernote → colorful/colorful}/__init__.pyi +0 -0
@@ -0,0 +1,536 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import collections.abc
8
+ import sys
9
+ import typing
10
+
11
+ import google.protobuf.descriptor
12
+ import google.protobuf.internal.containers
13
+ import google.protobuf.internal.enum_type_wrapper
14
+ import google.protobuf.message
15
+ import tensorflow.core.framework.tensor_pb2
16
+ import tensorflow.core.framework.tensor_shape_pb2
17
+ import tensorflow.core.framework.types_pb2
18
+
19
+ if sys.version_info >= (3, 10):
20
+ import typing as typing_extensions
21
+ else:
22
+ import typing_extensions
23
+
24
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
25
+
26
+ @typing.final
27
+ class StructuredValue(google.protobuf.message.Message):
28
+ """`StructuredValue` represents a dynamically typed value representing various
29
+ data structures that are inspired by Python data structures typically used in
30
+ TensorFlow functions as inputs and outputs.
31
+
32
+ For example when saving a Layer there may be a `training` argument. If the
33
+ user passes a boolean True/False, that switches between two concrete
34
+ TensorFlow functions. In order to switch between them in the same way after
35
+ loading the SavedModel, we need to represent "True" and "False".
36
+
37
+ A more advanced example might be a function which takes a list of
38
+ dictionaries mapping from strings to Tensors. In order to map from
39
+ user-specified arguments `[{"a": tf.constant(1.)}, {"q": tf.constant(3.)}]`
40
+ after load to the right saved TensorFlow function, we need to represent the
41
+ nested structure and the strings, recording that we have a trace for anything
42
+ matching `[{"a": tf.TensorSpec(None, tf.float32)}, {"q": tf.TensorSpec([],
43
+ tf.float64)}]` as an example.
44
+
45
+ Likewise functions may return nested structures of Tensors, for example
46
+ returning a dictionary mapping from strings to Tensors. In order for the
47
+ loaded function to return the same structure we need to serialize it.
48
+
49
+ This is an ergonomic aid for working with loaded SavedModels, not a promise
50
+ to serialize all possible function signatures. For example we do not expect
51
+ to pickle generic Python objects, and ideally we'd stay language-agnostic.
52
+ """
53
+
54
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
55
+
56
+ NONE_VALUE_FIELD_NUMBER: builtins.int
57
+ FLOAT64_VALUE_FIELD_NUMBER: builtins.int
58
+ INT64_VALUE_FIELD_NUMBER: builtins.int
59
+ STRING_VALUE_FIELD_NUMBER: builtins.int
60
+ BOOL_VALUE_FIELD_NUMBER: builtins.int
61
+ TENSOR_SHAPE_VALUE_FIELD_NUMBER: builtins.int
62
+ TENSOR_DTYPE_VALUE_FIELD_NUMBER: builtins.int
63
+ TENSOR_SPEC_VALUE_FIELD_NUMBER: builtins.int
64
+ TYPE_SPEC_VALUE_FIELD_NUMBER: builtins.int
65
+ BOUNDED_TENSOR_SPEC_VALUE_FIELD_NUMBER: builtins.int
66
+ LIST_VALUE_FIELD_NUMBER: builtins.int
67
+ TUPLE_VALUE_FIELD_NUMBER: builtins.int
68
+ DICT_VALUE_FIELD_NUMBER: builtins.int
69
+ NAMED_TUPLE_VALUE_FIELD_NUMBER: builtins.int
70
+ TENSOR_VALUE_FIELD_NUMBER: builtins.int
71
+ NUMPY_VALUE_FIELD_NUMBER: builtins.int
72
+ float64_value: builtins.float
73
+ """Represents a double-precision floating-point value (a Python `float`)."""
74
+ int64_value: builtins.int
75
+ """Represents a signed integer value, limited to 64 bits.
76
+ Larger values from Python's arbitrary-precision integers are unsupported.
77
+ """
78
+ string_value: builtins.str
79
+ """Represents a string of Unicode characters stored in a Python `str`.
80
+ In Python 3, this is exactly what type `str` is.
81
+ In Python 2, this is the UTF-8 encoding of the characters.
82
+ For strings with ASCII characters only (as often used in TensorFlow code)
83
+ there is effectively no difference between the language versions.
84
+ The obsolescent `unicode` type of Python 2 is not supported here.
85
+ """
86
+ bool_value: builtins.bool
87
+ """Represents a boolean value."""
88
+ tensor_dtype_value: tensorflow.core.framework.types_pb2.DataType.ValueType
89
+ """Represents an enum value for dtype."""
90
+ @property
91
+ def none_value(self) -> global___NoneValue:
92
+ """Represents None."""
93
+
94
+ @property
95
+ def tensor_shape_value(self) -> tensorflow.core.framework.tensor_shape_pb2.TensorShapeProto:
96
+ """Represents a TensorShape."""
97
+
98
+ @property
99
+ def tensor_spec_value(self) -> global___TensorSpecProto:
100
+ """Represents a value for tf.TensorSpec."""
101
+
102
+ @property
103
+ def type_spec_value(self) -> global___TypeSpecProto:
104
+ """Represents a value for tf.TypeSpec."""
105
+
106
+ @property
107
+ def bounded_tensor_spec_value(self) -> global___BoundedTensorSpecProto:
108
+ """Represents a value for tf.BoundedTensorSpec."""
109
+
110
+ @property
111
+ def list_value(self) -> global___ListValue:
112
+ """Represents a list of `Value`."""
113
+
114
+ @property
115
+ def tuple_value(self) -> global___TupleValue:
116
+ """Represents a tuple of `Value`."""
117
+
118
+ @property
119
+ def dict_value(self) -> global___DictValue:
120
+ """Represents a dict `Value`."""
121
+
122
+ @property
123
+ def named_tuple_value(self) -> global___NamedTupleValue:
124
+ """Represents Python's namedtuple."""
125
+
126
+ @property
127
+ def tensor_value(self) -> tensorflow.core.framework.tensor_pb2.TensorProto:
128
+ """Represents a value for tf.Tensor."""
129
+
130
+ @property
131
+ def numpy_value(self) -> tensorflow.core.framework.tensor_pb2.TensorProto:
132
+ """Represents a value for np.ndarray."""
133
+
134
+ def __init__(
135
+ self,
136
+ *,
137
+ none_value: global___NoneValue | None = ...,
138
+ float64_value: builtins.float | None = ...,
139
+ int64_value: builtins.int | None = ...,
140
+ string_value: builtins.str | None = ...,
141
+ bool_value: builtins.bool | None = ...,
142
+ tensor_shape_value: tensorflow.core.framework.tensor_shape_pb2.TensorShapeProto | None = ...,
143
+ tensor_dtype_value: tensorflow.core.framework.types_pb2.DataType.ValueType | None = ...,
144
+ tensor_spec_value: global___TensorSpecProto | None = ...,
145
+ type_spec_value: global___TypeSpecProto | None = ...,
146
+ bounded_tensor_spec_value: global___BoundedTensorSpecProto | None = ...,
147
+ list_value: global___ListValue | None = ...,
148
+ tuple_value: global___TupleValue | None = ...,
149
+ dict_value: global___DictValue | None = ...,
150
+ named_tuple_value: global___NamedTupleValue | None = ...,
151
+ tensor_value: tensorflow.core.framework.tensor_pb2.TensorProto | None = ...,
152
+ numpy_value: tensorflow.core.framework.tensor_pb2.TensorProto | None = ...,
153
+ ) -> None: ...
154
+ def HasField(
155
+ self,
156
+ field_name: typing.Literal[
157
+ "bool_value",
158
+ b"bool_value",
159
+ "bounded_tensor_spec_value",
160
+ b"bounded_tensor_spec_value",
161
+ "dict_value",
162
+ b"dict_value",
163
+ "float64_value",
164
+ b"float64_value",
165
+ "int64_value",
166
+ b"int64_value",
167
+ "kind",
168
+ b"kind",
169
+ "list_value",
170
+ b"list_value",
171
+ "named_tuple_value",
172
+ b"named_tuple_value",
173
+ "none_value",
174
+ b"none_value",
175
+ "numpy_value",
176
+ b"numpy_value",
177
+ "string_value",
178
+ b"string_value",
179
+ "tensor_dtype_value",
180
+ b"tensor_dtype_value",
181
+ "tensor_shape_value",
182
+ b"tensor_shape_value",
183
+ "tensor_spec_value",
184
+ b"tensor_spec_value",
185
+ "tensor_value",
186
+ b"tensor_value",
187
+ "tuple_value",
188
+ b"tuple_value",
189
+ "type_spec_value",
190
+ b"type_spec_value",
191
+ ],
192
+ ) -> builtins.bool: ...
193
+ def ClearField(
194
+ self,
195
+ field_name: typing.Literal[
196
+ "bool_value",
197
+ b"bool_value",
198
+ "bounded_tensor_spec_value",
199
+ b"bounded_tensor_spec_value",
200
+ "dict_value",
201
+ b"dict_value",
202
+ "float64_value",
203
+ b"float64_value",
204
+ "int64_value",
205
+ b"int64_value",
206
+ "kind",
207
+ b"kind",
208
+ "list_value",
209
+ b"list_value",
210
+ "named_tuple_value",
211
+ b"named_tuple_value",
212
+ "none_value",
213
+ b"none_value",
214
+ "numpy_value",
215
+ b"numpy_value",
216
+ "string_value",
217
+ b"string_value",
218
+ "tensor_dtype_value",
219
+ b"tensor_dtype_value",
220
+ "tensor_shape_value",
221
+ b"tensor_shape_value",
222
+ "tensor_spec_value",
223
+ b"tensor_spec_value",
224
+ "tensor_value",
225
+ b"tensor_value",
226
+ "tuple_value",
227
+ b"tuple_value",
228
+ "type_spec_value",
229
+ b"type_spec_value",
230
+ ],
231
+ ) -> None: ...
232
+ def WhichOneof(
233
+ self, oneof_group: typing.Literal["kind", b"kind"]
234
+ ) -> (
235
+ typing.Literal[
236
+ "none_value",
237
+ "float64_value",
238
+ "int64_value",
239
+ "string_value",
240
+ "bool_value",
241
+ "tensor_shape_value",
242
+ "tensor_dtype_value",
243
+ "tensor_spec_value",
244
+ "type_spec_value",
245
+ "bounded_tensor_spec_value",
246
+ "list_value",
247
+ "tuple_value",
248
+ "dict_value",
249
+ "named_tuple_value",
250
+ "tensor_value",
251
+ "numpy_value",
252
+ ]
253
+ | None
254
+ ): ...
255
+
256
+ global___StructuredValue = StructuredValue
257
+
258
+ @typing.final
259
+ class NoneValue(google.protobuf.message.Message):
260
+ """Represents None."""
261
+
262
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
263
+
264
+ def __init__(self) -> None: ...
265
+
266
+ global___NoneValue = NoneValue
267
+
268
+ @typing.final
269
+ class ListValue(google.protobuf.message.Message):
270
+ """Represents a Python list."""
271
+
272
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
273
+
274
+ VALUES_FIELD_NUMBER: builtins.int
275
+ @property
276
+ def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___StructuredValue]: ...
277
+ def __init__(self, *, values: collections.abc.Iterable[global___StructuredValue] | None = ...) -> None: ...
278
+ def ClearField(self, field_name: typing.Literal["values", b"values"]) -> None: ...
279
+
280
+ global___ListValue = ListValue
281
+
282
+ @typing.final
283
+ class TupleValue(google.protobuf.message.Message):
284
+ """Represents a Python tuple."""
285
+
286
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
287
+
288
+ VALUES_FIELD_NUMBER: builtins.int
289
+ @property
290
+ def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___StructuredValue]: ...
291
+ def __init__(self, *, values: collections.abc.Iterable[global___StructuredValue] | None = ...) -> None: ...
292
+ def ClearField(self, field_name: typing.Literal["values", b"values"]) -> None: ...
293
+
294
+ global___TupleValue = TupleValue
295
+
296
+ @typing.final
297
+ class DictValue(google.protobuf.message.Message):
298
+ """Represents a Python dict keyed by `str`.
299
+ The comment on Unicode from Value.string_value applies analogously.
300
+ """
301
+
302
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
303
+
304
+ @typing.final
305
+ class FieldsEntry(google.protobuf.message.Message):
306
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
307
+
308
+ KEY_FIELD_NUMBER: builtins.int
309
+ VALUE_FIELD_NUMBER: builtins.int
310
+ key: builtins.str
311
+ @property
312
+ def value(self) -> global___StructuredValue: ...
313
+ def __init__(self, *, key: builtins.str | None = ..., value: global___StructuredValue | None = ...) -> None: ...
314
+ def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
315
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
316
+
317
+ FIELDS_FIELD_NUMBER: builtins.int
318
+ @property
319
+ def fields(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, global___StructuredValue]: ...
320
+ def __init__(self, *, fields: collections.abc.Mapping[builtins.str, global___StructuredValue] | None = ...) -> None: ...
321
+ def ClearField(self, field_name: typing.Literal["fields", b"fields"]) -> None: ...
322
+
323
+ global___DictValue = DictValue
324
+
325
+ @typing.final
326
+ class PairValue(google.protobuf.message.Message):
327
+ """Represents a (key, value) pair."""
328
+
329
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
330
+
331
+ KEY_FIELD_NUMBER: builtins.int
332
+ VALUE_FIELD_NUMBER: builtins.int
333
+ key: builtins.str
334
+ @property
335
+ def value(self) -> global___StructuredValue: ...
336
+ def __init__(self, *, key: builtins.str | None = ..., value: global___StructuredValue | None = ...) -> None: ...
337
+ def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
338
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
339
+
340
+ global___PairValue = PairValue
341
+
342
+ @typing.final
343
+ class NamedTupleValue(google.protobuf.message.Message):
344
+ """Represents Python's namedtuple."""
345
+
346
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
347
+
348
+ NAME_FIELD_NUMBER: builtins.int
349
+ VALUES_FIELD_NUMBER: builtins.int
350
+ name: builtins.str
351
+ @property
352
+ def values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___PairValue]: ...
353
+ def __init__(
354
+ self, *, name: builtins.str | None = ..., values: collections.abc.Iterable[global___PairValue] | None = ...
355
+ ) -> None: ...
356
+ def ClearField(self, field_name: typing.Literal["name", b"name", "values", b"values"]) -> None: ...
357
+
358
+ global___NamedTupleValue = NamedTupleValue
359
+
360
+ @typing.final
361
+ class TensorSpecProto(google.protobuf.message.Message):
362
+ """A protobuf to represent tf.TensorSpec."""
363
+
364
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
365
+
366
+ NAME_FIELD_NUMBER: builtins.int
367
+ SHAPE_FIELD_NUMBER: builtins.int
368
+ DTYPE_FIELD_NUMBER: builtins.int
369
+ name: builtins.str
370
+ dtype: tensorflow.core.framework.types_pb2.DataType.ValueType
371
+ @property
372
+ def shape(self) -> tensorflow.core.framework.tensor_shape_pb2.TensorShapeProto: ...
373
+ def __init__(
374
+ self,
375
+ *,
376
+ name: builtins.str | None = ...,
377
+ shape: tensorflow.core.framework.tensor_shape_pb2.TensorShapeProto | None = ...,
378
+ dtype: tensorflow.core.framework.types_pb2.DataType.ValueType | None = ...,
379
+ ) -> None: ...
380
+ def HasField(self, field_name: typing.Literal["shape", b"shape"]) -> builtins.bool: ...
381
+ def ClearField(self, field_name: typing.Literal["dtype", b"dtype", "name", b"name", "shape", b"shape"]) -> None: ...
382
+
383
+ global___TensorSpecProto = TensorSpecProto
384
+
385
+ @typing.final
386
+ class BoundedTensorSpecProto(google.protobuf.message.Message):
387
+ """A protobuf to represent tf.BoundedTensorSpec."""
388
+
389
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
390
+
391
+ NAME_FIELD_NUMBER: builtins.int
392
+ SHAPE_FIELD_NUMBER: builtins.int
393
+ DTYPE_FIELD_NUMBER: builtins.int
394
+ MINIMUM_FIELD_NUMBER: builtins.int
395
+ MAXIMUM_FIELD_NUMBER: builtins.int
396
+ name: builtins.str
397
+ dtype: tensorflow.core.framework.types_pb2.DataType.ValueType
398
+ @property
399
+ def shape(self) -> tensorflow.core.framework.tensor_shape_pb2.TensorShapeProto: ...
400
+ @property
401
+ def minimum(self) -> tensorflow.core.framework.tensor_pb2.TensorProto: ...
402
+ @property
403
+ def maximum(self) -> tensorflow.core.framework.tensor_pb2.TensorProto: ...
404
+ def __init__(
405
+ self,
406
+ *,
407
+ name: builtins.str | None = ...,
408
+ shape: tensorflow.core.framework.tensor_shape_pb2.TensorShapeProto | None = ...,
409
+ dtype: tensorflow.core.framework.types_pb2.DataType.ValueType | None = ...,
410
+ minimum: tensorflow.core.framework.tensor_pb2.TensorProto | None = ...,
411
+ maximum: tensorflow.core.framework.tensor_pb2.TensorProto | None = ...,
412
+ ) -> None: ...
413
+ def HasField(
414
+ self, field_name: typing.Literal["maximum", b"maximum", "minimum", b"minimum", "shape", b"shape"]
415
+ ) -> builtins.bool: ...
416
+ def ClearField(
417
+ self,
418
+ field_name: typing.Literal[
419
+ "dtype", b"dtype", "maximum", b"maximum", "minimum", b"minimum", "name", b"name", "shape", b"shape"
420
+ ],
421
+ ) -> None: ...
422
+
423
+ global___BoundedTensorSpecProto = BoundedTensorSpecProto
424
+
425
+ @typing.final
426
+ class TypeSpecProto(google.protobuf.message.Message):
427
+ """Represents a tf.TypeSpec"""
428
+
429
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
430
+
431
+ class _TypeSpecClass:
432
+ ValueType = typing.NewType("ValueType", builtins.int)
433
+ V: typing_extensions.TypeAlias = ValueType
434
+
435
+ class _TypeSpecClassEnumTypeWrapper(
436
+ google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[TypeSpecProto._TypeSpecClass.ValueType], builtins.type
437
+ ):
438
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
439
+ UNKNOWN: TypeSpecProto._TypeSpecClass.ValueType # 0
440
+ SPARSE_TENSOR_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 1
441
+ """tf.SparseTensorSpec"""
442
+ INDEXED_SLICES_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 2
443
+ """tf.IndexedSlicesSpec"""
444
+ RAGGED_TENSOR_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 3
445
+ """tf.RaggedTensorSpec"""
446
+ TENSOR_ARRAY_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 4
447
+ """tf.TensorArraySpec"""
448
+ DATA_DATASET_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 5
449
+ """tf.data.DatasetSpec"""
450
+ DATA_ITERATOR_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 6
451
+ """IteratorSpec from data/ops/iterator_ops.py"""
452
+ OPTIONAL_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 7
453
+ """tf.OptionalSpec"""
454
+ PER_REPLICA_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 8
455
+ """PerReplicaSpec from distribute/values.py"""
456
+ VARIABLE_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 9
457
+ """tf.VariableSpec"""
458
+ ROW_PARTITION_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 10
459
+ """RowPartitionSpec from ragged/row_partition.py"""
460
+ REGISTERED_TYPE_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 12
461
+ """The type registered as type_spec_class_name."""
462
+ EXTENSION_TYPE_SPEC: TypeSpecProto._TypeSpecClass.ValueType # 13
463
+ """Subclasses of tf.ExtensionType"""
464
+
465
+ class TypeSpecClass(_TypeSpecClass, metaclass=_TypeSpecClassEnumTypeWrapper): ...
466
+ UNKNOWN: TypeSpecProto.TypeSpecClass.ValueType # 0
467
+ SPARSE_TENSOR_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 1
468
+ """tf.SparseTensorSpec"""
469
+ INDEXED_SLICES_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 2
470
+ """tf.IndexedSlicesSpec"""
471
+ RAGGED_TENSOR_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 3
472
+ """tf.RaggedTensorSpec"""
473
+ TENSOR_ARRAY_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 4
474
+ """tf.TensorArraySpec"""
475
+ DATA_DATASET_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 5
476
+ """tf.data.DatasetSpec"""
477
+ DATA_ITERATOR_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 6
478
+ """IteratorSpec from data/ops/iterator_ops.py"""
479
+ OPTIONAL_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 7
480
+ """tf.OptionalSpec"""
481
+ PER_REPLICA_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 8
482
+ """PerReplicaSpec from distribute/values.py"""
483
+ VARIABLE_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 9
484
+ """tf.VariableSpec"""
485
+ ROW_PARTITION_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 10
486
+ """RowPartitionSpec from ragged/row_partition.py"""
487
+ REGISTERED_TYPE_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 12
488
+ """The type registered as type_spec_class_name."""
489
+ EXTENSION_TYPE_SPEC: TypeSpecProto.TypeSpecClass.ValueType # 13
490
+ """Subclasses of tf.ExtensionType"""
491
+
492
+ TYPE_SPEC_CLASS_FIELD_NUMBER: builtins.int
493
+ TYPE_STATE_FIELD_NUMBER: builtins.int
494
+ TYPE_SPEC_CLASS_NAME_FIELD_NUMBER: builtins.int
495
+ NUM_FLAT_COMPONENTS_FIELD_NUMBER: builtins.int
496
+ type_spec_class: global___TypeSpecProto.TypeSpecClass.ValueType
497
+ type_spec_class_name: builtins.str
498
+ """The name of the TypeSpec class.
499
+ * If type_spec_class == REGISTERED_TYPE_SPEC, the TypeSpec class is
500
+ the one registered under this name. For types registered outside
501
+ core TensorFlow by an add-on library, that library must be loaded
502
+ before this value can be deserialized by nested_structure_coder.
503
+ * If type_spec_class specifies a particular TypeSpec class, this field is
504
+ redundant with the type_spec_class enum, and is only used for error
505
+ reporting in older binaries that do not know the tupe_spec_class enum.
506
+ """
507
+ num_flat_components: builtins.int
508
+ """The number of flat tensor components required by this TypeSpec."""
509
+ @property
510
+ def type_state(self) -> global___StructuredValue:
511
+ """The value returned by TypeSpec._serialize()."""
512
+
513
+ def __init__(
514
+ self,
515
+ *,
516
+ type_spec_class: global___TypeSpecProto.TypeSpecClass.ValueType | None = ...,
517
+ type_state: global___StructuredValue | None = ...,
518
+ type_spec_class_name: builtins.str | None = ...,
519
+ num_flat_components: builtins.int | None = ...,
520
+ ) -> None: ...
521
+ def HasField(self, field_name: typing.Literal["type_state", b"type_state"]) -> builtins.bool: ...
522
+ def ClearField(
523
+ self,
524
+ field_name: typing.Literal[
525
+ "num_flat_components",
526
+ b"num_flat_components",
527
+ "type_spec_class",
528
+ b"type_spec_class",
529
+ "type_spec_class_name",
530
+ b"type_spec_class_name",
531
+ "type_state",
532
+ b"type_state",
533
+ ],
534
+ ) -> None: ...
535
+
536
+ global___TypeSpecProto = TypeSpecProto
@@ -0,0 +1,160 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import collections.abc
8
+ import sys
9
+ import typing
10
+
11
+ import google.protobuf.descriptor
12
+ import google.protobuf.internal.containers
13
+ import google.protobuf.internal.enum_type_wrapper
14
+ import google.protobuf.message
15
+ import tensorflow.core.framework.tensor_shape_pb2
16
+ import tensorflow.core.framework.tensor_slice_pb2
17
+ import tensorflow.core.framework.types_pb2
18
+ import tensorflow.core.framework.versions_pb2
19
+
20
+ if sys.version_info >= (3, 10):
21
+ import typing as typing_extensions
22
+ else:
23
+ import typing_extensions
24
+
25
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
26
+
27
+ @typing.final
28
+ class BundleHeaderProto(google.protobuf.message.Message):
29
+ """Protos used in the tensor bundle module (tf/core/util/tensor_bundle/).
30
+
31
+ Special header that is associated with a bundle.
32
+
33
+ TODO(zongheng,zhifengc): maybe in the future, we can add information about
34
+ which binary produced this checkpoint, timestamp, etc. Sometime, these can be
35
+ valuable debugging information. And if needed, these can be used as defensive
36
+ information ensuring reader (binary version) of the checkpoint and the writer
37
+ (binary version) must match within certain range, etc.
38
+ """
39
+
40
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
41
+
42
+ class _Endianness:
43
+ ValueType = typing.NewType("ValueType", builtins.int)
44
+ V: typing_extensions.TypeAlias = ValueType
45
+
46
+ class _EndiannessEnumTypeWrapper(
47
+ google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[BundleHeaderProto._Endianness.ValueType], builtins.type
48
+ ):
49
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
50
+ LITTLE: BundleHeaderProto._Endianness.ValueType # 0
51
+ BIG: BundleHeaderProto._Endianness.ValueType # 1
52
+
53
+ class Endianness(_Endianness, metaclass=_EndiannessEnumTypeWrapper):
54
+ """An enum indicating the endianness of the platform that produced this
55
+ bundle. A bundle can only be read by a platform with matching endianness.
56
+ Defaults to LITTLE, as most modern platforms are little-endian.
57
+
58
+ Affects the binary tensor data bytes only, not the metadata in protobufs.
59
+ """
60
+
61
+ LITTLE: BundleHeaderProto.Endianness.ValueType # 0
62
+ BIG: BundleHeaderProto.Endianness.ValueType # 1
63
+
64
+ NUM_SHARDS_FIELD_NUMBER: builtins.int
65
+ ENDIANNESS_FIELD_NUMBER: builtins.int
66
+ VERSION_FIELD_NUMBER: builtins.int
67
+ num_shards: builtins.int
68
+ """Number of data files in the bundle."""
69
+ endianness: global___BundleHeaderProto.Endianness.ValueType
70
+ @property
71
+ def version(self) -> tensorflow.core.framework.versions_pb2.VersionDef:
72
+ """Versioning of the tensor bundle format."""
73
+
74
+ def __init__(
75
+ self,
76
+ *,
77
+ num_shards: builtins.int | None = ...,
78
+ endianness: global___BundleHeaderProto.Endianness.ValueType | None = ...,
79
+ version: tensorflow.core.framework.versions_pb2.VersionDef | None = ...,
80
+ ) -> None: ...
81
+ def HasField(self, field_name: typing.Literal["version", b"version"]) -> builtins.bool: ...
82
+ def ClearField(
83
+ self, field_name: typing.Literal["endianness", b"endianness", "num_shards", b"num_shards", "version", b"version"]
84
+ ) -> None: ...
85
+
86
+ global___BundleHeaderProto = BundleHeaderProto
87
+
88
+ @typing.final
89
+ class BundleEntryProto(google.protobuf.message.Message):
90
+ """Describes the metadata related to a checkpointed tensor."""
91
+
92
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
93
+
94
+ DTYPE_FIELD_NUMBER: builtins.int
95
+ SHAPE_FIELD_NUMBER: builtins.int
96
+ SHARD_ID_FIELD_NUMBER: builtins.int
97
+ OFFSET_FIELD_NUMBER: builtins.int
98
+ SIZE_FIELD_NUMBER: builtins.int
99
+ CRC32C_FIELD_NUMBER: builtins.int
100
+ SLICES_FIELD_NUMBER: builtins.int
101
+ dtype: tensorflow.core.framework.types_pb2.DataType.ValueType
102
+ """The tensor dtype and shape."""
103
+ shard_id: builtins.int
104
+ """The binary content of the tensor lies in:
105
+ File "shard_id": bytes [offset, offset + size).
106
+ """
107
+ offset: builtins.int
108
+ size: builtins.int
109
+ crc32c: builtins.int
110
+ """The CRC32C checksum of the tensor bytes."""
111
+ @property
112
+ def shape(self) -> tensorflow.core.framework.tensor_shape_pb2.TensorShapeProto: ...
113
+ @property
114
+ def slices(
115
+ self,
116
+ ) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[
117
+ tensorflow.core.framework.tensor_slice_pb2.TensorSliceProto
118
+ ]:
119
+ """Iff present, this entry represents a partitioned tensor. The previous
120
+ fields are interpreted as follows:
121
+
122
+ "dtype", "shape": describe the full tensor.
123
+ "shard_id", "offset", "size", "crc32c": all IGNORED.
124
+ These information for each slice can be looked up in their own
125
+ BundleEntryProto, keyed by each "slice_name".
126
+ """
127
+
128
+ def __init__(
129
+ self,
130
+ *,
131
+ dtype: tensorflow.core.framework.types_pb2.DataType.ValueType | None = ...,
132
+ shape: tensorflow.core.framework.tensor_shape_pb2.TensorShapeProto | None = ...,
133
+ shard_id: builtins.int | None = ...,
134
+ offset: builtins.int | None = ...,
135
+ size: builtins.int | None = ...,
136
+ crc32c: builtins.int | None = ...,
137
+ slices: collections.abc.Iterable[tensorflow.core.framework.tensor_slice_pb2.TensorSliceProto] | None = ...,
138
+ ) -> None: ...
139
+ def HasField(self, field_name: typing.Literal["shape", b"shape"]) -> builtins.bool: ...
140
+ def ClearField(
141
+ self,
142
+ field_name: typing.Literal[
143
+ "crc32c",
144
+ b"crc32c",
145
+ "dtype",
146
+ b"dtype",
147
+ "offset",
148
+ b"offset",
149
+ "shape",
150
+ b"shape",
151
+ "shard_id",
152
+ b"shard_id",
153
+ "size",
154
+ b"size",
155
+ "slices",
156
+ b"slices",
157
+ ],
158
+ ) -> None: ...
159
+
160
+ global___BundleEntryProto = BundleEntryProto