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.
- package/dist/pyright-langserver.js +1 -1
- package/dist/pyright-langserver.js.map +1 -1
- package/dist/pyright.js +1 -1
- package/dist/pyright.js.map +1 -1
- package/dist/typeshed-fallback/README.md +6 -6
- package/dist/typeshed-fallback/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/_compression.pyi +13 -2
- package/dist/typeshed-fallback/stdlib/_ctypes.pyi +49 -16
- package/dist/typeshed-fallback/stdlib/_winapi.pyi +9 -0
- package/dist/typeshed-fallback/stdlib/_zstd.pyi +7 -2
- package/dist/typeshed-fallback/stdlib/argparse.pyi +39 -10
- package/dist/typeshed-fallback/stdlib/asyncio/coroutines.pyi +27 -8
- package/dist/typeshed-fallback/stdlib/asyncio/protocols.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/asyncio/runners.pyi +5 -2
- package/dist/typeshed-fallback/stdlib/asyncio/trsock.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/builtins.pyi +54 -31
- package/dist/typeshed-fallback/stdlib/calendar.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/codecs.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/compression/_common/_streams.pyi +13 -2
- package/dist/typeshed-fallback/stdlib/compression/zstd/__init__.pyi +7 -2
- package/dist/typeshed-fallback/stdlib/compression/zstd/_zstdfile.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/contextlib.pyi +15 -6
- package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/enum.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/heapq.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/html/parser.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/http/client.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/imaplib.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/importlib/readers.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/importlib/resources/abc.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/importlib/resources/simple.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/importlib/util.pyi +15 -1
- package/dist/typeshed-fallback/stdlib/ipaddress.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/locale.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/mimetypes.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/mmap.pyi +12 -12
- package/dist/typeshed-fallback/stdlib/multiprocessing/dummy/__init__.pyi +20 -8
- package/dist/typeshed-fallback/stdlib/multiprocessing/managers.pyi +4 -1
- package/dist/typeshed-fallback/stdlib/multiprocessing/process.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/multiprocessing/synchronize.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/optparse.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/os/__init__.pyi +217 -127
- package/dist/typeshed-fallback/stdlib/parser.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/pathlib/__init__.pyi +11 -0
- package/dist/typeshed-fallback/stdlib/pdb.pyi +14 -4
- package/dist/typeshed-fallback/stdlib/pyexpat/__init__.pyi +6 -0
- package/dist/typeshed-fallback/stdlib/select.pyi +8 -4
- package/dist/typeshed-fallback/stdlib/socket.pyi +15 -0
- package/dist/typeshed-fallback/stdlib/sqlite3/__init__.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/ssl.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/stat.pyi +108 -1
- package/dist/typeshed-fallback/stdlib/subprocess.pyi +60 -61
- package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +41 -4
- package/dist/typeshed-fallback/stdlib/sys/_monitoring.pyi +8 -4
- package/dist/typeshed-fallback/stdlib/sysconfig.pyi +13 -4
- package/dist/typeshed-fallback/stdlib/tarfile.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/threading.pyi +9 -4
- package/dist/typeshed-fallback/stdlib/tkinter/constants.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/tkinter/ttk.pyi +14 -6
- package/dist/typeshed-fallback/stdlib/types.pyi +8 -11
- package/dist/typeshed-fallback/stdlib/typing.pyi +18 -12
- package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/unittest/util.pyi +19 -2
- package/dist/typeshed-fallback/stdlib/urllib/request.pyi +7 -0
- package/dist/typeshed-fallback/stdlib/uuid.pyi +6 -5
- package/dist/typeshed-fallback/stdlib/winreg.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/zlib.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/METADATA.toml +1 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/urls.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/async_app.pyi +4 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/async_openid.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/framework_integration.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/registry.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/sync_app.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/sync_openid.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/__init__.pyi +10 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/apps.pyi +14 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/integration.pyi +11 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/authorization_server.pyi +26 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/nonce.pyi +1 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/resource_protector.pyi +14 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/__init__.pyi +8 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/authorization_server.pyi +24 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/endpoints.pyi +5 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/requests.pyi +20 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/resource_protector.pyi +15 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/signals.pyi +6 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/__init__.pyi +20 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/apps.pyi +18 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/integration.pyi +10 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/authorization_server.pyi +29 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/cache.pyi +8 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/resource_protector.pyi +18 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/authorization_server.pyi +23 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/errors.pyi +14 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/requests.pyi +27 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/resource_protector.pyi +15 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/signals.pyi +5 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/__init__.pyi +37 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/assertion_client.pyi +50 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/oauth1_client.pyi +56 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/oauth2_client.pyi +72 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/utils.pyi +7 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/__init__.pyi +28 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/assertion_session.pyi +31 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/oauth1_session.pyi +29 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/oauth2_session.pyi +43 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/utils.pyi +6 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/__init__.pyi +20 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/client_mixin.pyi +55 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/functions.pyi +21 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/tokens_mixins.pyi +39 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/apps.pyi +16 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/integration.pyi +13 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_algorithms.pyi +12 -10
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptography.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/jwk.pyi +6 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/jws.pyi +6 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/models.pyi +3 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/jwe.pyi +9 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/models.pyi +12 -11
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/_cryptography_key.pyi +35 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/asymmetric_key.pyi +6 -5
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/base_key.pyi +8 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/jwk.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/key_set.pyi +3 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_algs.pyi +28 -23
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_encs.pyi +6 -5
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jws_algs.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/oct_key.pyi +5 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/rsa_key.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/util.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/jwt.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/jws_eddsa.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/okp_key.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/client.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/authorization_server.pyi +7 -7
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/base_server.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/client_auth.pyi +6 -6
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/errors.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/models.pyi +8 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/parameters.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/resource_protector.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/rsa.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/signature.pyi +20 -18
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/util.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/base.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/client.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/authorization_server.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/authorization_code.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/base.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/parameters.pyi +5 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/resource_protector.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/token_endpoint.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/wrappers.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/errors.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/parameters.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/validator.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7009/revocation.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/assertion.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/auth.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/client.pyi +5 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/jwt_bearer.pyi +6 -5
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7591/endpoint.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7592/endpoint.pyi +8 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/introspection.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/token_validator.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8414/well_known.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/device_code.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/endpoint.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/models.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/introspection.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/revocation.pyi +3 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/token.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/token_validator.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/claims.pyi +6 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/code.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/hybrid.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/implicit.pyi +6 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/userinfo.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/util.pyi +7 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/models.pyi +1 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/well_known.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Deprecated/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Deprecated/deprecated/__init__.pyi +7 -2
- package/dist/typeshed-fallback/stubs/Deprecated/deprecated/params.pyi +20 -0
- package/dist/typeshed-fallback/stubs/Flask-SocketIO/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Markdown/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Markdown/markdown/htmlparser.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/cursors.pyi +1 -0
- package/dist/typeshed-fallback/stubs/Pygments/pygments/console.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Pygments/pygments/filter.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Pygments/pygments/filters/__init__.pyi +14 -14
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatter.pyi +10 -9
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/_mapping.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/bbcode.pyi +5 -4
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/html.pyi +27 -26
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/img.pyi +33 -32
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/irc.pyi +7 -6
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/latex.pyi +21 -20
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/other.pyi +9 -8
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/pangomarkup.pyi +5 -4
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/rtf.pyi +6 -5
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/svg.pyi +15 -14
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/terminal.pyi +7 -6
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/terminal256.pyi +18 -17
- package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/__init__.pyi +6 -7
- package/dist/typeshed-fallback/stubs/Pygments/pygments/plugin.pyi +5 -5
- package/dist/typeshed-fallback/stubs/Pygments/pygments/regexopt.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Pygments/pygments/scanner.pyi +6 -6
- package/dist/typeshed-fallback/stubs/Pygments/pygments/unistring.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Pygments/pygments/util.pyi +5 -5
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/BufferedTokenStream.pyi +14 -15
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenFactory.pyi +15 -7
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenStream.pyi +1 -3
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/FileStream.pyi +2 -4
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/InputStream.pyi +13 -11
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Lexer.pyi +43 -29
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Parser.pyi +47 -34
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserInterpreter.pyi +13 -13
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserRuleContext.pyi +30 -23
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Recognizer.pyi +26 -17
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/RuleContext.pyi +22 -20
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Token.pyi +26 -25
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/Tree.pyi +30 -26
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/assertpy.pyi +13 -10
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/base.pyi +4 -5
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/collection.pyi +12 -4
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/contains.pyi +10 -8
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/dict.pyi +8 -6
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/dynamic.pyi +1 -1
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/extracting.pyi +4 -2
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/file.pyi +2 -3
- package/dist/typeshed-fallback/stubs/atheris/METADATA.toml +6 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/__init__.pyi +9 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/function_hooks.pyi +14 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/import_hook.pyi +36 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/instrument_bytecode.pyi +7 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/utils.pyi +18 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/version_dependent.pyi +27 -0
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi +15 -5
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi +28 -9
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi +7 -7
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi +9 -7
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi +2 -2
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi +8 -12
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi +9 -9
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi +3 -2
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi +11 -3
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi +3 -2
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi +3 -3
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi +2 -2
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi +3 -3
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi +19 -15
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi +3 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi +23 -13
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi +5 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg/patch.pyi +1 -0
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/util.pyi +1 -1
- package/dist/typeshed-fallback/stubs/bleach/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/bleach/bleach/html5lib_shim.pyi +1 -1
- package/dist/typeshed-fallback/stubs/bleach/bleach/linkifier.pyi +1 -1
- package/dist/typeshed-fallback/stubs/bleach/bleach/sanitizer.pyi +2 -2
- package/dist/typeshed-fallback/stubs/braintree/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/address.pyi +8 -4
- package/dist/typeshed-fallback/stubs/braintree/braintree/address_gateway.pyi +3 -2
- package/dist/typeshed-fallback/stubs/braintree/braintree/client_token.pyi +5 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/client_token_gateway.pyi +5 -3
- package/dist/typeshed-fallback/stubs/braintree/braintree/error_codes.pyi +11 -2
- package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method.pyi +30 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_gateway.pyi +30 -2
- package/dist/typeshed-fallback/stubs/braintree/braintree/subscription.pyi +10 -5
- package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_details.pyi +5 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_gateway.pyi +12 -5
- package/dist/typeshed-fallback/stubs/braintree/braintree/transaction.pyi +6 -2
- package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_gateway.pyi +5 -2
- package/dist/typeshed-fallback/stubs/colorful/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/ansi.pyi +14 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/colors.pyi +6 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/core.pyi +102 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/styles.pyi +4 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/terminal.pyi +16 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/utils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +2 -2
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/filterset.pyi +3 -1
- package/dist/typeshed-fallback/stubs/docker/docker/api/container.pyi +6 -1
- package/dist/typeshed-fallback/stubs/docker/docker/api/daemon.pyi +12 -4
- package/dist/typeshed-fallback/stubs/docker/docker/api/exec_api.pyi +123 -7
- package/dist/typeshed-fallback/stubs/docker/docker/client.pyi +12 -8
- package/dist/typeshed-fallback/stubs/docker/docker/models/containers.pyi +27 -17
- package/dist/typeshed-fallback/stubs/docker/docker/models/images.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docker/docker/models/resource.pyi +5 -5
- package/dist/typeshed-fallback/stubs/docutils/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/body.pyi +10 -0
- package/dist/typeshed-fallback/stubs/et_xmlfile/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/__init__.pyi +9 -0
- package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/incremental_tree.pyi +170 -0
- package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/xmlfile.pyi +37 -0
- package/dist/typeshed-fallback/stubs/fanstatic/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-bugbear/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-bugbear/bugbear.pyi +37 -65
- package/dist/typeshed-fallback/stubs/flake8-builtins/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-simplify/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/constants.pyi +6 -3
- package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/utils.pyi +0 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/drawing.pyi +145 -81
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/text_region.pyi +1 -1
- package/dist/typeshed-fallback/stubs/geopandas/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/array.pyi +7 -14
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/geodataframe.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/METADATA.toml +2 -2
- package/dist/typeshed-fallback/stubs/gevent/gevent/events.pyi +1 -12
- package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/watcher.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/os.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/signal.pyi +2 -1
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_cache.pyi +9 -10
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_query.pyi +1 -2
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_eventloop.pyi +11 -10
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/blobstore.pyi +6 -6
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/context.pyi +21 -21
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/exceptions.pyi +2 -2
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/global_cache.pyi +13 -14
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/key.pyi +2 -3
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/metadata.pyi +1 -2
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi +2 -2
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/query.pyi +26 -27
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/stats.pyi +37 -37
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/tasklets.pyi +7 -7
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/utils.pyi +4 -4
- package/dist/typeshed-fallback/stubs/greenlet/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/arbiter.pyi +2 -2
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/sock.pyi +2 -0
- package/dist/typeshed-fallback/stubs/html5lib/METADATA.toml +1 -0
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_ihatexml.pyi +21 -23
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_inputstream.pyi +79 -71
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_tokenizer.pyi +87 -51
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_utils.pyi +18 -11
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/constants.pyi +1 -3
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi +3 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/base.pyi +9 -6
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi +5 -3
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/lint.pyi +5 -3
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/optionaltags.pyi +1 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/sanitizer.pyi +6 -6
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/whitespace.pyi +2 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/html5parser.pyi +2 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/serializer.pyi +75 -19
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/treeadapters/sax.pyi +0 -3
- package/dist/typeshed-fallback/stubs/hvac/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/__init__.pyi +3 -4
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/aws.pyi +2 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/azure.pyi +3 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/gcp.pyi +3 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/kubernetes.pyi +1 -0
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/legacy_mfa.pyi +2 -4
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/__init__.pyi +3 -4
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/identity.pyi +2 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/kv.pyi +3 -3
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/__init__.pyi +3 -4
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/system_backend_mixin.pyi +2 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/wrapping.pyi +2 -3
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/vault_api_category.pyi +2 -3
- package/dist/typeshed-fallback/stubs/icalendar/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/__init__.pyi +0 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/alarms.pyi +2 -2
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/cal.pyi +16 -9
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/parser.pyi +2 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/prop.pyi +3 -3
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/zoneinfo.pyi +1 -5
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/__init__.pyi +5 -5
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/__init__.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/attrDef.pyi +13 -13
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/attribute.pyi +9 -9
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/cursor.pyi +28 -27
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/entry.pyi +11 -11
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/exceptions.pyi +8 -8
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/pooling.pyi +15 -15
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/rdns.pyi +7 -7
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/results.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/server.pyi +15 -14
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/timezone.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/tls.pyi +13 -13
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/usage.pyi +6 -6
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/__init__.pyi +4 -4
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi +12 -12
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi +7 -7
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi +13 -13
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/modify.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/search.pyi +5 -5
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/standard.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/oid.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc2849.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc4512.pyi +59 -59
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/asyncStream.pyi +7 -7
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/asynchronous.pyi +6 -6
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/base.pyi +7 -7
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/ldifProducer.pyi +4 -4
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockAsync.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockBase.pyi +9 -9
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockSync.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/restartable.pyi +4 -4
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/reusable.pyi +20 -20
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/sync.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/config.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/hashed.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/log.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/ntlm.pyi +41 -41
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/repr.pyi +2 -2
- package/dist/typeshed-fallback/stubs/lupa/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/__init__.pyi +4 -1
- package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/iana.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi +4 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi +11 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matching.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi +8 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/closeness.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi +2 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi +3 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/katz.pyi +5 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/percolation.pyi +3 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/reaching.pyi +3 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cluster.pyi +13 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/__init__.pyi +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/bipartitions.pyi +22 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/core.pyi +6 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dag.pyi +0 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_regular.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/ismags.pyi +17 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/non_randomness.pyi +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/perfect_graph.pyi +7 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planarity.pyi +13 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/similarity.pyi +19 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/threshold.pyi +0 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/distance_measures.pyi +10 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/wiener.pyi +3 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/digraph.pyi +13 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/function.pyi +3 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/graph.pyi +12 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multidigraph.pyi +10 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multigraph.pyi +23 -13
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/layout.pyi +0 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pylab.pyi +20 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/expanders.pyi +9 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/random_graphs.pyi +21 -16
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/small.pyi +3 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi +2 -24
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/misc.pyi +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/random_sequence.pyi +5 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/union_find.pyi +12 -10
- package/dist/typeshed-fallback/stubs/parsimonious/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/exceptions.pyi +5 -3
- package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +8 -3
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/well_known_types.pyi +2 -2
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message.pyi +1 -1
- package/dist/typeshed-fallback/stubs/psutil/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +57 -77
- package/dist/typeshed-fallback/stubs/psutil/psutil/_common.pyi +135 -262
- package/dist/typeshed-fallback/stubs/psutil/psutil/_ntuples.pyi +384 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psaix.pyi +100 -86
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psbsd.pyi +213 -168
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pslinux.pyi +181 -237
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psosx.pyi +81 -100
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi +78 -4
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pssunos.pyi +141 -119
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_aix.pyi +58 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_bsd.pyi +141 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_linux.pyi +47 -15
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_osx.pyi +77 -49
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_sunos.pyi +63 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_windows.pyi +102 -91
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pswindows.pyi +175 -200
- package/dist/typeshed-fallback/stubs/pycurl/pycurl.pyi +5 -3
- package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/python-crontab/crontab.pyi +4 -4
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/parser/_parser.pyi +6 -7
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/rrule.pyi +28 -25
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/_common.pyi +8 -3
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/tz.pyi +21 -19
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/win.pyi +5 -4
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi +5 -1
- package/dist/typeshed-fallback/stubs/python-jenkins/jenkins/__init__.pyi +13 -6
- package/dist/typeshed-fallback/stubs/pytz/pytz/lazy.pyi +2 -2
- package/dist/typeshed-fallback/stubs/pyxdg/xdg/RecentFiles.pyi +5 -7
- package/dist/typeshed-fallback/stubs/qrbill/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/qrbill/qrbill/bill.pyi +10 -0
- package/dist/typeshed-fallback/stubs/regex/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/regex/regex/__init__.pyi +64 -1
- package/dist/typeshed-fallback/stubs/regex/regex/{regex.pyi → _main.pyi} +66 -0
- package/dist/typeshed-fallback/stubs/regex/regex/_regex.pyi +1 -1
- package/dist/typeshed-fallback/stubs/regex/regex/_regex_core.pyi +59 -19
- package/dist/typeshed-fallback/stubs/reportlab/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/testutils.pyi +27 -25
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/flowables.pyi +1 -1
- package/dist/typeshed-fallback/stubs/requests/requests/exceptions.pyi +2 -1
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/data.pyi +2 -3
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/typing.pyi +0 -2
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/categorical.pyi +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/__init__.pyi +102 -45
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/cmd.pyi +6 -3
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/base.pyi +8 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +3 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/spawn.pyi +14 -4
- package/dist/typeshed-fallback/stubs/simple-websocket/METADATA.toml +3 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/aiows.pyi +130 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/asgi.pyi +44 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/errors.pyi +12 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/ws.pyi +136 -0
- package/dist/typeshed-fallback/stubs/tensorflow/METADATA.toml +16 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/__init__.pyi +437 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/_aliases.pyi +70 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/audio.pyi +7 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autodiff.pyi +63 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autograph/__init__.pyi +17 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autograph/experimental.pyi +30 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/bitwise.pyi +37 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi +2113 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_profile_printer_data_pb2.pyi +187 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/metrics_pb2.pyi +283 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/test_compilation_environment_pb2.pyi +59 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/xla_compile_result_pb2.pyi +167 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/tsl/protobuf/bfc_memory_map_pb2.pyi +218 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/tsl/protobuf/test_log_pb2.pyi +707 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi +2681 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/xla_pb2.pyi +2558 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/config/__init__.pyi +12 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/config/experimental.pyi +16 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi +153 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi +330 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi +222 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/allocation_description_pb2.pyi +64 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi +312 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi +274 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi +229 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/cpp_shape_inference_pb2.pyi +110 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi +25 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi +720 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_pb2.pyi +116 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi +140 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi +617 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi +309 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_debug_info_pb2.pyi +210 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi +100 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi +290 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi +116 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/log_memory_pb2.pyi +218 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi +368 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi +192 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi +391 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/optimized_function_graph_pb2.pyi +166 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi +52 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi +104 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi +332 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/summary_pb2.pyi +368 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_description_pb2.pyi +49 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_pb2.pyi +235 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_shape_pb2.pyi +74 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_slice_pb2.pyi +56 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/types_pb2.pyi +220 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/variable_pb2.pyi +229 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/versions_pb2.pyi +57 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/bfc_memory_map_pb2.pyi +15 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/cluster_pb2.pyi +126 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi +33 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi +1867 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi +243 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi +66 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi +243 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi +746 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi +199 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi +124 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi +154 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi +33 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi +76 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi +735 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi +41 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi +73 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi +96 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi +588 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/rpc_options_pb2.pyi +9 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi +51 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi +715 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi +113 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi +275 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi +164 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/status_pb2.pyi +13 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi +536 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi +160 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi +125 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/compilation_result_pb2.pyi +85 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/dynamic_padding_pb2.pyi +47 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/optimization_parameters_pb2.pyi +1326 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/topology_pb2.pyi +149 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/tpu_embedding_configuration_pb2.pyi +326 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/trackable_object_graph_pb2.pyi +213 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/transport_options_pb2.pyi +28 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/verifier_config_pb2.pyi +65 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/event_pb2.pyi +419 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/memmapped_file_system_pb2.pyi +65 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/saved_tensor_slice_pb2.pyi +171 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi +24 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/data/__init__.pyi +272 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/data/experimental.pyi +32 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/coordinator.pyi +3 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/experimental/coordinator.pyi +11 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/dtypes.pyi +57 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/experimental/__init__.pyi +10 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/experimental/dtensor.pyi +19 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/feature_column/__init__.pyi +95 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/initializers.pyi +1 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/io/__init__.pyi +104 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/io/gfile.pyi +11 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/__init__.pyi +15 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/activations.pyi +35 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/callbacks.pyi +170 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/constraints.pyi +16 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/initializers.pyi +50 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/layers/__init__.pyi +446 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/losses.pyi +177 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/metrics.pyi +117 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/models.pyi +167 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi +61 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi +103 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/regularizers.pyi +21 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/linalg.pyi +55 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/math.pyi +298 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/nn.pyi +194 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/distribute/distribute_lib.pyi +5 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi +273 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi +30 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/framework/dtypes.pyi +7 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi +129 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi +89 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/versions_pb2.pyi +63 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi +3 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/base.pyi +5 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/resource.pyi +9 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/ressource.pyi +7 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/training/tracking/autotrackable.pyi +3 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/random.pyi +231 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/raw_ops.pyi +44 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/saved_model/__init__.pyi +125 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/saved_model/experimental.pyi +39 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/signal.pyi +6 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/sparse.pyi +31 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/strings.pyi +241 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/summary.pyi +58 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/train/__init__.pyi +74 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/train/experimental.pyi +12 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/coordination_config_pb2.pyi +156 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/coordination_service_pb2.pyi +666 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/distributed_runtime_payloads_pb2.pyi +69 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/dnn_pb2.pyi +619 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi +291 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi +78 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/rpc_options_pb2.pyi +85 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/status_pb2.pyi +34 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/types/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/types/experimental.pyi +30 -0
- package/dist/typeshed-fallback/stubs/ttkthemes/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_style.pyi +1 -1
- package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_tk.pyi +11 -12
- package/dist/typeshed-fallback/stubs/tzdata/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/tzdata/tzdata/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/webencodings/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/webencodings/webencodings/__init__.pyi +33 -0
- package/dist/typeshed-fallback/stubs/webencodings/webencodings/labels.pyi +3 -0
- package/dist/typeshed-fallback/stubs/webencodings/webencodings/mklabels.pyi +5 -0
- package/dist/typeshed-fallback/stubs/webencodings/webencodings/x_user_defined.pyi +21 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/extractor/common.pyi +1 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/globals.pyi +12 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_jsruntime.pyi +38 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_legacy.pyi +2 -68
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_utils.pyi +1 -1
- package/package.json +7 -7
- package/dist/typeshed-fallback/stdlib/_typeshed/README.md +0 -34
- package/dist/typeshed-fallback/stubs/ExifRead/METADATA.toml +0 -3
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/__init__.pyi +0 -17
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/_types.pyi +0 -15
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/classes.pyi +0 -47
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/exceptions.pyi +0 -2
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/exif_log.pyi +0 -24
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/heic.pyi +0 -56
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/jpeg.pyi +0 -7
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/__init__.pyi +0 -15
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/exif.pyi +0 -7
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/apple.pyi +0 -3
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/canon.pyi +0 -26
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/casio.pyi +0 -3
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi +0 -3
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/nikon.pyi +0 -6
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/olympus.pyi +0 -6
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/utils.pyi +0 -22
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi +0 -16
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_posix.pyi +0 -34
- package/dist/typeshed-fallback/stubs/vobject/@tests/stubtest_allowlist.txt +0 -22
- /package/dist/typeshed-fallback/stubs/{ExifRead/exifread/tags/makernote → colorful/colorful}/__init__.pyi +0 -0
|
@@ -1,7 +1,114 @@
|
|
|
1
1
|
import sys
|
|
2
|
-
from _stat import
|
|
2
|
+
from _stat import (
|
|
3
|
+
S_ENFMT as S_ENFMT,
|
|
4
|
+
S_IEXEC as S_IEXEC,
|
|
5
|
+
S_IFBLK as S_IFBLK,
|
|
6
|
+
S_IFCHR as S_IFCHR,
|
|
7
|
+
S_IFDIR as S_IFDIR,
|
|
8
|
+
S_IFDOOR as S_IFDOOR,
|
|
9
|
+
S_IFIFO as S_IFIFO,
|
|
10
|
+
S_IFLNK as S_IFLNK,
|
|
11
|
+
S_IFMT as S_IFMT,
|
|
12
|
+
S_IFPORT as S_IFPORT,
|
|
13
|
+
S_IFREG as S_IFREG,
|
|
14
|
+
S_IFSOCK as S_IFSOCK,
|
|
15
|
+
S_IFWHT as S_IFWHT,
|
|
16
|
+
S_IMODE as S_IMODE,
|
|
17
|
+
S_IREAD as S_IREAD,
|
|
18
|
+
S_IRGRP as S_IRGRP,
|
|
19
|
+
S_IROTH as S_IROTH,
|
|
20
|
+
S_IRUSR as S_IRUSR,
|
|
21
|
+
S_IRWXG as S_IRWXG,
|
|
22
|
+
S_IRWXO as S_IRWXO,
|
|
23
|
+
S_IRWXU as S_IRWXU,
|
|
24
|
+
S_ISBLK as S_ISBLK,
|
|
25
|
+
S_ISCHR as S_ISCHR,
|
|
26
|
+
S_ISDIR as S_ISDIR,
|
|
27
|
+
S_ISDOOR as S_ISDOOR,
|
|
28
|
+
S_ISFIFO as S_ISFIFO,
|
|
29
|
+
S_ISGID as S_ISGID,
|
|
30
|
+
S_ISLNK as S_ISLNK,
|
|
31
|
+
S_ISPORT as S_ISPORT,
|
|
32
|
+
S_ISREG as S_ISREG,
|
|
33
|
+
S_ISSOCK as S_ISSOCK,
|
|
34
|
+
S_ISUID as S_ISUID,
|
|
35
|
+
S_ISVTX as S_ISVTX,
|
|
36
|
+
S_ISWHT as S_ISWHT,
|
|
37
|
+
S_IWGRP as S_IWGRP,
|
|
38
|
+
S_IWOTH as S_IWOTH,
|
|
39
|
+
S_IWRITE as S_IWRITE,
|
|
40
|
+
S_IWUSR as S_IWUSR,
|
|
41
|
+
S_IXGRP as S_IXGRP,
|
|
42
|
+
S_IXOTH as S_IXOTH,
|
|
43
|
+
S_IXUSR as S_IXUSR,
|
|
44
|
+
SF_APPEND as SF_APPEND,
|
|
45
|
+
SF_ARCHIVED as SF_ARCHIVED,
|
|
46
|
+
SF_IMMUTABLE as SF_IMMUTABLE,
|
|
47
|
+
SF_NOUNLINK as SF_NOUNLINK,
|
|
48
|
+
SF_SNAPSHOT as SF_SNAPSHOT,
|
|
49
|
+
ST_ATIME as ST_ATIME,
|
|
50
|
+
ST_CTIME as ST_CTIME,
|
|
51
|
+
ST_DEV as ST_DEV,
|
|
52
|
+
ST_GID as ST_GID,
|
|
53
|
+
ST_INO as ST_INO,
|
|
54
|
+
ST_MODE as ST_MODE,
|
|
55
|
+
ST_MTIME as ST_MTIME,
|
|
56
|
+
ST_NLINK as ST_NLINK,
|
|
57
|
+
ST_SIZE as ST_SIZE,
|
|
58
|
+
ST_UID as ST_UID,
|
|
59
|
+
UF_APPEND as UF_APPEND,
|
|
60
|
+
UF_COMPRESSED as UF_COMPRESSED,
|
|
61
|
+
UF_HIDDEN as UF_HIDDEN,
|
|
62
|
+
UF_IMMUTABLE as UF_IMMUTABLE,
|
|
63
|
+
UF_NODUMP as UF_NODUMP,
|
|
64
|
+
UF_NOUNLINK as UF_NOUNLINK,
|
|
65
|
+
UF_OPAQUE as UF_OPAQUE,
|
|
66
|
+
filemode as filemode,
|
|
67
|
+
)
|
|
3
68
|
from typing import Final
|
|
4
69
|
|
|
70
|
+
if sys.platform == "win32":
|
|
71
|
+
from _stat import (
|
|
72
|
+
IO_REPARSE_TAG_APPEXECLINK as IO_REPARSE_TAG_APPEXECLINK,
|
|
73
|
+
IO_REPARSE_TAG_MOUNT_POINT as IO_REPARSE_TAG_MOUNT_POINT,
|
|
74
|
+
IO_REPARSE_TAG_SYMLINK as IO_REPARSE_TAG_SYMLINK,
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
if sys.version_info >= (3, 13):
|
|
78
|
+
from _stat import (
|
|
79
|
+
SF_DATALESS as SF_DATALESS,
|
|
80
|
+
SF_FIRMLINK as SF_FIRMLINK,
|
|
81
|
+
SF_SETTABLE as SF_SETTABLE,
|
|
82
|
+
UF_DATAVAULT as UF_DATAVAULT,
|
|
83
|
+
UF_SETTABLE as UF_SETTABLE,
|
|
84
|
+
UF_TRACKED as UF_TRACKED,
|
|
85
|
+
)
|
|
86
|
+
|
|
87
|
+
if sys.platform == "darwin":
|
|
88
|
+
from _stat import SF_SUPPORTED as SF_SUPPORTED, SF_SYNTHETIC as SF_SYNTHETIC
|
|
89
|
+
|
|
90
|
+
# _stat.c defines FILE_ATTRIBUTE_* constants conditionally,
|
|
91
|
+
# making them available only at runtime on Windows.
|
|
92
|
+
# stat.py unconditionally redefines the same FILE_ATTRIBUTE_* constants
|
|
93
|
+
# on all platforms.
|
|
94
|
+
FILE_ATTRIBUTE_ARCHIVE: Final = 32
|
|
95
|
+
FILE_ATTRIBUTE_COMPRESSED: Final = 2048
|
|
96
|
+
FILE_ATTRIBUTE_DEVICE: Final = 64
|
|
97
|
+
FILE_ATTRIBUTE_DIRECTORY: Final = 16
|
|
98
|
+
FILE_ATTRIBUTE_ENCRYPTED: Final = 16384
|
|
99
|
+
FILE_ATTRIBUTE_HIDDEN: Final = 2
|
|
100
|
+
FILE_ATTRIBUTE_INTEGRITY_STREAM: Final = 32768
|
|
101
|
+
FILE_ATTRIBUTE_NORMAL: Final = 128
|
|
102
|
+
FILE_ATTRIBUTE_NOT_CONTENT_INDEXED: Final = 8192
|
|
103
|
+
FILE_ATTRIBUTE_NO_SCRUB_DATA: Final = 131072
|
|
104
|
+
FILE_ATTRIBUTE_OFFLINE: Final = 4096
|
|
105
|
+
FILE_ATTRIBUTE_READONLY: Final = 1
|
|
106
|
+
FILE_ATTRIBUTE_REPARSE_POINT: Final = 1024
|
|
107
|
+
FILE_ATTRIBUTE_SPARSE_FILE: Final = 512
|
|
108
|
+
FILE_ATTRIBUTE_SYSTEM: Final = 4
|
|
109
|
+
FILE_ATTRIBUTE_TEMPORARY: Final = 256
|
|
110
|
+
FILE_ATTRIBUTE_VIRTUAL: Final = 65536
|
|
111
|
+
|
|
5
112
|
if sys.version_info >= (3, 13):
|
|
6
113
|
# https://github.com/python/cpython/issues/114081#issuecomment-2119017790
|
|
7
114
|
SF_RESTRICTED: Final = 0x00080000
|
|
@@ -102,7 +102,7 @@ if sys.version_info >= (3, 11):
|
|
|
102
102
|
stdin: _FILE = None,
|
|
103
103
|
stdout: _FILE = None,
|
|
104
104
|
stderr: _FILE = None,
|
|
105
|
-
preexec_fn: Callable[[],
|
|
105
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
106
106
|
close_fds: bool = True,
|
|
107
107
|
shell: bool = False,
|
|
108
108
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -136,7 +136,7 @@ if sys.version_info >= (3, 11):
|
|
|
136
136
|
stdin: _FILE = None,
|
|
137
137
|
stdout: _FILE = None,
|
|
138
138
|
stderr: _FILE = None,
|
|
139
|
-
preexec_fn: Callable[[],
|
|
139
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
140
140
|
close_fds: bool = True,
|
|
141
141
|
shell: bool = False,
|
|
142
142
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -170,7 +170,7 @@ if sys.version_info >= (3, 11):
|
|
|
170
170
|
stdin: _FILE = None,
|
|
171
171
|
stdout: _FILE = None,
|
|
172
172
|
stderr: _FILE = None,
|
|
173
|
-
preexec_fn: Callable[[],
|
|
173
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
174
174
|
close_fds: bool = True,
|
|
175
175
|
shell: bool = False,
|
|
176
176
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -204,7 +204,7 @@ if sys.version_info >= (3, 11):
|
|
|
204
204
|
stdin: _FILE = None,
|
|
205
205
|
stdout: _FILE = None,
|
|
206
206
|
stderr: _FILE = None,
|
|
207
|
-
preexec_fn: Callable[[],
|
|
207
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
208
208
|
close_fds: bool = True,
|
|
209
209
|
shell: bool = False,
|
|
210
210
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -239,7 +239,7 @@ if sys.version_info >= (3, 11):
|
|
|
239
239
|
stdin: _FILE = None,
|
|
240
240
|
stdout: _FILE = None,
|
|
241
241
|
stderr: _FILE = None,
|
|
242
|
-
preexec_fn: Callable[[],
|
|
242
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
243
243
|
close_fds: bool = True,
|
|
244
244
|
shell: bool = False,
|
|
245
245
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -273,7 +273,7 @@ if sys.version_info >= (3, 11):
|
|
|
273
273
|
stdin: _FILE = None,
|
|
274
274
|
stdout: _FILE = None,
|
|
275
275
|
stderr: _FILE = None,
|
|
276
|
-
preexec_fn: Callable[[],
|
|
276
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
277
277
|
close_fds: bool = True,
|
|
278
278
|
shell: bool = False,
|
|
279
279
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -310,7 +310,7 @@ elif sys.version_info >= (3, 10):
|
|
|
310
310
|
stdin: _FILE = None,
|
|
311
311
|
stdout: _FILE = None,
|
|
312
312
|
stderr: _FILE = None,
|
|
313
|
-
preexec_fn: Callable[[],
|
|
313
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
314
314
|
close_fds: bool = True,
|
|
315
315
|
shell: bool = False,
|
|
316
316
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -343,7 +343,7 @@ elif sys.version_info >= (3, 10):
|
|
|
343
343
|
stdin: _FILE = None,
|
|
344
344
|
stdout: _FILE = None,
|
|
345
345
|
stderr: _FILE = None,
|
|
346
|
-
preexec_fn: Callable[[],
|
|
346
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
347
347
|
close_fds: bool = True,
|
|
348
348
|
shell: bool = False,
|
|
349
349
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -376,7 +376,7 @@ elif sys.version_info >= (3, 10):
|
|
|
376
376
|
stdin: _FILE = None,
|
|
377
377
|
stdout: _FILE = None,
|
|
378
378
|
stderr: _FILE = None,
|
|
379
|
-
preexec_fn: Callable[[],
|
|
379
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
380
380
|
close_fds: bool = True,
|
|
381
381
|
shell: bool = False,
|
|
382
382
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -409,7 +409,7 @@ elif sys.version_info >= (3, 10):
|
|
|
409
409
|
stdin: _FILE = None,
|
|
410
410
|
stdout: _FILE = None,
|
|
411
411
|
stderr: _FILE = None,
|
|
412
|
-
preexec_fn: Callable[[],
|
|
412
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
413
413
|
close_fds: bool = True,
|
|
414
414
|
shell: bool = False,
|
|
415
415
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -443,7 +443,7 @@ elif sys.version_info >= (3, 10):
|
|
|
443
443
|
stdin: _FILE = None,
|
|
444
444
|
stdout: _FILE = None,
|
|
445
445
|
stderr: _FILE = None,
|
|
446
|
-
preexec_fn: Callable[[],
|
|
446
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
447
447
|
close_fds: bool = True,
|
|
448
448
|
shell: bool = False,
|
|
449
449
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -476,7 +476,7 @@ elif sys.version_info >= (3, 10):
|
|
|
476
476
|
stdin: _FILE = None,
|
|
477
477
|
stdout: _FILE = None,
|
|
478
478
|
stderr: _FILE = None,
|
|
479
|
-
preexec_fn: Callable[[],
|
|
479
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
480
480
|
close_fds: bool = True,
|
|
481
481
|
shell: bool = False,
|
|
482
482
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -503,7 +503,6 @@ elif sys.version_info >= (3, 10):
|
|
|
503
503
|
) -> CompletedProcess[Any]: ...
|
|
504
504
|
|
|
505
505
|
else:
|
|
506
|
-
# 3.9 adds arguments "user", "group", "extra_groups" and "umask"
|
|
507
506
|
@overload
|
|
508
507
|
def run(
|
|
509
508
|
args: _CMD,
|
|
@@ -512,7 +511,7 @@ else:
|
|
|
512
511
|
stdin: _FILE = None,
|
|
513
512
|
stdout: _FILE = None,
|
|
514
513
|
stderr: _FILE = None,
|
|
515
|
-
preexec_fn: Callable[[],
|
|
514
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
516
515
|
close_fds: bool = True,
|
|
517
516
|
shell: bool = False,
|
|
518
517
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -544,7 +543,7 @@ else:
|
|
|
544
543
|
stdin: _FILE = None,
|
|
545
544
|
stdout: _FILE = None,
|
|
546
545
|
stderr: _FILE = None,
|
|
547
|
-
preexec_fn: Callable[[],
|
|
546
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
548
547
|
close_fds: bool = True,
|
|
549
548
|
shell: bool = False,
|
|
550
549
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -576,7 +575,7 @@ else:
|
|
|
576
575
|
stdin: _FILE = None,
|
|
577
576
|
stdout: _FILE = None,
|
|
578
577
|
stderr: _FILE = None,
|
|
579
|
-
preexec_fn: Callable[[],
|
|
578
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
580
579
|
close_fds: bool = True,
|
|
581
580
|
shell: bool = False,
|
|
582
581
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -608,7 +607,7 @@ else:
|
|
|
608
607
|
stdin: _FILE = None,
|
|
609
608
|
stdout: _FILE = None,
|
|
610
609
|
stderr: _FILE = None,
|
|
611
|
-
preexec_fn: Callable[[],
|
|
610
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
612
611
|
close_fds: bool = True,
|
|
613
612
|
shell: bool = False,
|
|
614
613
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -641,7 +640,7 @@ else:
|
|
|
641
640
|
stdin: _FILE = None,
|
|
642
641
|
stdout: _FILE = None,
|
|
643
642
|
stderr: _FILE = None,
|
|
644
|
-
preexec_fn: Callable[[],
|
|
643
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
645
644
|
close_fds: bool = True,
|
|
646
645
|
shell: bool = False,
|
|
647
646
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -673,7 +672,7 @@ else:
|
|
|
673
672
|
stdin: _FILE = None,
|
|
674
673
|
stdout: _FILE = None,
|
|
675
674
|
stderr: _FILE = None,
|
|
676
|
-
preexec_fn: Callable[[],
|
|
675
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
677
676
|
close_fds: bool = True,
|
|
678
677
|
shell: bool = False,
|
|
679
678
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -708,7 +707,7 @@ if sys.version_info >= (3, 11):
|
|
|
708
707
|
stdin: _FILE = None,
|
|
709
708
|
stdout: _FILE = None,
|
|
710
709
|
stderr: _FILE = None,
|
|
711
|
-
preexec_fn: Callable[[],
|
|
710
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
712
711
|
close_fds: bool = True,
|
|
713
712
|
shell: bool = False,
|
|
714
713
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -740,7 +739,7 @@ elif sys.version_info >= (3, 10):
|
|
|
740
739
|
stdin: _FILE = None,
|
|
741
740
|
stdout: _FILE = None,
|
|
742
741
|
stderr: _FILE = None,
|
|
743
|
-
preexec_fn: Callable[[],
|
|
742
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
744
743
|
close_fds: bool = True,
|
|
745
744
|
shell: bool = False,
|
|
746
745
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -770,7 +769,7 @@ else:
|
|
|
770
769
|
stdin: _FILE = None,
|
|
771
770
|
stdout: _FILE = None,
|
|
772
771
|
stderr: _FILE = None,
|
|
773
|
-
preexec_fn: Callable[[],
|
|
772
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
774
773
|
close_fds: bool = True,
|
|
775
774
|
shell: bool = False,
|
|
776
775
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -801,7 +800,7 @@ if sys.version_info >= (3, 11):
|
|
|
801
800
|
stdin: _FILE = None,
|
|
802
801
|
stdout: _FILE = None,
|
|
803
802
|
stderr: _FILE = None,
|
|
804
|
-
preexec_fn: Callable[[],
|
|
803
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
805
804
|
close_fds: bool = True,
|
|
806
805
|
shell: bool = False,
|
|
807
806
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -833,7 +832,7 @@ elif sys.version_info >= (3, 10):
|
|
|
833
832
|
stdin: _FILE = None,
|
|
834
833
|
stdout: _FILE = None,
|
|
835
834
|
stderr: _FILE = None,
|
|
836
|
-
preexec_fn: Callable[[],
|
|
835
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
837
836
|
close_fds: bool = True,
|
|
838
837
|
shell: bool = False,
|
|
839
838
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -863,7 +862,7 @@ else:
|
|
|
863
862
|
stdin: _FILE = None,
|
|
864
863
|
stdout: _FILE = None,
|
|
865
864
|
stderr: _FILE = None,
|
|
866
|
-
preexec_fn: Callable[[],
|
|
865
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
867
866
|
close_fds: bool = True,
|
|
868
867
|
shell: bool = False,
|
|
869
868
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -893,7 +892,7 @@ if sys.version_info >= (3, 11):
|
|
|
893
892
|
executable: StrOrBytesPath | None = None,
|
|
894
893
|
stdin: _FILE = None,
|
|
895
894
|
stderr: _FILE = None,
|
|
896
|
-
preexec_fn: Callable[[],
|
|
895
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
897
896
|
close_fds: bool = True,
|
|
898
897
|
shell: bool = False,
|
|
899
898
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -924,7 +923,7 @@ if sys.version_info >= (3, 11):
|
|
|
924
923
|
executable: StrOrBytesPath | None = None,
|
|
925
924
|
stdin: _FILE = None,
|
|
926
925
|
stderr: _FILE = None,
|
|
927
|
-
preexec_fn: Callable[[],
|
|
926
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
928
927
|
close_fds: bool = True,
|
|
929
928
|
shell: bool = False,
|
|
930
929
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -955,7 +954,7 @@ if sys.version_info >= (3, 11):
|
|
|
955
954
|
executable: StrOrBytesPath | None = None,
|
|
956
955
|
stdin: _FILE = None,
|
|
957
956
|
stderr: _FILE = None,
|
|
958
|
-
preexec_fn: Callable[[],
|
|
957
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
959
958
|
close_fds: bool = True,
|
|
960
959
|
shell: bool = False,
|
|
961
960
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -986,7 +985,7 @@ if sys.version_info >= (3, 11):
|
|
|
986
985
|
executable: StrOrBytesPath | None = None,
|
|
987
986
|
stdin: _FILE = None,
|
|
988
987
|
stderr: _FILE = None,
|
|
989
|
-
preexec_fn: Callable[[],
|
|
988
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
990
989
|
close_fds: bool = True,
|
|
991
990
|
shell: bool = False,
|
|
992
991
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1018,7 +1017,7 @@ if sys.version_info >= (3, 11):
|
|
|
1018
1017
|
executable: StrOrBytesPath | None = None,
|
|
1019
1018
|
stdin: _FILE = None,
|
|
1020
1019
|
stderr: _FILE = None,
|
|
1021
|
-
preexec_fn: Callable[[],
|
|
1020
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1022
1021
|
close_fds: bool = True,
|
|
1023
1022
|
shell: bool = False,
|
|
1024
1023
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1049,7 +1048,7 @@ if sys.version_info >= (3, 11):
|
|
|
1049
1048
|
executable: StrOrBytesPath | None = None,
|
|
1050
1049
|
stdin: _FILE = None,
|
|
1051
1050
|
stderr: _FILE = None,
|
|
1052
|
-
preexec_fn: Callable[[],
|
|
1051
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1053
1052
|
close_fds: bool = True,
|
|
1054
1053
|
shell: bool = False,
|
|
1055
1054
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1083,7 +1082,7 @@ elif sys.version_info >= (3, 10):
|
|
|
1083
1082
|
executable: StrOrBytesPath | None = None,
|
|
1084
1083
|
stdin: _FILE = None,
|
|
1085
1084
|
stderr: _FILE = None,
|
|
1086
|
-
preexec_fn: Callable[[],
|
|
1085
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1087
1086
|
close_fds: bool = True,
|
|
1088
1087
|
shell: bool = False,
|
|
1089
1088
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1113,7 +1112,7 @@ elif sys.version_info >= (3, 10):
|
|
|
1113
1112
|
executable: StrOrBytesPath | None = None,
|
|
1114
1113
|
stdin: _FILE = None,
|
|
1115
1114
|
stderr: _FILE = None,
|
|
1116
|
-
preexec_fn: Callable[[],
|
|
1115
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1117
1116
|
close_fds: bool = True,
|
|
1118
1117
|
shell: bool = False,
|
|
1119
1118
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1143,7 +1142,7 @@ elif sys.version_info >= (3, 10):
|
|
|
1143
1142
|
executable: StrOrBytesPath | None = None,
|
|
1144
1143
|
stdin: _FILE = None,
|
|
1145
1144
|
stderr: _FILE = None,
|
|
1146
|
-
preexec_fn: Callable[[],
|
|
1145
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1147
1146
|
close_fds: bool = True,
|
|
1148
1147
|
shell: bool = False,
|
|
1149
1148
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1173,7 +1172,7 @@ elif sys.version_info >= (3, 10):
|
|
|
1173
1172
|
executable: StrOrBytesPath | None = None,
|
|
1174
1173
|
stdin: _FILE = None,
|
|
1175
1174
|
stderr: _FILE = None,
|
|
1176
|
-
preexec_fn: Callable[[],
|
|
1175
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1177
1176
|
close_fds: bool = True,
|
|
1178
1177
|
shell: bool = False,
|
|
1179
1178
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1204,7 +1203,7 @@ elif sys.version_info >= (3, 10):
|
|
|
1204
1203
|
executable: StrOrBytesPath | None = None,
|
|
1205
1204
|
stdin: _FILE = None,
|
|
1206
1205
|
stderr: _FILE = None,
|
|
1207
|
-
preexec_fn: Callable[[],
|
|
1206
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1208
1207
|
close_fds: bool = True,
|
|
1209
1208
|
shell: bool = False,
|
|
1210
1209
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1234,7 +1233,7 @@ elif sys.version_info >= (3, 10):
|
|
|
1234
1233
|
executable: StrOrBytesPath | None = None,
|
|
1235
1234
|
stdin: _FILE = None,
|
|
1236
1235
|
stderr: _FILE = None,
|
|
1237
|
-
preexec_fn: Callable[[],
|
|
1236
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1238
1237
|
close_fds: bool = True,
|
|
1239
1238
|
shell: bool = False,
|
|
1240
1239
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1266,7 +1265,7 @@ else:
|
|
|
1266
1265
|
executable: StrOrBytesPath | None = None,
|
|
1267
1266
|
stdin: _FILE = None,
|
|
1268
1267
|
stderr: _FILE = None,
|
|
1269
|
-
preexec_fn: Callable[[],
|
|
1268
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1270
1269
|
close_fds: bool = True,
|
|
1271
1270
|
shell: bool = False,
|
|
1272
1271
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1295,7 +1294,7 @@ else:
|
|
|
1295
1294
|
executable: StrOrBytesPath | None = None,
|
|
1296
1295
|
stdin: _FILE = None,
|
|
1297
1296
|
stderr: _FILE = None,
|
|
1298
|
-
preexec_fn: Callable[[],
|
|
1297
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1299
1298
|
close_fds: bool = True,
|
|
1300
1299
|
shell: bool = False,
|
|
1301
1300
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1324,7 +1323,7 @@ else:
|
|
|
1324
1323
|
executable: StrOrBytesPath | None = None,
|
|
1325
1324
|
stdin: _FILE = None,
|
|
1326
1325
|
stderr: _FILE = None,
|
|
1327
|
-
preexec_fn: Callable[[],
|
|
1326
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1328
1327
|
close_fds: bool = True,
|
|
1329
1328
|
shell: bool = False,
|
|
1330
1329
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1353,7 +1352,7 @@ else:
|
|
|
1353
1352
|
executable: StrOrBytesPath | None = None,
|
|
1354
1353
|
stdin: _FILE = None,
|
|
1355
1354
|
stderr: _FILE = None,
|
|
1356
|
-
preexec_fn: Callable[[],
|
|
1355
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1357
1356
|
close_fds: bool = True,
|
|
1358
1357
|
shell: bool = False,
|
|
1359
1358
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1383,7 +1382,7 @@ else:
|
|
|
1383
1382
|
executable: StrOrBytesPath | None = None,
|
|
1384
1383
|
stdin: _FILE = None,
|
|
1385
1384
|
stderr: _FILE = None,
|
|
1386
|
-
preexec_fn: Callable[[],
|
|
1385
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1387
1386
|
close_fds: bool = True,
|
|
1388
1387
|
shell: bool = False,
|
|
1389
1388
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1412,7 +1411,7 @@ else:
|
|
|
1412
1411
|
executable: StrOrBytesPath | None = None,
|
|
1413
1412
|
stdin: _FILE = None,
|
|
1414
1413
|
stderr: _FILE = None,
|
|
1415
|
-
preexec_fn: Callable[[],
|
|
1414
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1416
1415
|
close_fds: bool = True,
|
|
1417
1416
|
shell: bool = False,
|
|
1418
1417
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1487,7 +1486,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1487
1486
|
stdin: _FILE | None = None,
|
|
1488
1487
|
stdout: _FILE | None = None,
|
|
1489
1488
|
stderr: _FILE | None = None,
|
|
1490
|
-
preexec_fn: Callable[[],
|
|
1489
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1491
1490
|
close_fds: bool = True,
|
|
1492
1491
|
shell: bool = False,
|
|
1493
1492
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1518,7 +1517,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1518
1517
|
stdin: _FILE | None = None,
|
|
1519
1518
|
stdout: _FILE | None = None,
|
|
1520
1519
|
stderr: _FILE | None = None,
|
|
1521
|
-
preexec_fn: Callable[[],
|
|
1520
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1522
1521
|
close_fds: bool = True,
|
|
1523
1522
|
shell: bool = False,
|
|
1524
1523
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1549,7 +1548,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1549
1548
|
stdin: _FILE | None = None,
|
|
1550
1549
|
stdout: _FILE | None = None,
|
|
1551
1550
|
stderr: _FILE | None = None,
|
|
1552
|
-
preexec_fn: Callable[[],
|
|
1551
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1553
1552
|
close_fds: bool = True,
|
|
1554
1553
|
shell: bool = False,
|
|
1555
1554
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1581,7 +1580,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1581
1580
|
stdin: _FILE | None = None,
|
|
1582
1581
|
stdout: _FILE | None = None,
|
|
1583
1582
|
stderr: _FILE | None = None,
|
|
1584
|
-
preexec_fn: Callable[[],
|
|
1583
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1585
1584
|
close_fds: bool = True,
|
|
1586
1585
|
shell: bool = False,
|
|
1587
1586
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1612,7 +1611,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1612
1611
|
stdin: _FILE | None = None,
|
|
1613
1612
|
stdout: _FILE | None = None,
|
|
1614
1613
|
stderr: _FILE | None = None,
|
|
1615
|
-
preexec_fn: Callable[[],
|
|
1614
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1616
1615
|
close_fds: bool = True,
|
|
1617
1616
|
shell: bool = False,
|
|
1618
1617
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1643,7 +1642,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1643
1642
|
stdin: _FILE | None = None,
|
|
1644
1643
|
stdout: _FILE | None = None,
|
|
1645
1644
|
stderr: _FILE | None = None,
|
|
1646
|
-
preexec_fn: Callable[[],
|
|
1645
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1647
1646
|
close_fds: bool = True,
|
|
1648
1647
|
shell: bool = False,
|
|
1649
1648
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1676,7 +1675,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1676
1675
|
stdin: _FILE | None = None,
|
|
1677
1676
|
stdout: _FILE | None = None,
|
|
1678
1677
|
stderr: _FILE | None = None,
|
|
1679
|
-
preexec_fn: Callable[[],
|
|
1678
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1680
1679
|
close_fds: bool = True,
|
|
1681
1680
|
shell: bool = False,
|
|
1682
1681
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1706,7 +1705,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1706
1705
|
stdin: _FILE | None = None,
|
|
1707
1706
|
stdout: _FILE | None = None,
|
|
1708
1707
|
stderr: _FILE | None = None,
|
|
1709
|
-
preexec_fn: Callable[[],
|
|
1708
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1710
1709
|
close_fds: bool = True,
|
|
1711
1710
|
shell: bool = False,
|
|
1712
1711
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1736,7 +1735,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1736
1735
|
stdin: _FILE | None = None,
|
|
1737
1736
|
stdout: _FILE | None = None,
|
|
1738
1737
|
stderr: _FILE | None = None,
|
|
1739
|
-
preexec_fn: Callable[[],
|
|
1738
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1740
1739
|
close_fds: bool = True,
|
|
1741
1740
|
shell: bool = False,
|
|
1742
1741
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1767,7 +1766,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1767
1766
|
stdin: _FILE | None = None,
|
|
1768
1767
|
stdout: _FILE | None = None,
|
|
1769
1768
|
stderr: _FILE | None = None,
|
|
1770
|
-
preexec_fn: Callable[[],
|
|
1769
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1771
1770
|
close_fds: bool = True,
|
|
1772
1771
|
shell: bool = False,
|
|
1773
1772
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1797,7 +1796,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1797
1796
|
stdin: _FILE | None = None,
|
|
1798
1797
|
stdout: _FILE | None = None,
|
|
1799
1798
|
stderr: _FILE | None = None,
|
|
1800
|
-
preexec_fn: Callable[[],
|
|
1799
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1801
1800
|
close_fds: bool = True,
|
|
1802
1801
|
shell: bool = False,
|
|
1803
1802
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1827,7 +1826,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1827
1826
|
stdin: _FILE | None = None,
|
|
1828
1827
|
stdout: _FILE | None = None,
|
|
1829
1828
|
stderr: _FILE | None = None,
|
|
1830
|
-
preexec_fn: Callable[[],
|
|
1829
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1831
1830
|
close_fds: bool = True,
|
|
1832
1831
|
shell: bool = False,
|
|
1833
1832
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1858,7 +1857,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1858
1857
|
stdin: _FILE | None = None,
|
|
1859
1858
|
stdout: _FILE | None = None,
|
|
1860
1859
|
stderr: _FILE | None = None,
|
|
1861
|
-
preexec_fn: Callable[[],
|
|
1860
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1862
1861
|
close_fds: bool = True,
|
|
1863
1862
|
shell: bool = False,
|
|
1864
1863
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1887,7 +1886,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1887
1886
|
stdin: _FILE | None = None,
|
|
1888
1887
|
stdout: _FILE | None = None,
|
|
1889
1888
|
stderr: _FILE | None = None,
|
|
1890
|
-
preexec_fn: Callable[[],
|
|
1889
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1891
1890
|
close_fds: bool = True,
|
|
1892
1891
|
shell: bool = False,
|
|
1893
1892
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1916,7 +1915,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1916
1915
|
stdin: _FILE | None = None,
|
|
1917
1916
|
stdout: _FILE | None = None,
|
|
1918
1917
|
stderr: _FILE | None = None,
|
|
1919
|
-
preexec_fn: Callable[[],
|
|
1918
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1920
1919
|
close_fds: bool = True,
|
|
1921
1920
|
shell: bool = False,
|
|
1922
1921
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1946,7 +1945,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1946
1945
|
stdin: _FILE | None = None,
|
|
1947
1946
|
stdout: _FILE | None = None,
|
|
1948
1947
|
stderr: _FILE | None = None,
|
|
1949
|
-
preexec_fn: Callable[[],
|
|
1948
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1950
1949
|
close_fds: bool = True,
|
|
1951
1950
|
shell: bool = False,
|
|
1952
1951
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -1975,7 +1974,7 @@ class Popen(Generic[AnyStr]):
|
|
|
1975
1974
|
stdin: _FILE | None = None,
|
|
1976
1975
|
stdout: _FILE | None = None,
|
|
1977
1976
|
stderr: _FILE | None = None,
|
|
1978
|
-
preexec_fn: Callable[[],
|
|
1977
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
1979
1978
|
close_fds: bool = True,
|
|
1980
1979
|
shell: bool = False,
|
|
1981
1980
|
cwd: StrOrBytesPath | None = None,
|
|
@@ -2004,7 +2003,7 @@ class Popen(Generic[AnyStr]):
|
|
|
2004
2003
|
stdin: _FILE | None = None,
|
|
2005
2004
|
stdout: _FILE | None = None,
|
|
2006
2005
|
stderr: _FILE | None = None,
|
|
2007
|
-
preexec_fn: Callable[[],
|
|
2006
|
+
preexec_fn: Callable[[], object] | None = None,
|
|
2008
2007
|
close_fds: bool = True,
|
|
2009
2008
|
shell: bool = False,
|
|
2010
2009
|
cwd: StrOrBytesPath | None = None,
|