basedpyright 1.31.5 → 1.31.6
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/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/_ast.pyi +5 -5
- package/dist/typeshed-fallback/stdlib/_asyncio.pyi +7 -5
- package/dist/typeshed-fallback/stdlib/_blake2.pyi +88 -45
- package/dist/typeshed-fallback/stdlib/_collections_abc.pyi +4 -6
- package/dist/typeshed-fallback/stdlib/_compat_pickle.pyi +10 -8
- package/dist/typeshed-fallback/stdlib/_csv.pyi +5 -2
- package/dist/typeshed-fallback/stdlib/_ctypes.pyi +11 -11
- package/dist/typeshed-fallback/stdlib/_curses.pyi +270 -270
- package/dist/typeshed-fallback/stdlib/_curses_panel.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/_dbm.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/_decimal.pyi +8 -8
- package/dist/typeshed-fallback/stdlib/_frozen_importlib_external.pyi +12 -11
- package/dist/typeshed-fallback/stdlib/_hashlib.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/_interpreters.pyi +25 -19
- package/dist/typeshed-fallback/stdlib/_io.pyi +222 -164
- package/dist/typeshed-fallback/stdlib/_lsprof.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/_lzma.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/_msi.pyi +39 -39
- package/dist/typeshed-fallback/stdlib/_multibytecodec.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/_pickle.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/_queue.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/_random.pyi +8 -2
- package/dist/typeshed-fallback/stdlib/_socket.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/_ssl.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/_struct.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/_thread.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/_threading_local.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/_tkinter.pyi +20 -20
- package/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi +13 -2
- package/dist/typeshed-fallback/stdlib/_warnings.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/_winapi.pyi +14 -14
- package/dist/typeshed-fallback/stdlib/_zstd.pyi +5 -5
- package/dist/typeshed-fallback/stdlib/abc.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/annotationlib.pyi +15 -1
- package/dist/typeshed-fallback/stdlib/argparse.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/array.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/ast.pyi +32 -24
- package/dist/typeshed-fallback/stdlib/asyncio/base_events.pyi +13 -13
- package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +41 -33
- package/dist/typeshed-fallback/stdlib/asyncio/graph.pyi +19 -17
- package/dist/typeshed-fallback/stdlib/asyncio/protocols.pyi +6 -0
- package/dist/typeshed-fallback/stdlib/asyncio/runners.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/asyncio/streams.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/asyncio/subprocess.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/asyncio/tools.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/asyncio/transports.pyi +8 -1
- package/dist/typeshed-fallback/stdlib/asyncio/trsock.pyi +18 -12
- package/dist/typeshed-fallback/stdlib/asyncio/unix_events.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/asyncio/windows_events.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/asyncio/windows_utils.pyi +5 -5
- package/dist/typeshed-fallback/stdlib/binascii.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/builtins.pyi +48 -11
- package/dist/typeshed-fallback/stdlib/calendar.pyi +19 -19
- package/dist/typeshed-fallback/stdlib/cgi.pyi +5 -4
- package/dist/typeshed-fallback/stdlib/codecs.pyi +60 -28
- package/dist/typeshed-fallback/stdlib/collections/__init__.pyi +13 -4
- package/dist/typeshed-fallback/stdlib/colorsys.pyi +5 -3
- package/dist/typeshed-fallback/stdlib/compression/zstd/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/concurrent/futures/_base.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/concurrent/futures/process.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/concurrent/interpreters/_crossinterp.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/concurrent/interpreters/_queues.pyi +25 -9
- package/dist/typeshed-fallback/stdlib/configparser.pyi +8 -5
- package/dist/typeshed-fallback/stdlib/contextlib.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/crypt.pyi +7 -1
- package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +10 -4
- package/dist/typeshed-fallback/stdlib/ctypes/_endian.pyi +6 -2
- package/dist/typeshed-fallback/stdlib/ctypes/macholib/__init__.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/ctypes/wintypes.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/curses/__init__.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/curses/ascii.pyi +38 -38
- package/dist/typeshed-fallback/stdlib/dataclasses.pyi +34 -2
- package/dist/typeshed-fallback/stdlib/datetime.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/dbm/sqlite3.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/decimal.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/dis.pyi +65 -59
- package/dist/typeshed-fallback/stdlib/distutils/file_util.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/doctest.pyi +17 -17
- package/dist/typeshed-fallback/stdlib/email/_header_value_parser.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/email/charset.pyi +10 -3
- package/dist/typeshed-fallback/stdlib/enum.pyi +41 -18
- package/dist/typeshed-fallback/stdlib/errno.pyi +204 -202
- package/dist/typeshed-fallback/stdlib/faulthandler.pyi +9 -3
- package/dist/typeshed-fallback/stdlib/filecmp.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/fractions.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/functools.pyi +14 -7
- package/dist/typeshed-fallback/stdlib/gettext.pyi +9 -9
- package/dist/typeshed-fallback/stdlib/glob.pyi +6 -2
- package/dist/typeshed-fallback/stdlib/hmac.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/html/entities.pyi +6 -4
- package/dist/typeshed-fallback/stdlib/http/client.pyi +69 -69
- package/dist/typeshed-fallback/stdlib/http/server.pyi +21 -9
- package/dist/typeshed-fallback/stdlib/imp.pyi +11 -11
- package/dist/typeshed-fallback/stdlib/importlib/abc.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +46 -19
- package/dist/typeshed-fallback/stdlib/importlib/resources/_common.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/inspect.pyi +61 -27
- package/dist/typeshed-fallback/stdlib/io.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/ipaddress.pyi +7 -1
- package/dist/typeshed-fallback/stdlib/itertools.pyi +20 -2
- package/dist/typeshed-fallback/stdlib/lib2to3/fixes/fix_tuple_params.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/logging/__init__.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/logging/config.pyi +19 -8
- package/dist/typeshed-fallback/stdlib/logging/handlers.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/mmap.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/msilib/__init__.pyi +14 -14
- package/dist/typeshed-fallback/stdlib/msilib/schema.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/msilib/sequence.pyi +7 -6
- package/dist/typeshed-fallback/stdlib/msilib/text.pyi +4 -3
- package/dist/typeshed-fallback/stdlib/msvcrt.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/multiprocessing/managers.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/multiprocessing/shared_memory.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/multiprocessing/util.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/nturl2path.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/numbers.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/opcode.pyi +16 -16
- package/dist/typeshed-fallback/stdlib/os/__init__.pyi +187 -186
- package/dist/typeshed-fallback/stdlib/ossaudiodev.pyi +114 -113
- package/dist/typeshed-fallback/stdlib/pathlib/__init__.pyi +43 -5
- package/dist/typeshed-fallback/stdlib/pdb.pyi +6 -2
- package/dist/typeshed-fallback/stdlib/pickle.pyi +73 -73
- package/dist/typeshed-fallback/stdlib/pickletools.pyi +9 -6
- package/dist/typeshed-fallback/stdlib/platform.pyi +19 -9
- package/dist/typeshed-fallback/stdlib/plistlib.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/poplib.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/pydoc.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/pydoc_data/topics.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/random.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/resource.pyi +21 -20
- package/dist/typeshed-fallback/stdlib/select.pyi +68 -68
- package/dist/typeshed-fallback/stdlib/selectors.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/smtplib.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/socket.pyi +78 -77
- package/dist/typeshed-fallback/stdlib/sqlite3/__init__.pyi +4 -1
- package/dist/typeshed-fallback/stdlib/sqlite3/dbapi2.pyi +11 -6
- package/dist/typeshed-fallback/stdlib/sre_compile.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/sre_constants.pyi +11 -4
- package/dist/typeshed-fallback/stdlib/sre_parse.pyi +15 -15
- package/dist/typeshed-fallback/stdlib/ssl.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/statistics.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/string/__init__.pyi +10 -10
- package/dist/typeshed-fallback/stdlib/stringprep.pyi +9 -7
- package/dist/typeshed-fallback/stdlib/subprocess.pyi +63 -63
- package/dist/typeshed-fallback/stdlib/sunau.pyi +15 -15
- package/dist/typeshed-fallback/stdlib/symbol.pyi +95 -93
- package/dist/typeshed-fallback/stdlib/symtable.pyi +5 -2
- package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +9 -1
- package/dist/typeshed-fallback/stdlib/sys/_monitoring.pyi +5 -5
- package/dist/typeshed-fallback/stdlib/tarfile.pyi +26 -4
- package/dist/typeshed-fallback/stdlib/telnetlib.pyi +75 -75
- package/dist/typeshed-fallback/stdlib/tempfile.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/threading.pyi +10 -10
- package/dist/typeshed-fallback/stdlib/time.pyi +13 -13
- package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +704 -711
- package/dist/typeshed-fallback/stdlib/tkinter/messagebox.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/tkinter/ttk.pyi +300 -167
- package/dist/typeshed-fallback/stdlib/tokenize.pyi +48 -41
- package/dist/typeshed-fallback/stdlib/tomllib.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/traceback.pyi +18 -1
- package/dist/typeshed-fallback/stdlib/tracemalloc.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/turtle.pyi +41 -15
- package/dist/typeshed-fallback/stdlib/types.pyi +60 -31
- package/dist/typeshed-fallback/stdlib/typing.pyi +50 -17
- package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +14 -1
- package/dist/typeshed-fallback/stdlib/unicodedata.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/unittest/loader.pyi +35 -18
- package/dist/typeshed-fallback/stdlib/unittest/main.pyi +5 -2
- package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +153 -67
- package/dist/typeshed-fallback/stdlib/unittest/util.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/urllib/parse.pyi +17 -11
- package/dist/typeshed-fallback/stdlib/uuid.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/venv/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/wave.pyi +23 -11
- package/dist/typeshed-fallback/stdlib/weakref.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/webbrowser.pyi +10 -4
- package/dist/typeshed-fallback/stdlib/winreg.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/wsgiref/headers.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/wsgiref/simple_server.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/xml/dom/NodeFilter.pyi +17 -17
- package/dist/typeshed-fallback/stdlib/xml/dom/__init__.pyi +17 -16
- package/dist/typeshed-fallback/stdlib/xml/dom/expatbuilder.pyi +13 -8
- package/dist/typeshed-fallback/stdlib/xml/dom/minicompat.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/xml/dom/minidom.pyi +26 -0
- package/dist/typeshed-fallback/stdlib/xml/dom/pulldom.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/xml/dom/xmlbuilder.pyi +13 -11
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementInclude.pyi +4 -3
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementPath.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +9 -8
- package/dist/typeshed-fallback/stdlib/xml/sax/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/xml/sax/expatreader.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/xml/sax/handler.pyi +16 -16
- package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +27 -4
- package/dist/typeshed-fallback/stdlib/zipfile/_path/glob.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/zoneinfo/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Authlib/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/errors.pyi +4 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/key_set.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/client.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/requests.pyi +9 -1
- package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/GPIO/gpio.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/GPIO/gpio_event.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Jetson.GPIO/Jetson/GPIO/gpio_pin_data.pyi +26 -22
- package/dist/typeshed-fallback/stubs/Jetson.GPIO/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Markdown/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/footnotes.pyi +11 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Angle.pyi +95 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Coordinates.pyi +192 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/CurveFitting.pyi +43 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Earth.pyi +64 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Epoch.pyi +129 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Interpolation.pyi +42 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Jupiter.pyi +38 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/JupiterMoons.pyi +78 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Mars.pyi +38 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Mercury.pyi +42 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Minor.pyi +10 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Moon.pyi +39 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Neptune.pyi +30 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Pluto.pyi +17 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Saturn.pyi +44 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Sun.pyi +35 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Uranus.pyi +34 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/Venus.pyi +44 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/PyMeeus/pymeeus/base.pyi +8 -0
- package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/connections.pyi +131 -116
- package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/cursors.pyi +2 -1
- package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/protocol.pyi +1 -0
- package/dist/typeshed-fallback/stubs/PySocks/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/PySocks/socks.pyi +143 -0
- package/dist/typeshed-fallback/stubs/PySocks/sockshandler.pyi +102 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/_yaml.pyi +4 -1
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/emitter.pyi +18 -14
- package/dist/typeshed-fallback/stubs/WebOb/webob/cachecontrol.pyi +5 -2
- package/dist/typeshed-fallback/stubs/WebOb/webob/cookies.pyi +1 -0
- package/dist/typeshed-fallback/stubs/WebOb/webob/multidict.pyi +3 -3
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/base.pyi +1 -0
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/os.pyi +10 -10
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/BufferedTokenStream.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenFactory.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenStream.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/FileStream.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/InputStream.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/IntervalSet.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/LL1Analyzer.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Lexer.pyi +16 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ListTokenSource.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Parser.pyi +12 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserInterpreter.pyi +10 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserRuleContext.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Recognizer.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/RuleContext.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Token.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/TokenStreamRewriter.pyi +3 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATN.pyi +12 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfig.pyi +2 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfigSet.pyi +11 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializationOptions.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializer.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNSimulator.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ATNState.pyi +8 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/LexerATNSimulator.pyi +2 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/LexerAction.pyi +7 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/LexerActionExecutor.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/ParserATNSimulator.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/SemanticContext.pyi +3 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/atn/Transition.pyi +10 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/dfa/DFA.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/dfa/DFASerializer.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/dfa/DFAState.pyi +11 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/Chunk.pyi +2 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreeMatch.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePattern.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePatternMatcher.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/RuleTagToken.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/TokenTagToken.pyi +1 -0
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/Tree.pyi +1 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/token_verifier.pyi +2 -2
- package/dist/typeshed-fallback/stubs/boltons/boltons/dictutils.pyi +3 -1
- package/dist/typeshed-fallback/stubs/boltons/boltons/mathutils.pyi +1 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/setutils.pyi +1 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/strutils.pyi +1 -1
- package/dist/typeshed-fallback/stubs/boltons/boltons/tbutils.pyi +1 -0
- package/dist/typeshed-fallback/stubs/cachetools/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/cachetools/cachetools/__init__.pyi +3 -1
- package/dist/typeshed-fallback/stubs/cffi/_cffi_backend.pyi +3 -2
- package/dist/typeshed-fallback/stubs/cffi/cffi/api.pyi +1 -1
- package/dist/typeshed-fallback/stubs/cffi/cffi/backend_ctypes.pyi +6 -1
- package/dist/typeshed-fallback/stubs/cffi/cffi/pkgconfig.pyi +1 -1
- package/dist/typeshed-fallback/stubs/channels/channels/layers.pyi +2 -2
- package/dist/typeshed-fallback/stubs/click-shell/METADATA.toml +3 -0
- package/dist/typeshed-fallback/stubs/click-shell/click_shell/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/click-shell/click_shell/_cmd.pyi +28 -0
- package/dist/typeshed-fallback/stubs/click-shell/click_shell/_compat.pyi +10 -0
- package/dist/typeshed-fallback/stubs/click-shell/click_shell/core.pyi +35 -0
- package/dist/typeshed-fallback/stubs/click-shell/click_shell/decorators.pyi +8 -0
- package/dist/typeshed-fallback/stubs/convertdate/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/__init__.pyi +48 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/armenian.pyi +24 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/bahai.pyi +37 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/coptic.pyi +14 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/data/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/data/french_republican_days.pyi +3 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/data/positivist.pyi +6 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/daycount.pyi +13 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/dublin.pyi +13 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/french_republican.pyi +27 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/gregorian.pyi +20 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/hebrew.pyi +34 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/holidays.pyi +161 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/indian_civil.pyi +15 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/islamic.pyi +17 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/iso.pyi +17 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/julian.pyi +20 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/julianday.pyi +8 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/mayan.pyi +40 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/ordinal.pyi +4 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/persian.pyi +19 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/positivist.pyi +15 -0
- package/dist/typeshed-fallback/stubs/convertdate/convertdate/utils.pyi +43 -0
- package/dist/typeshed-fallback/stubs/defusedxml/defusedxml/lxml.pyi +8 -15
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/fields.pyi +71 -14
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/filters.pyi +116 -22
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/filterset.pyi +4 -3
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/rest_framework/__init__.pyi +32 -1
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/rest_framework/filters.pyi +1 -4
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/widgets.pyi +1 -6
- package/dist/typeshed-fallback/stubs/django-import-export/import_export/resources.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docker/docker/models/containers.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docker/docker/transport/sshconn.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docker/docker/types/services.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docutils/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/__main__.pyi +3 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/core.pyi +21 -29
- package/dist/typeshed-fallback/stubs/docutils/docutils/examples.pyi +12 -14
- package/dist/typeshed-fallback/stubs/docutils/docutils/frontend.pyi +155 -53
- package/dist/typeshed-fallback/stubs/docutils/docutils/io.pyi +12 -7
- package/dist/typeshed-fallback/stubs/docutils/docutils/languages/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/nodes.pyi +57 -10
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/__init__.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/docutils_xml.pyi +16 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/null.pyi +3 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi +5 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/misc.pyi +7 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/tables.pyi +3 -4
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/roles.pyi +4 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/states.pyi +11 -17
- package/dist/typeshed-fallback/stubs/docutils/docutils/readers/doctree.pyi +3 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/references.pyi +4 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/universal.pyi +5 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/transforms/writer_aux.pyi +0 -8
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/__init__.pyi +13 -22
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/_roman_numerals.pyi +30 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/code_analyzer.pyi +2 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/math/__init__.pyi +3 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/math/math2html.pyi +2 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/math/mathml_elements.pyi +1 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/math/tex2mathml_extern.pyi +1 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/__init__.pyi +10 -0
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/_html_base.pyi +5 -3
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/latex2e/__init__.pyi +17 -8
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/manpage.pyi +7 -2
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/null.pyi +3 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/odf_odt/__init__.pyi +3 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/writers/xetex/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/core.pyi +1 -1
- package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/publisher.pyi +1 -1
- package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/wsgi.pyi +1 -1
- package/dist/typeshed-fallback/stubs/flake8-builtins/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-builtins/flake8_builtins.pyi +3 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/annotations.pyi +20 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/bidi.pyi +4 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fonts.pyi +24 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/outline.pyi +3 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/output.pyi +36 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/structure_tree.pyi +3 -0
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/table.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/__init__.pyi +10 -2
- package/dist/typeshed-fallback/stubs/gdb/gdb/disassembler.pyi +2 -0
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/geodataframe.pyi +3 -3
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/geoseries.pyi +3 -3
- package/dist/typeshed-fallback/stubs/gevent/gevent/_abstract_linkable.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/loop.pyi +4 -4
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/watcher.pyi +1 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_fileobjectcommon.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_greenlet_primitives.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_hub_primitives.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ident.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_imap.pyi +3 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_monitor.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_threading.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_util.pyi +8 -3
- package/dist/typeshed-fallback/stubs/gevent/gevent/_waiter.pyi +3 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/event.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/greenlet.pyi +2 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/hub.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecext.pyi +3 -3
- package/dist/typeshed-fallback/stubs/gevent/gevent/local.pyi +10 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/lock.pyi +4 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/pool.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/pywsgi.pyi +14 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/queue.pyi +9 -2
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/cares.pyi +4 -2
- package/dist/typeshed-fallback/stubs/gevent/gevent/threadpool.pyi +12 -0
- package/dist/typeshed-fallback/stubs/greenlet/greenlet/_greenlet.pyi +2 -1
- package/dist/typeshed-fallback/stubs/grpcio/grpc/aio/__init__.pyi +3 -3
- package/dist/typeshed-fallback/stubs/gunicorn/METADATA.toml +8 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/_types.pyi +23 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/app/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/app/base.pyi +36 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/app/pasterapp.pyi +7 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/app/wsgiapp.pyi +20 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/arbiter.pyi +68 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/config.pyi +1065 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/debug.pyi +18 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/errors.pyi +8 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/glogging.pyi +158 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/http/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/http/body.pyi +48 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/http/errors.pyi +89 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/http/message.pyi +62 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/http/parser.pyi +26 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/http/unreader.pyi +28 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/http/wsgi.pyi +70 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/instrument/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/instrument/statsd.pyi +105 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/pidfile.pyi +8 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/reloader.pyi +50 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/sock.pyi +41 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/systemd.pyi +6 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/util.pyi +48 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/__init__.pyi +13 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/base.pyi +48 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/base_async.pyi +17 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/geventlet.pyi +31 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/ggevent.pyi +54 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/gthread.pyi +50 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/gtornado.pyi +28 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/sync.pyi +22 -0
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/workers/workertmp.pyi +11 -0
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/dbapi.pyi +4 -1
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/resultrow.pyi +2 -0
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/html5parser.pyi +4 -2
- package/dist/typeshed-fallback/stubs/httplib2/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/parser.pyi +1 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/parser_tools.pyi +4 -4
- package/dist/typeshed-fallback/stubs/jsonschema/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/_types.pyi +1 -0
- package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/cli.pyi +3 -0
- package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/protocols.pyi +6 -4
- package/dist/typeshed-fallback/stubs/jsonschema/jsonschema/validators.pyi +20 -10
- package/dist/typeshed-fallback/stubs/lunardate/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/lunardate/lunardate.pyi +40 -0
- package/dist/typeshed-fallback/stubs/lupa/lupa/lua51.pyi +23 -14
- package/dist/typeshed-fallback/stubs/lupa/lupa/lua52.pyi +23 -14
- package/dist/typeshed-fallback/stubs/lupa/lupa/lua53.pyi +23 -14
- package/dist/typeshed-fallback/stubs/lupa/lupa/lua54.pyi +23 -14
- package/dist/typeshed-fallback/stubs/lupa/lupa/luajit20.pyi +3 -0
- package/dist/typeshed-fallback/stubs/lupa/lupa/luajit21.pyi +3 -0
- package/dist/typeshed-fallback/stubs/mock/mock/mock.pyi +2 -2
- package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/_mysql.pyi +3 -0
- package/dist/typeshed-fallback/stubs/netaddr/netaddr/eui/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/__init__.pyi +5 -0
- package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/glob.pyi +1 -0
- package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/sets.pyi +1 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/_typing.pyi +21 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clique.pyi +4 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi +4 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/connectivity.pyi +6 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/connectivity.pyi +18 -12
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/utils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/hits_alg.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/pagerank_alg.pyi +10 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planarity.pyi +20 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/simple_paths.pyi +5 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi +2 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/breadth_first_search.pyi +33 -17
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/depth_first_search.pyi +45 -16
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgebfs.pyi +7 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgedfs.pyi +7 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/coreviews.pyi +13 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/digraph.pyi +23 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multidigraph.pyi +13 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/reportviews.pyi +32 -10
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/layout.pyi +96 -56
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_agraph.pyi +3 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_latex.pyi +53 -19
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pydot.pyi +11 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pylab.pyi +292 -85
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/gexf.pyi +2 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/graphml.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/heaps.pyi +2 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/mapped_queue.pyi +1 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/misc.pyi +6 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi +1 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi +2 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi +1 -0
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/cell/cell.pyi +2 -0
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/cell/read_only.pyi +2 -0
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/descriptors/sequence.pyi +1 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/formula/tokenizer.pyi +1 -0
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/pivot/table.pyi +1 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/cell_style.pyi +1 -1
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/proxy.pyi +1 -0
- package/dist/typeshed-fallback/stubs/openpyxl/openpyxl/styles/styleable.pyi +1 -0
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/packet.pyi +1 -1
- package/dist/typeshed-fallback/stubs/paramiko/paramiko/transport.pyi +2 -1
- package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/expressions.pyi +6 -0
- package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/nodes.pyi +2 -0
- package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/utils.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pexpect/pexpect/spawnbase.pyi +1 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/blocking_connection.pyi +9 -0
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/gevent_connection.pyi +10 -12
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/select_connection.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pika/pika/connection.pyi +21 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/core.pyi +95 -1
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbproviders/mysql.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pony/pony/orm/dbproviders/sqlite.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/alessandro_bug.pyi +3 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/compositekeys.pyi +11 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/demo.pyi +4 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/estore.pyi +6 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/inheritance1.pyi +8 -1
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/numbers.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/university1.pyi +4 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/examples/university2.pyi +12 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/ormtypes.pyi +3 -0
- package/dist/typeshed-fallback/stubs/pony/pony/orm/sqlbuilding.pyi +3 -0
- package/dist/typeshed-fallback/stubs/protobuf/METADATA.toml +2 -2
- package/dist/typeshed-fallback/stubs/protobuf/google/_upb/_message.pyi +14 -13
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/api_pb2.pyi +33 -2
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/descriptor.pyi +4 -0
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/descriptor_pb2.pyi +107 -3
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/api_implementation.pyi +0 -1
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +5 -0
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/well_known_types.pyi +6 -0
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message.pyi +2 -1
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/type_pb2.pyi +32 -4
- package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psosx.pyi +5 -4
- package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/_psycopg.pyi +22 -1
- package/dist/typeshed-fallback/stubs/pyRFC3339/METADATA.toml +1 -0
- package/dist/typeshed-fallback/stubs/pycocotools/pycocotools/mask.pyi +1 -1
- package/dist/typeshed-fallback/stubs/pycurl/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pycurl/pycurl.pyi +4 -0
- package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/compat.pyi +0 -1
- package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi +11 -0
- package/dist/typeshed-fallback/stubs/pyluach/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/pyluach/pyluach/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/pyluach/pyluach/dates.pyi +106 -0
- package/dist/typeshed-fallback/stubs/pyluach/pyluach/hebrewcal.pyi +141 -0
- package/dist/typeshed-fallback/stubs/pyluach/pyluach/parshios.pyi +14 -0
- package/dist/typeshed-fallback/stubs/pyluach/pyluach/utils.pyi +32 -0
- package/dist/typeshed-fallback/stubs/pyserial/serial/serialposix.pyi +3 -3
- package/dist/typeshed-fallback/stubs/pyserial/serial/tools/list_ports_osx.pyi +1 -1
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/_common.pyi +1 -0
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/parser/_parser.pyi +2 -0
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/rrule.pyi +17 -0
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/tz.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pywin32/_win32typing.pyi +26 -11
- package/dist/typeshed-fallback/stubs/pywin32/pythoncom.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/pywintypes.pyi +4 -3
- package/dist/typeshed-fallback/stubs/pywin32/win32/win32console.pyi +1 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/shell/shell.pyi +1 -1
- package/dist/typeshed-fallback/stubs/regex/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/charts/textlabels.pyi +10 -4
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/widgetbase.pyi +2 -3
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/ttfonts.pyi +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/doctemplate.pyi +3 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/tables.pyi +9 -1
- package/dist/typeshed-fallback/stubs/requests/requests/sessions.pyi +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/filelist.pyi +1 -1
- package/dist/typeshed-fallback/stubs/shapely/shapely/_geometry.pyi +8 -8
- package/dist/typeshed-fallback/stubs/shapely/shapely/_ragged_array.pyi +1 -1
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/base.pyi +2 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/collection.pyi +1 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/linestring.pyi +1 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/multilinestring.pyi +1 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/multipoint.pyi +1 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/multipolygon.pyi +1 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/point.pyi +1 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/geometry/polygon.pyi +2 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/lib.pyi +3 -2
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/__init__.pyi +108 -108
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/decoder.pyi +10 -10
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/encoder.pyi +19 -19
- package/dist/typeshed-fallback/stubs/translationstring/translationstring/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_tk.pyi +22 -21
- package/dist/typeshed-fallback/stubs/ujson/METADATA.toml +1 -0
- package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch.pyi +1 -1
- package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch_print.pyi +2 -2
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/algeria.pyi +1 -11
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/angola.pyi +0 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/benin.pyi +0 -12
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/ivory_coast.pyi +0 -12
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/kenya.pyi +3 -13
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/madagascar.pyi +1 -11
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/mozambique.pyi +1 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/nigeria.pyi +0 -12
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/sao_tome.pyi +1 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/south_africa.pyi +2 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/tunisia.pyi +1 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/argentina.pyi +6 -17
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/barbados.pyi +6 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/brazil.pyi +62 -237
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/canada.pyi +22 -66
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/chile.pyi +1 -12
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/colombia.pyi +10 -21
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/el_salvador.pyi +1 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/mexico.pyi +1 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/panama.pyi +1 -10
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/paraguay.pyi +4 -13
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/china.pyi +5 -12
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/hong_kong.pyi +2 -22
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/israel.pyi +6 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/japan.pyi +2 -10
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/kazakhstan.pyi +1 -28
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/malaysia.pyi +3 -20
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/philippines.pyi +1 -22
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/qatar.pyi +1 -11
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/singapore.pyi +2 -15
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/south_korea.pyi +1 -11
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/taiwan.pyi +8 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/core.pyi +119 -80
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/austria.pyi +1 -18
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/belarus.pyi +2 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/belgium.pyi +1 -11
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/bulgaria.pyi +3 -21
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/cayman_islands.pyi +8 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/croatia.pyi +1 -17
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/cyprus.pyi +0 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/czech_republic.pyi +1 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/denmark.pyi +2 -15
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/estonia.pyi +1 -13
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/european_central_bank.pyi +1 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/finland.pyi +4 -18
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/france.pyi +2 -15
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/georgia.pyi +1 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/germany.pyi +21 -69
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/greece.pyi +1 -19
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/guernsey.pyi +5 -10
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/hungary.pyi +1 -17
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/iceland.pyi +3 -15
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/ireland.pyi +3 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/italy.pyi +1 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/latvia.pyi +3 -13
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/lithuania.pyi +3 -16
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/luxembourg.pyi +1 -13
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/malta.pyi +1 -11
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/monaco.pyi +1 -13
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/netherlands.pyi +24 -29
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/norway.pyi +1 -15
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/poland.pyi +1 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/portugal.pyi +1 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/romania.pyi +3 -17
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/russia.pyi +3 -11
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/__init__.pyi +30 -101
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi +5 -3
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/autumn_holiday.pyi +5 -4
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/fair_holiday.pyi +8 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/spring_holiday.pyi +6 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/victoria_day.pyi +4 -3
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/serbia.pyi +1 -10
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/slovakia.pyi +1 -13
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/slovenia.pyi +1 -12
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/spain.pyi +18 -84
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/sweden.pyi +4 -18
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/switzerland.pyi +30 -178
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/turkey.pyi +2 -12
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/ukraine.pyi +0 -11
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/united_kingdom.pyi +7 -15
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/australia.pyi +22 -67
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/marshall_islands.pyi +1 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/new_zealand.pyi +3 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/precomputed_astronomy.pyi +8 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/registry.pyi +12 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/registry_tools.pyi +6 -1
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/skyfield_astronomy.pyi +9 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/alabama.pyi +5 -15
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/alaska.pyi +1 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/american_samoa.pyi +2 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/arizona.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/arkansas.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/california.pyi +5 -24
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/connecticut.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/core.pyi +21 -28
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/delaware.pyi +1 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/district_columbia.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/florida.pyi +13 -32
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/georgia.pyi +3 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/guam.pyi +1 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/hawaii.pyi +2 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/idaho.pyi +1 -4
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/illinois.pyi +3 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/indiana.pyi +3 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/iowa.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/kansas.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/kentucky.pyi +1 -10
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/louisiana.pyi +1 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/maine.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/maryland.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/massachusetts.pyi +2 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/michigan.pyi +1 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/minnesota.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/mississippi.pyi +1 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/missouri.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/montana.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/nebraska.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/nevada.pyi +1 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/new_hampshire.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/new_jersey.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/new_mexico.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/new_york.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/north_carolina.pyi +2 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/north_dakota.pyi +1 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/oklahoma.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/oregon.pyi +1 -4
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/pennsylvania.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/rhode_island.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/south_carolina.pyi +1 -9
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/south_dakota.pyi +1 -4
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/tennessee.pyi +1 -6
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/texas.pyi +1 -14
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/utah.pyi +1 -4
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/vermont.pyi +1 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/virginia.pyi +0 -5
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/washington.pyi +1 -4
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/west_virginia.pyi +0 -7
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/wisconsin.pyi +1 -8
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/wyoming.pyi +1 -4
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/formula.pyi +3 -3
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/sheet.pyi +13 -0
- package/dist/typeshed-fallback/stubs/xmltodict/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/xmltodict/xmltodict.pyi +106 -22
- package/dist/typeshed-fallback/stubs/yt-dlp/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/YoutubeDL.pyi +1 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/__init__.pyi +3 -11
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/compat/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/cookies.pyi +13 -13
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/__init__.pyi +1 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/common.pyi +0 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/external.pyi +0 -2
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/downloader/ism.pyi +16 -16
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/extractor/common.pyi +114 -108
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/minicurses.pyi +4 -4
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/networking/common.pyi +2 -2
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/networking/impersonate.pyi +1 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/plugins.pyi +3 -3
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/socks.pyi +7 -7
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/__init__.pyi +7 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_deprecated.pyi +13 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_utils.pyi +33 -31
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/version.pyi +8 -6
- package/package.json +1 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/error_reporting.pyi +0 -41
- package/dist/typeshed-fallback/stubs/docutils/docutils/utils/roman.pyi +0 -23
- package/dist/typeshed-fallback/stubs/httplib2/httplib2/socks.pyi +0 -53
|
@@ -2,6 +2,7 @@ from _typeshed import ReadableBuffer
|
|
|
2
2
|
from codecs import _ReadableStream, _WritableStream
|
|
3
3
|
from collections.abc import Iterable
|
|
4
4
|
from typing import final, type_check_only
|
|
5
|
+
from typing_extensions import disjoint_base
|
|
5
6
|
|
|
6
7
|
# This class is not exposed. It calls itself _multibytecodec.MultibyteCodec.
|
|
7
8
|
@final
|
|
@@ -10,6 +11,7 @@ class _MultibyteCodec:
|
|
|
10
11
|
def decode(self, input: ReadableBuffer, errors: str | None = None) -> str: ...
|
|
11
12
|
def encode(self, input: str, errors: str | None = None) -> bytes: ...
|
|
12
13
|
|
|
14
|
+
@disjoint_base
|
|
13
15
|
class MultibyteIncrementalDecoder:
|
|
14
16
|
errors: str
|
|
15
17
|
def __init__(self, errors: str = "strict") -> None: ...
|
|
@@ -18,6 +20,7 @@ class MultibyteIncrementalDecoder:
|
|
|
18
20
|
def reset(self) -> None: ...
|
|
19
21
|
def setstate(self, state: tuple[bytes, int], /) -> None: ...
|
|
20
22
|
|
|
23
|
+
@disjoint_base
|
|
21
24
|
class MultibyteIncrementalEncoder:
|
|
22
25
|
errors: str
|
|
23
26
|
def __init__(self, errors: str = "strict") -> None: ...
|
|
@@ -26,6 +29,7 @@ class MultibyteIncrementalEncoder:
|
|
|
26
29
|
def reset(self) -> None: ...
|
|
27
30
|
def setstate(self, state: int, /) -> None: ...
|
|
28
31
|
|
|
32
|
+
@disjoint_base
|
|
29
33
|
class MultibyteStreamReader:
|
|
30
34
|
errors: str
|
|
31
35
|
stream: _ReadableStream
|
|
@@ -35,6 +39,7 @@ class MultibyteStreamReader:
|
|
|
35
39
|
def readlines(self, sizehintobj: int | None = None, /) -> list[str]: ...
|
|
36
40
|
def reset(self) -> None: ...
|
|
37
41
|
|
|
42
|
+
@disjoint_base
|
|
38
43
|
class MultibyteStreamWriter:
|
|
39
44
|
errors: str
|
|
40
45
|
stream: _WritableStream
|
|
@@ -4,7 +4,7 @@ from _typeshed import ReadableBuffer, SupportsWrite
|
|
|
4
4
|
from collections.abc import Callable, Iterable, Iterator, Mapping
|
|
5
5
|
from pickle import PickleBuffer as PickleBuffer
|
|
6
6
|
from typing import Any, Protocol, type_check_only
|
|
7
|
-
from typing_extensions import TypeAlias
|
|
7
|
+
from typing_extensions import TypeAlias, disjoint_base
|
|
8
8
|
|
|
9
9
|
@type_check_only
|
|
10
10
|
class _ReadableFileobj(Protocol):
|
|
@@ -152,6 +152,7 @@ class PicklerMemoProxy:
|
|
|
152
152
|
def clear(self, /) -> None: ...
|
|
153
153
|
def copy(self, /) -> dict[int, tuple[int, Any]]: ...
|
|
154
154
|
|
|
155
|
+
@disjoint_base
|
|
155
156
|
class Pickler:
|
|
156
157
|
"""
|
|
157
158
|
This takes a binary file for writing a pickle data stream.
|
|
@@ -222,6 +223,7 @@ class UnpicklerMemoProxy:
|
|
|
222
223
|
def clear(self, /) -> None: ...
|
|
223
224
|
def copy(self, /) -> dict[int, tuple[int, Any]]: ...
|
|
224
225
|
|
|
226
|
+
@disjoint_base
|
|
225
227
|
class Unpickler:
|
|
226
228
|
"""
|
|
227
229
|
This takes a binary file for reading a pickle data stream.
|
|
@@ -5,6 +5,7 @@ This module is an implementation detail, please do not use it directly.
|
|
|
5
5
|
|
|
6
6
|
from types import GenericAlias
|
|
7
7
|
from typing import Any, Generic, TypeVar
|
|
8
|
+
from typing_extensions import disjoint_base
|
|
8
9
|
|
|
9
10
|
_T = TypeVar("_T")
|
|
10
11
|
|
|
@@ -12,6 +13,7 @@ class Empty(Exception):
|
|
|
12
13
|
"""Exception raised by Queue.get(block=0)/get_nowait()."""
|
|
13
14
|
...
|
|
14
15
|
|
|
16
|
+
@disjoint_base
|
|
15
17
|
class SimpleQueue(Generic[_T]):
|
|
16
18
|
"""Simple, unbounded, reentrant FIFO queue."""
|
|
17
19
|
def __init__(self) -> None: ...
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
"""Module implements the Mersenne Twister random number generator."""
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
import sys
|
|
4
|
+
from typing_extensions import Self, TypeAlias, disjoint_base
|
|
4
5
|
|
|
5
6
|
# Actually Tuple[(int,) * 625]
|
|
6
7
|
_State: TypeAlias = tuple[int, ...]
|
|
7
8
|
|
|
9
|
+
@disjoint_base
|
|
8
10
|
class Random:
|
|
9
11
|
"""Random() -> create a random number generator with its own internal state."""
|
|
10
|
-
|
|
12
|
+
if sys.version_info >= (3, 10):
|
|
13
|
+
def __init__(self, seed: object = ..., /) -> None: ...
|
|
14
|
+
else:
|
|
15
|
+
def __new__(self, seed: object = ..., /) -> Self: ...
|
|
16
|
+
|
|
11
17
|
def seed(self, n: object = None, /) -> None:
|
|
12
18
|
"""
|
|
13
19
|
seed([n]) -> None.
|
|
@@ -9,7 +9,7 @@ from _typeshed import ReadableBuffer, WriteableBuffer
|
|
|
9
9
|
from collections.abc import Iterable
|
|
10
10
|
from socket import error as error, gaierror as gaierror, herror as herror, timeout as timeout
|
|
11
11
|
from typing import Any, Final, SupportsIndex, overload
|
|
12
|
-
from typing_extensions import CapsuleType, TypeAlias
|
|
12
|
+
from typing_extensions import CapsuleType, TypeAlias, disjoint_base
|
|
13
13
|
|
|
14
14
|
_CMSG: TypeAlias = tuple[int, int, bytes]
|
|
15
15
|
_CMSGArg: TypeAlias = tuple[int, int, ReadableBuffer]
|
|
@@ -737,6 +737,7 @@ if sys.platform != "win32" and sys.platform != "darwin":
|
|
|
737
737
|
|
|
738
738
|
# ===== Classes =====
|
|
739
739
|
|
|
740
|
+
@disjoint_base
|
|
740
741
|
class socket:
|
|
741
742
|
"""
|
|
742
743
|
socket(family=AF_INET, type=SOCK_STREAM, proto=0) -> socket object
|
|
@@ -18,7 +18,7 @@ from ssl import (
|
|
|
18
18
|
SSLZeroReturnError as SSLZeroReturnError,
|
|
19
19
|
)
|
|
20
20
|
from typing import Any, ClassVar, Final, Literal, TypedDict, final, overload, type_check_only
|
|
21
|
-
from typing_extensions import NotRequired, Self, TypeAlias, deprecated
|
|
21
|
+
from typing_extensions import NotRequired, Self, TypeAlias, deprecated, disjoint_base
|
|
22
22
|
|
|
23
23
|
_PasswordType: TypeAlias = Callable[[], str | bytes | bytearray] | str | bytes | bytearray
|
|
24
24
|
_PCTRTT: TypeAlias = tuple[tuple[str, str], ...]
|
|
@@ -103,7 +103,7 @@ def txt2obj(txt: str, name: bool = False) -> tuple[int, str, str, str]:
|
|
|
103
103
|
def nid2obj(nid: int, /) -> tuple[int, str, str, str]:
|
|
104
104
|
"""Lookup NID, short name, long name and OID of an ASN1_OBJECT by NID."""
|
|
105
105
|
...
|
|
106
|
-
|
|
106
|
+
@disjoint_base
|
|
107
107
|
class _SSLContext:
|
|
108
108
|
check_hostname: bool
|
|
109
109
|
keylog_filename: str | None
|
|
@@ -32,6 +32,7 @@ The variable struct.error is an exception raised on errors.
|
|
|
32
32
|
from _typeshed import ReadableBuffer, WriteableBuffer
|
|
33
33
|
from collections.abc import Iterator
|
|
34
34
|
from typing import Any
|
|
35
|
+
from typing_extensions import disjoint_base
|
|
35
36
|
|
|
36
37
|
def pack(fmt: str | bytes, /, *v: Any) -> bytes:
|
|
37
38
|
"""
|
|
@@ -82,7 +83,7 @@ def iter_unpack(format: str | bytes, buffer: ReadableBuffer, /) -> Iterator[tupl
|
|
|
82
83
|
def calcsize(format: str | bytes, /) -> int:
|
|
83
84
|
"""Return size in bytes of the struct described by the format string."""
|
|
84
85
|
...
|
|
85
|
-
|
|
86
|
+
@disjoint_base
|
|
86
87
|
class Struct:
|
|
87
88
|
"""Struct(fmt) --> compiled struct object"""
|
|
88
89
|
@property
|
|
@@ -10,7 +10,7 @@ from collections.abc import Callable
|
|
|
10
10
|
from threading import Thread
|
|
11
11
|
from types import TracebackType
|
|
12
12
|
from typing import Any, Final, NoReturn, final, overload
|
|
13
|
-
from typing_extensions import TypeVarTuple, Unpack
|
|
13
|
+
from typing_extensions import TypeVarTuple, Unpack, disjoint_base
|
|
14
14
|
|
|
15
15
|
_Ts = TypeVarTuple("_Ts")
|
|
16
16
|
|
|
@@ -257,7 +257,7 @@ def stack_size(size: int = 0, /) -> int:
|
|
|
257
257
|
"""
|
|
258
258
|
...
|
|
259
259
|
|
|
260
|
-
TIMEOUT_MAX: float
|
|
260
|
+
TIMEOUT_MAX: Final[float]
|
|
261
261
|
|
|
262
262
|
def get_native_id() -> int:
|
|
263
263
|
"""
|
|
@@ -306,6 +306,7 @@ if sys.version_info >= (3, 12):
|
|
|
306
306
|
if sys.version_info >= (3, 14):
|
|
307
307
|
def set_name(name: str) -> None: ...
|
|
308
308
|
|
|
309
|
+
@disjoint_base
|
|
309
310
|
class _local:
|
|
310
311
|
"""Thread-local data"""
|
|
311
312
|
def __getattribute__(self, name: str, /) -> Any:
|
|
@@ -7,6 +7,7 @@ __all__ = ["local"]
|
|
|
7
7
|
_LocalDict: TypeAlias = dict[Any, Any]
|
|
8
8
|
|
|
9
9
|
class _localimpl:
|
|
10
|
+
__slots__ = ("key", "dicts", "localargs", "locallock", "__weakref__")
|
|
10
11
|
key: str
|
|
11
12
|
dicts: dict[int, tuple[ReferenceType[Any], _LocalDict]]
|
|
12
13
|
# Keep localargs in sync with the *args, **kwargs annotation on local.__new__
|
|
@@ -16,6 +17,7 @@ class _localimpl:
|
|
|
16
17
|
def create_dict(self) -> _LocalDict: ...
|
|
17
18
|
|
|
18
19
|
class local:
|
|
20
|
+
__slots__ = ("_local__impl", "__dict__")
|
|
19
21
|
def __new__(cls, /, *args: Any, **kw: Any) -> Self: ...
|
|
20
22
|
def __getattribute__(self, name: str) -> Any: ...
|
|
21
23
|
def __setattr__(self, name: str, value: Any) -> None: ...
|
|
@@ -70,34 +70,34 @@ _TkinterTraceFunc: TypeAlias = Callable[[tuple[str, ...]], object]
|
|
|
70
70
|
@final
|
|
71
71
|
class TkappType:
|
|
72
72
|
# Please keep in sync with tkinter.Tk
|
|
73
|
-
def adderrorinfo(self, msg, /): ...
|
|
73
|
+
def adderrorinfo(self, msg: str, /): ...
|
|
74
74
|
def call(self, command: Any, /, *args: Any) -> Any: ...
|
|
75
|
-
def createcommand(self, name, func, /): ...
|
|
75
|
+
def createcommand(self, name: str, func, /): ...
|
|
76
76
|
if sys.platform != "win32":
|
|
77
|
-
def createfilehandler(self, file, mask, func, /): ...
|
|
78
|
-
def deletefilehandler(self, file, /): ...
|
|
77
|
+
def createfilehandler(self, file, mask: int, func, /): ...
|
|
78
|
+
def deletefilehandler(self, file, /) -> None: ...
|
|
79
79
|
|
|
80
|
-
def createtimerhandler(self, milliseconds, func, /): ...
|
|
81
|
-
def deletecommand(self, name, /): ...
|
|
80
|
+
def createtimerhandler(self, milliseconds: int, func, /): ...
|
|
81
|
+
def deletecommand(self, name: str, /): ...
|
|
82
82
|
def dooneevent(self, flags: int = 0, /): ...
|
|
83
83
|
def eval(self, script: str, /) -> str: ...
|
|
84
|
-
def evalfile(self, fileName, /): ...
|
|
85
|
-
def exprboolean(self, s, /): ...
|
|
86
|
-
def exprdouble(self, s, /): ...
|
|
87
|
-
def exprlong(self, s, /): ...
|
|
88
|
-
def exprstring(self, s, /): ...
|
|
89
|
-
def getboolean(self, arg, /): ...
|
|
90
|
-
def getdouble(self, arg, /): ...
|
|
91
|
-
def getint(self, arg, /): ...
|
|
84
|
+
def evalfile(self, fileName: str, /): ...
|
|
85
|
+
def exprboolean(self, s: str, /): ...
|
|
86
|
+
def exprdouble(self, s: str, /): ...
|
|
87
|
+
def exprlong(self, s: str, /): ...
|
|
88
|
+
def exprstring(self, s: str, /): ...
|
|
89
|
+
def getboolean(self, arg, /) -> bool: ...
|
|
90
|
+
def getdouble(self, arg, /) -> float: ...
|
|
91
|
+
def getint(self, arg, /) -> int: ...
|
|
92
92
|
def getvar(self, *args, **kwargs): ...
|
|
93
93
|
def globalgetvar(self, *args, **kwargs): ...
|
|
94
94
|
def globalsetvar(self, *args, **kwargs): ...
|
|
95
95
|
def globalunsetvar(self, *args, **kwargs): ...
|
|
96
96
|
def interpaddr(self) -> int: ...
|
|
97
97
|
def loadtk(self) -> None: ...
|
|
98
|
-
def mainloop(self, threshold: int = 0, /): ...
|
|
99
|
-
def quit(self): ...
|
|
100
|
-
def record(self, script, /): ...
|
|
98
|
+
def mainloop(self, threshold: int = 0, /) -> None: ...
|
|
99
|
+
def quit(self) -> None: ...
|
|
100
|
+
def record(self, script: str, /): ...
|
|
101
101
|
def setvar(self, *ags, **kwargs): ...
|
|
102
102
|
if sys.version_info < (3, 11):
|
|
103
103
|
@deprecated("Deprecated since Python 3.9; removed in Python 3.11. Use `splitlist()` instead.")
|
|
@@ -106,7 +106,7 @@ class TkappType:
|
|
|
106
106
|
def splitlist(self, arg, /): ...
|
|
107
107
|
def unsetvar(self, *args, **kwargs): ...
|
|
108
108
|
def wantobjects(self, *args, **kwargs): ...
|
|
109
|
-
def willdispatch(self): ...
|
|
109
|
+
def willdispatch(self) -> None: ...
|
|
110
110
|
if sys.version_info >= (3, 12):
|
|
111
111
|
def gettrace(self, /) -> _TkinterTraceFunc | None:
|
|
112
112
|
"""Get the tracing function."""
|
|
@@ -169,10 +169,10 @@ else:
|
|
|
169
169
|
/,
|
|
170
170
|
): ...
|
|
171
171
|
|
|
172
|
-
def getbusywaitinterval():
|
|
172
|
+
def getbusywaitinterval() -> int:
|
|
173
173
|
"""Return the current busy-wait interval between successive calls to Tcl_DoOneEvent in a threaded Python interpreter."""
|
|
174
174
|
...
|
|
175
|
-
def setbusywaitinterval(new_val, /):
|
|
175
|
+
def setbusywaitinterval(new_val: int, /) -> None:
|
|
176
176
|
"""
|
|
177
177
|
Set the busy-wait interval in milliseconds between successive calls to Tcl_DoOneEvent in a threaded Python interpreter.
|
|
178
178
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# See the README.md file in this directory for more information.
|
|
4
4
|
|
|
5
5
|
import sys
|
|
6
|
-
from collections.abc import Awaitable, Callable, Iterable, Sequence, Set as AbstractSet, Sized
|
|
6
|
+
from collections.abc import Awaitable, Callable, Iterable, Iterator, Sequence, Set as AbstractSet, Sized
|
|
7
7
|
from dataclasses import Field
|
|
8
8
|
from os import PathLike
|
|
9
9
|
from types import FrameType, TracebackType
|
|
@@ -54,7 +54,8 @@ Unused: TypeAlias = object # stable
|
|
|
54
54
|
|
|
55
55
|
# Marker for return types that include None, but where forcing the user to
|
|
56
56
|
# check for None can be detrimental. Sometimes called "the Any trick". See
|
|
57
|
-
#
|
|
57
|
+
# https://typing.python.org/en/latest/guides/writing_stubs.html#the-any-trick
|
|
58
|
+
# for more information.
|
|
58
59
|
MaybeNone: TypeAlias = Any # stable
|
|
59
60
|
|
|
60
61
|
# Used to mark arguments that default to a sentinel value. This prevents
|
|
@@ -275,6 +276,16 @@ class SupportsWrite(Protocol[_T_contra]):
|
|
|
275
276
|
class SupportsFlush(Protocol):
|
|
276
277
|
def flush(self) -> object: ...
|
|
277
278
|
|
|
279
|
+
# Suitable for dictionary view objects
|
|
280
|
+
class Viewable(Protocol[_T_co]):
|
|
281
|
+
def __len__(self) -> int: ...
|
|
282
|
+
def __iter__(self) -> Iterator[_T_co]: ...
|
|
283
|
+
|
|
284
|
+
class SupportsGetItemViewable(Protocol[_KT, _VT_co]):
|
|
285
|
+
def __len__(self) -> int: ...
|
|
286
|
+
def __iter__(self) -> Iterator[_KT]: ...
|
|
287
|
+
def __getitem__(self, key: _KT, /) -> _VT_co: ...
|
|
288
|
+
|
|
278
289
|
# Unfortunately PEP 688 does not allow us to distinguish read-only
|
|
279
290
|
# from writable buffers. We use these aliases for readability for now.
|
|
280
291
|
# Perhaps a future extension of the buffer protocol will allow us to
|
|
@@ -77,9 +77,9 @@ def warn_explicit(
|
|
|
77
77
|
filename: str,
|
|
78
78
|
lineno: int,
|
|
79
79
|
module: str | None = ...,
|
|
80
|
-
registry: dict[str | tuple[str, type[Warning], int], int] | None =
|
|
81
|
-
module_globals: dict[str, Any] | None =
|
|
82
|
-
source: Any | None =
|
|
80
|
+
registry: dict[str | tuple[str, type[Warning], int], int] | None = None,
|
|
81
|
+
module_globals: dict[str, Any] | None = None,
|
|
82
|
+
source: Any | None = None,
|
|
83
83
|
) -> None:
|
|
84
84
|
"""Issue a warning, or maybe ignore it or raise an exception."""
|
|
85
85
|
...
|
|
@@ -89,10 +89,10 @@ def warn_explicit(
|
|
|
89
89
|
category: Any,
|
|
90
90
|
filename: str,
|
|
91
91
|
lineno: int,
|
|
92
|
-
module: str | None =
|
|
93
|
-
registry: dict[str | tuple[str, type[Warning], int], int] | None =
|
|
94
|
-
module_globals: dict[str, Any] | None =
|
|
95
|
-
source: Any | None =
|
|
92
|
+
module: str | None = None,
|
|
93
|
+
registry: dict[str | tuple[str, type[Warning], int], int] | None = None,
|
|
94
|
+
module_globals: dict[str, Any] | None = None,
|
|
95
|
+
source: Any | None = None,
|
|
96
96
|
) -> None:
|
|
97
97
|
"""Issue a warning, or maybe ignore it or raise an exception."""
|
|
98
98
|
...
|
|
@@ -128,21 +128,21 @@ if sys.platform == "win32":
|
|
|
128
128
|
WAIT_TIMEOUT: Final = 258
|
|
129
129
|
|
|
130
130
|
if sys.version_info >= (3, 10):
|
|
131
|
-
LOCALE_NAME_INVARIANT: str
|
|
132
|
-
LOCALE_NAME_MAX_LENGTH: int
|
|
133
|
-
LOCALE_NAME_SYSTEM_DEFAULT: str
|
|
134
|
-
LOCALE_NAME_USER_DEFAULT: str | None
|
|
131
|
+
LOCALE_NAME_INVARIANT: Final[str]
|
|
132
|
+
LOCALE_NAME_MAX_LENGTH: Final[int]
|
|
133
|
+
LOCALE_NAME_SYSTEM_DEFAULT: Final[str]
|
|
134
|
+
LOCALE_NAME_USER_DEFAULT: Final[str | None]
|
|
135
135
|
|
|
136
|
-
LCMAP_FULLWIDTH: int
|
|
137
|
-
LCMAP_HALFWIDTH: int
|
|
138
|
-
LCMAP_HIRAGANA: int
|
|
139
|
-
LCMAP_KATAKANA: int
|
|
140
|
-
LCMAP_LINGUISTIC_CASING: int
|
|
141
|
-
LCMAP_LOWERCASE: int
|
|
142
|
-
LCMAP_SIMPLIFIED_CHINESE: int
|
|
143
|
-
LCMAP_TITLECASE: int
|
|
144
|
-
LCMAP_TRADITIONAL_CHINESE: int
|
|
145
|
-
LCMAP_UPPERCASE: int
|
|
136
|
+
LCMAP_FULLWIDTH: Final[int]
|
|
137
|
+
LCMAP_HALFWIDTH: Final[int]
|
|
138
|
+
LCMAP_HIRAGANA: Final[int]
|
|
139
|
+
LCMAP_KATAKANA: Final[int]
|
|
140
|
+
LCMAP_LINGUISTIC_CASING: Final[int]
|
|
141
|
+
LCMAP_LOWERCASE: Final[int]
|
|
142
|
+
LCMAP_SIMPLIFIED_CHINESE: Final[int]
|
|
143
|
+
LCMAP_TITLECASE: Final[int]
|
|
144
|
+
LCMAP_TRADITIONAL_CHINESE: Final[int]
|
|
145
|
+
LCMAP_UPPERCASE: Final[int]
|
|
146
146
|
|
|
147
147
|
if sys.version_info >= (3, 12):
|
|
148
148
|
COPYFILE2_CALLBACK_CHUNK_STARTED: Final = 1
|
|
@@ -45,9 +45,9 @@ class ZstdCompressor:
|
|
|
45
45
|
CONTINUE: Final = 0
|
|
46
46
|
FLUSH_BLOCK: Final = 1
|
|
47
47
|
FLUSH_FRAME: Final = 2
|
|
48
|
-
def
|
|
49
|
-
|
|
50
|
-
) ->
|
|
48
|
+
def __new__(
|
|
49
|
+
cls, level: int | None = None, options: Mapping[int, int] | None = None, zstd_dict: ZstdDict | None = None
|
|
50
|
+
) -> Self: ...
|
|
51
51
|
def compress(
|
|
52
52
|
self, /, data: ReadableBuffer, mode: _ZstdCompressorContinue | _ZstdCompressorFlushBlock | _ZstdCompressorFlushFrame = 0
|
|
53
53
|
) -> bytes: ...
|
|
@@ -58,7 +58,7 @@ class ZstdCompressor:
|
|
|
58
58
|
|
|
59
59
|
@final
|
|
60
60
|
class ZstdDecompressor:
|
|
61
|
-
def
|
|
61
|
+
def __new__(cls, zstd_dict: ZstdDict | None = None, options: Mapping[int, int] | None = None) -> Self: ...
|
|
62
62
|
def decompress(self, /, data: ReadableBuffer, max_length: int = -1) -> bytes: ...
|
|
63
63
|
@property
|
|
64
64
|
def eof(self) -> bool: ...
|
|
@@ -69,7 +69,7 @@ class ZstdDecompressor:
|
|
|
69
69
|
|
|
70
70
|
@final
|
|
71
71
|
class ZstdDict:
|
|
72
|
-
def
|
|
72
|
+
def __new__(cls, dict_content: bytes, /, *, is_raw: bool = False) -> Self: ...
|
|
73
73
|
def __len__(self, /) -> int: ...
|
|
74
74
|
@property
|
|
75
75
|
def as_digested_dict(self) -> tuple[Self, int]: ...
|
|
@@ -28,17 +28,17 @@ class ABCMeta(type):
|
|
|
28
28
|
def register(cls: ABCMeta, subclass: type[_T]) -> type[_T]: ...
|
|
29
29
|
|
|
30
30
|
def abstractmethod(funcobj: _FuncT) -> _FuncT: ...
|
|
31
|
-
@deprecated("Use
|
|
31
|
+
@deprecated("Deprecated since Python 3.3. Use `@classmethod` stacked on top of `@abstractmethod` instead.")
|
|
32
32
|
class abstractclassmethod(classmethod[_T, _P, _R_co]):
|
|
33
33
|
__isabstractmethod__: Literal[True]
|
|
34
34
|
def __init__(self, callable: Callable[Concatenate[type[_T], _P], _R_co]) -> None: ...
|
|
35
35
|
|
|
36
|
-
@deprecated("Use
|
|
36
|
+
@deprecated("Deprecated since Python 3.3. Use `@staticmethod` stacked on top of `@abstractmethod` instead.")
|
|
37
37
|
class abstractstaticmethod(staticmethod[_P, _R_co]):
|
|
38
38
|
__isabstractmethod__: Literal[True]
|
|
39
39
|
def __init__(self, callable: Callable[_P, _R_co]) -> None: ...
|
|
40
40
|
|
|
41
|
-
@deprecated("Use
|
|
41
|
+
@deprecated("Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead.")
|
|
42
42
|
class abstractproperty(property):
|
|
43
43
|
__isabstractmethod__: Literal[True]
|
|
44
44
|
|
|
@@ -28,6 +28,20 @@ if sys.version_info >= (3, 14):
|
|
|
28
28
|
|
|
29
29
|
@final
|
|
30
30
|
class ForwardRef:
|
|
31
|
+
__slots__ = (
|
|
32
|
+
"__forward_is_argument__",
|
|
33
|
+
"__forward_is_class__",
|
|
34
|
+
"__forward_module__",
|
|
35
|
+
"__weakref__",
|
|
36
|
+
"__arg__",
|
|
37
|
+
"__globals__",
|
|
38
|
+
"__extra_names__",
|
|
39
|
+
"__code__",
|
|
40
|
+
"__ast_node__",
|
|
41
|
+
"__cell__",
|
|
42
|
+
"__owner__",
|
|
43
|
+
"__stringifier_dict__",
|
|
44
|
+
)
|
|
31
45
|
__forward_is_argument__: bool
|
|
32
46
|
__forward_is_class__: bool
|
|
33
47
|
__forward_module__: str | None
|
|
@@ -64,7 +78,7 @@ if sys.version_info >= (3, 14):
|
|
|
64
78
|
owner: object = None,
|
|
65
79
|
format: Format = Format.VALUE, # noqa: Y011
|
|
66
80
|
) -> AnnotationForm: ...
|
|
67
|
-
@deprecated("Use ForwardRef.evaluate() or typing.evaluate_forward_ref() instead.")
|
|
81
|
+
@deprecated("Use `ForwardRef.evaluate()` or `typing.evaluate_forward_ref()` instead.")
|
|
68
82
|
def _evaluate(
|
|
69
83
|
self,
|
|
70
84
|
globalns: dict[str, Any] | None,
|
|
@@ -154,7 +154,7 @@ class ArgumentParser(_AttributeHolder, _ActionsContainer):
|
|
|
154
154
|
exit_on_error: bool = True,
|
|
155
155
|
*,
|
|
156
156
|
suggest_on_error: bool = False,
|
|
157
|
-
color: bool =
|
|
157
|
+
color: bool = True,
|
|
158
158
|
) -> None: ...
|
|
159
159
|
else:
|
|
160
160
|
def __init__(
|
|
@@ -470,7 +470,7 @@ class Namespace(_AttributeHolder):
|
|
|
470
470
|
__hash__: ClassVar[None] # type: ignore[assignment]
|
|
471
471
|
|
|
472
472
|
if sys.version_info >= (3, 14):
|
|
473
|
-
@deprecated("Deprecated
|
|
473
|
+
@deprecated("Deprecated since Python 3.14. Open files after parsing arguments instead.")
|
|
474
474
|
class FileType:
|
|
475
475
|
# undocumented
|
|
476
476
|
_mode: str
|
|
@@ -10,7 +10,7 @@ from _typeshed import ReadableBuffer, SupportsRead, SupportsWrite
|
|
|
10
10
|
from collections.abc import Iterable, MutableSequence
|
|
11
11
|
from types import GenericAlias
|
|
12
12
|
from typing import Any, ClassVar, Literal, SupportsIndex, TypeVar, overload
|
|
13
|
-
from typing_extensions import Self, TypeAlias, deprecated
|
|
13
|
+
from typing_extensions import Self, TypeAlias, deprecated, disjoint_base
|
|
14
14
|
|
|
15
15
|
_IntTypeCode: TypeAlias = Literal["b", "B", "h", "H", "i", "I", "l", "L", "q", "Q"]
|
|
16
16
|
_FloatTypeCode: TypeAlias = Literal["f", "d"]
|
|
@@ -24,6 +24,7 @@ _T = TypeVar("_T", int, float, str)
|
|
|
24
24
|
|
|
25
25
|
typecodes: str
|
|
26
26
|
|
|
27
|
+
@disjoint_base
|
|
27
28
|
class array(MutableSequence[_T]):
|
|
28
29
|
"""
|
|
29
30
|
array(typecode [, initializer]) -> array
|
|
@@ -11,7 +11,7 @@ from _ast import (
|
|
|
11
11
|
from _typeshed import ReadableBuffer, Unused
|
|
12
12
|
from collections.abc import Iterable, Iterator, Sequence
|
|
13
13
|
from typing import Any, ClassVar, Generic, Literal, TypedDict, TypeVar as _TypeVar, overload, type_check_only
|
|
14
|
-
from typing_extensions import Self, Unpack, deprecated
|
|
14
|
+
from typing_extensions import Self, Unpack, deprecated, disjoint_base
|
|
15
15
|
|
|
16
16
|
if sys.version_info >= (3, 13):
|
|
17
17
|
from _ast import PyCF_OPTIMIZED_AST as PyCF_OPTIMIZED_AST
|
|
@@ -30,16 +30,24 @@ class _Attributes(TypedDict, Generic[_EndPositionT], total=False):
|
|
|
30
30
|
# The various AST classes are implemented in C, and imported from _ast at runtime,
|
|
31
31
|
# but they consider themselves to live in the ast module,
|
|
32
32
|
# so we'll define the stubs in this file.
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
if sys.version_info >= (3, 12):
|
|
34
|
+
@disjoint_base
|
|
35
|
+
class AST:
|
|
35
36
|
__match_args__ = ()
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
_attributes: ClassVar[tuple[str, ...]]
|
|
38
|
+
_fields: ClassVar[tuple[str, ...]]
|
|
39
|
+
if sys.version_info >= (3, 13):
|
|
40
|
+
_field_types: ClassVar[dict[str, Any]]
|
|
40
41
|
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
if sys.version_info >= (3, 14):
|
|
43
|
+
def __replace__(self) -> Self: ...
|
|
44
|
+
|
|
45
|
+
else:
|
|
46
|
+
class AST:
|
|
47
|
+
if sys.version_info >= (3, 10):
|
|
48
|
+
__match_args__ = ()
|
|
49
|
+
_attributes: ClassVar[tuple[str, ...]]
|
|
50
|
+
_fields: ClassVar[tuple[str, ...]]
|
|
43
51
|
|
|
44
52
|
class mod(AST): ...
|
|
45
53
|
|
|
@@ -1098,22 +1106,22 @@ class Constant(expr):
|
|
|
1098
1106
|
if sys.version_info < (3, 14):
|
|
1099
1107
|
# Aliases for value, for backwards compatibility
|
|
1100
1108
|
@property
|
|
1101
|
-
@deprecated("
|
|
1109
|
+
@deprecated("Removed in Python 3.14. Use `value` instead.")
|
|
1102
1110
|
def n(self) -> _ConstantValue:
|
|
1103
1111
|
"""Deprecated. Use value instead."""
|
|
1104
1112
|
...
|
|
1105
1113
|
@n.setter
|
|
1106
|
-
@deprecated("
|
|
1114
|
+
@deprecated("Removed in Python 3.14. Use `value` instead.")
|
|
1107
1115
|
def n(self, value: _ConstantValue) -> None:
|
|
1108
1116
|
"""Deprecated. Use value instead."""
|
|
1109
1117
|
...
|
|
1110
1118
|
@property
|
|
1111
|
-
@deprecated("
|
|
1119
|
+
@deprecated("Removed in Python 3.14. Use `value` instead.")
|
|
1112
1120
|
def s(self) -> _ConstantValue:
|
|
1113
1121
|
"""Deprecated. Use value instead."""
|
|
1114
1122
|
...
|
|
1115
1123
|
@s.setter
|
|
1116
|
-
@deprecated("
|
|
1124
|
+
@deprecated("Removed in Python 3.14. Use `value` instead.")
|
|
1117
1125
|
def s(self, value: _ConstantValue) -> None:
|
|
1118
1126
|
"""Deprecated. Use value instead."""
|
|
1119
1127
|
...
|
|
@@ -1214,7 +1222,7 @@ class Slice(expr):
|
|
|
1214
1222
|
self, *, lower: expr | None = ..., upper: expr | None = ..., step: expr | None = ..., **kwargs: Unpack[_Attributes]
|
|
1215
1223
|
) -> Self: ...
|
|
1216
1224
|
|
|
1217
|
-
@deprecated("Deprecated since Python 3.9. Use ast.Tuple instead.")
|
|
1225
|
+
@deprecated("Deprecated since Python 3.9. Use `ast.Tuple` instead.")
|
|
1218
1226
|
class ExtSlice(slice):
|
|
1219
1227
|
def __new__(cls, dims: Iterable[slice] = (), **kwargs: Unpack[_Attributes]) -> Tuple: ... # type: ignore[misc]
|
|
1220
1228
|
|
|
@@ -1719,23 +1727,23 @@ else:
|
|
|
1719
1727
|
def __init__(cls, *args: Unused) -> None: ...
|
|
1720
1728
|
|
|
1721
1729
|
if sys.version_info < (3, 14):
|
|
1722
|
-
@deprecated("
|
|
1730
|
+
@deprecated("Removed in Python 3.14. Use `ast.Constant` instead.")
|
|
1723
1731
|
class Num(Constant, metaclass=_ABC):
|
|
1724
1732
|
def __new__(cls, n: complex, **kwargs: Unpack[_Attributes]) -> Constant: ... # type: ignore[misc] # pyright: ignore[reportInconsistentConstructor]
|
|
1725
1733
|
|
|
1726
|
-
@deprecated("
|
|
1734
|
+
@deprecated("Removed in Python 3.14. Use `ast.Constant` instead.")
|
|
1727
1735
|
class Str(Constant, metaclass=_ABC):
|
|
1728
1736
|
def __new__(cls, s: str, **kwargs: Unpack[_Attributes]) -> Constant: ... # type: ignore[misc] # pyright: ignore[reportInconsistentConstructor]
|
|
1729
1737
|
|
|
1730
|
-
@deprecated("
|
|
1738
|
+
@deprecated("Removed in Python 3.14. Use `ast.Constant` instead.")
|
|
1731
1739
|
class Bytes(Constant, metaclass=_ABC):
|
|
1732
1740
|
def __new__(cls, s: bytes, **kwargs: Unpack[_Attributes]) -> Constant: ... # type: ignore[misc] # pyright: ignore[reportInconsistentConstructor]
|
|
1733
1741
|
|
|
1734
|
-
@deprecated("
|
|
1742
|
+
@deprecated("Removed in Python 3.14. Use `ast.Constant` instead.")
|
|
1735
1743
|
class NameConstant(Constant, metaclass=_ABC):
|
|
1736
1744
|
def __new__(cls, value: _ConstantValue, kind: str | None, **kwargs: Unpack[_Attributes]) -> Constant: ... # type: ignore[misc] # pyright: ignore[reportInconsistentConstructor]
|
|
1737
1745
|
|
|
1738
|
-
@deprecated("
|
|
1746
|
+
@deprecated("Removed in Python 3.14. Use `ast.Constant` instead.")
|
|
1739
1747
|
class Ellipsis(Constant, metaclass=_ABC):
|
|
1740
1748
|
def __new__(cls, **kwargs: Unpack[_Attributes]) -> Constant: ... # type: ignore[misc] # pyright: ignore[reportInconsistentConstructor]
|
|
1741
1749
|
|
|
@@ -2054,15 +2062,15 @@ class NodeVisitor:
|
|
|
2054
2062
|
def visit_Param(self, node: Param) -> Any: ...
|
|
2055
2063
|
|
|
2056
2064
|
if sys.version_info < (3, 14):
|
|
2057
|
-
@deprecated("
|
|
2065
|
+
@deprecated("Removed in Python 3.14. Use `visit_Constant` instead.")
|
|
2058
2066
|
def visit_Num(self, node: Num) -> Any: ... # type: ignore[deprecated]
|
|
2059
|
-
@deprecated("
|
|
2067
|
+
@deprecated("Removed in Python 3.14. Use `visit_Constant` instead.")
|
|
2060
2068
|
def visit_Str(self, node: Str) -> Any: ... # type: ignore[deprecated]
|
|
2061
|
-
@deprecated("
|
|
2069
|
+
@deprecated("Removed in Python 3.14. Use `visit_Constant` instead.")
|
|
2062
2070
|
def visit_Bytes(self, node: Bytes) -> Any: ... # type: ignore[deprecated]
|
|
2063
|
-
@deprecated("
|
|
2071
|
+
@deprecated("Removed in Python 3.14. Use `visit_Constant` instead.")
|
|
2064
2072
|
def visit_NameConstant(self, node: NameConstant) -> Any: ... # type: ignore[deprecated]
|
|
2065
|
-
@deprecated("
|
|
2073
|
+
@deprecated("Removed in Python 3.14. Use `visit_Constant` instead.")
|
|
2066
2074
|
def visit_Ellipsis(self, node: Ellipsis) -> Any: ... # type: ignore[deprecated]
|
|
2067
2075
|
|
|
2068
2076
|
class NodeTransformer(NodeVisitor):
|