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
|
@@ -4,6 +4,7 @@ from _typeshed import SupportsLenAndGetItem
|
|
|
4
4
|
from collections.abc import Callable, Iterable, MutableSequence, Sequence, Set as AbstractSet
|
|
5
5
|
from fractions import Fraction
|
|
6
6
|
from typing import Any, ClassVar, NoReturn, TypeVar
|
|
7
|
+
from typing_extensions import Self
|
|
7
8
|
|
|
8
9
|
__all__ = [
|
|
9
10
|
"Random",
|
|
@@ -44,6 +45,10 @@ class Random(_random.Random):
|
|
|
44
45
|
# Using other `seed` types is deprecated since 3.9 and removed in 3.11
|
|
45
46
|
# Ignore Y041, since random.seed doesn't treat int like a float subtype. Having an explicit
|
|
46
47
|
# int better documents conventional usage of random.seed.
|
|
48
|
+
if sys.version_info < (3, 10):
|
|
49
|
+
# this is a workaround for pyright correctly flagging an inconsistent inherited constructor, see #14624
|
|
50
|
+
def __new__(cls, x: int | float | str | bytes | bytearray | None = None) -> Self: ... # noqa: Y041
|
|
51
|
+
|
|
47
52
|
def seed(self, a: int | float | str | bytes | bytearray | None = None, version: int = 2) -> None: ... # type: ignore[override] # noqa: Y041
|
|
48
53
|
def getstate(self) -> tuple[Any, ...]: ...
|
|
49
54
|
def setstate(self, state: tuple[Any, ...]) -> None: ...
|
|
@@ -3,27 +3,28 @@ from _typeshed import structseq
|
|
|
3
3
|
from typing import Final, final
|
|
4
4
|
|
|
5
5
|
if sys.platform != "win32":
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
6
|
+
# Depends on resource.h
|
|
7
|
+
RLIMIT_AS: Final[int]
|
|
8
|
+
RLIMIT_CORE: Final[int]
|
|
9
|
+
RLIMIT_CPU: Final[int]
|
|
10
|
+
RLIMIT_DATA: Final[int]
|
|
11
|
+
RLIMIT_FSIZE: Final[int]
|
|
12
|
+
RLIMIT_MEMLOCK: Final[int]
|
|
13
|
+
RLIMIT_NOFILE: Final[int]
|
|
14
|
+
RLIMIT_NPROC: Final[int]
|
|
15
|
+
RLIMIT_RSS: Final[int]
|
|
16
|
+
RLIMIT_STACK: Final[int]
|
|
17
|
+
RLIM_INFINITY: Final[int]
|
|
18
|
+
RUSAGE_CHILDREN: Final[int]
|
|
19
|
+
RUSAGE_SELF: Final[int]
|
|
19
20
|
if sys.platform == "linux":
|
|
20
|
-
RLIMIT_MSGQUEUE: int
|
|
21
|
-
RLIMIT_NICE: int
|
|
22
|
-
RLIMIT_OFILE: int
|
|
23
|
-
RLIMIT_RTPRIO: int
|
|
24
|
-
RLIMIT_RTTIME: int
|
|
25
|
-
RLIMIT_SIGPENDING: int
|
|
26
|
-
RUSAGE_THREAD: int
|
|
21
|
+
RLIMIT_MSGQUEUE: Final[int]
|
|
22
|
+
RLIMIT_NICE: Final[int]
|
|
23
|
+
RLIMIT_OFILE: Final[int]
|
|
24
|
+
RLIMIT_RTPRIO: Final[int]
|
|
25
|
+
RLIMIT_RTTIME: Final[int]
|
|
26
|
+
RLIMIT_SIGPENDING: Final[int]
|
|
27
|
+
RUSAGE_THREAD: Final[int]
|
|
27
28
|
|
|
28
29
|
@final
|
|
29
30
|
class struct_rusage(
|
|
@@ -9,25 +9,25 @@ import sys
|
|
|
9
9
|
from _typeshed import FileDescriptorLike
|
|
10
10
|
from collections.abc import Iterable
|
|
11
11
|
from types import TracebackType
|
|
12
|
-
from typing import Any, ClassVar, final
|
|
12
|
+
from typing import Any, ClassVar, Final, final
|
|
13
13
|
from typing_extensions import Self
|
|
14
14
|
|
|
15
15
|
if sys.platform != "win32":
|
|
16
|
-
PIPE_BUF: int
|
|
17
|
-
POLLERR: int
|
|
18
|
-
POLLHUP: int
|
|
19
|
-
POLLIN: int
|
|
16
|
+
PIPE_BUF: Final[int]
|
|
17
|
+
POLLERR: Final[int]
|
|
18
|
+
POLLHUP: Final[int]
|
|
19
|
+
POLLIN: Final[int]
|
|
20
20
|
if sys.platform == "linux":
|
|
21
|
-
POLLMSG: int
|
|
22
|
-
POLLNVAL: int
|
|
23
|
-
POLLOUT: int
|
|
24
|
-
POLLPRI: int
|
|
25
|
-
POLLRDBAND: int
|
|
21
|
+
POLLMSG: Final[int]
|
|
22
|
+
POLLNVAL: Final[int]
|
|
23
|
+
POLLOUT: Final[int]
|
|
24
|
+
POLLPRI: Final[int]
|
|
25
|
+
POLLRDBAND: Final[int]
|
|
26
26
|
if sys.platform == "linux":
|
|
27
|
-
POLLRDHUP: int
|
|
28
|
-
POLLRDNORM: int
|
|
29
|
-
POLLWRBAND: int
|
|
30
|
-
POLLWRNORM: int
|
|
27
|
+
POLLRDHUP: Final[int]
|
|
28
|
+
POLLRDNORM: Final[int]
|
|
29
|
+
POLLWRBAND: Final[int]
|
|
30
|
+
POLLWRNORM: Final[int]
|
|
31
31
|
|
|
32
32
|
# This is actually a function that returns an instance of a class.
|
|
33
33
|
# The class is not accessible directly, and also calls itself select.poll.
|
|
@@ -163,50 +163,50 @@ if sys.platform != "linux" and sys.platform != "win32":
|
|
|
163
163
|
"""Create a kqueue object from a given control fd."""
|
|
164
164
|
...
|
|
165
165
|
|
|
166
|
-
KQ_EV_ADD: int
|
|
167
|
-
KQ_EV_CLEAR: int
|
|
168
|
-
KQ_EV_DELETE: int
|
|
169
|
-
KQ_EV_DISABLE: int
|
|
170
|
-
KQ_EV_ENABLE: int
|
|
171
|
-
KQ_EV_EOF: int
|
|
172
|
-
KQ_EV_ERROR: int
|
|
173
|
-
KQ_EV_FLAG1: int
|
|
174
|
-
KQ_EV_ONESHOT: int
|
|
175
|
-
KQ_EV_SYSFLAGS: int
|
|
176
|
-
KQ_FILTER_AIO: int
|
|
166
|
+
KQ_EV_ADD: Final[int]
|
|
167
|
+
KQ_EV_CLEAR: Final[int]
|
|
168
|
+
KQ_EV_DELETE: Final[int]
|
|
169
|
+
KQ_EV_DISABLE: Final[int]
|
|
170
|
+
KQ_EV_ENABLE: Final[int]
|
|
171
|
+
KQ_EV_EOF: Final[int]
|
|
172
|
+
KQ_EV_ERROR: Final[int]
|
|
173
|
+
KQ_EV_FLAG1: Final[int]
|
|
174
|
+
KQ_EV_ONESHOT: Final[int]
|
|
175
|
+
KQ_EV_SYSFLAGS: Final[int]
|
|
176
|
+
KQ_FILTER_AIO: Final[int]
|
|
177
177
|
if sys.platform != "darwin":
|
|
178
|
-
KQ_FILTER_NETDEV: int
|
|
179
|
-
KQ_FILTER_PROC: int
|
|
180
|
-
KQ_FILTER_READ: int
|
|
181
|
-
KQ_FILTER_SIGNAL: int
|
|
182
|
-
KQ_FILTER_TIMER: int
|
|
183
|
-
KQ_FILTER_VNODE: int
|
|
184
|
-
KQ_FILTER_WRITE: int
|
|
185
|
-
KQ_NOTE_ATTRIB: int
|
|
186
|
-
KQ_NOTE_CHILD: int
|
|
187
|
-
KQ_NOTE_DELETE: int
|
|
188
|
-
KQ_NOTE_EXEC: int
|
|
189
|
-
KQ_NOTE_EXIT: int
|
|
190
|
-
KQ_NOTE_EXTEND: int
|
|
191
|
-
KQ_NOTE_FORK: int
|
|
192
|
-
KQ_NOTE_LINK: int
|
|
178
|
+
KQ_FILTER_NETDEV: Final[int]
|
|
179
|
+
KQ_FILTER_PROC: Final[int]
|
|
180
|
+
KQ_FILTER_READ: Final[int]
|
|
181
|
+
KQ_FILTER_SIGNAL: Final[int]
|
|
182
|
+
KQ_FILTER_TIMER: Final[int]
|
|
183
|
+
KQ_FILTER_VNODE: Final[int]
|
|
184
|
+
KQ_FILTER_WRITE: Final[int]
|
|
185
|
+
KQ_NOTE_ATTRIB: Final[int]
|
|
186
|
+
KQ_NOTE_CHILD: Final[int]
|
|
187
|
+
KQ_NOTE_DELETE: Final[int]
|
|
188
|
+
KQ_NOTE_EXEC: Final[int]
|
|
189
|
+
KQ_NOTE_EXIT: Final[int]
|
|
190
|
+
KQ_NOTE_EXTEND: Final[int]
|
|
191
|
+
KQ_NOTE_FORK: Final[int]
|
|
192
|
+
KQ_NOTE_LINK: Final[int]
|
|
193
193
|
if sys.platform != "darwin":
|
|
194
|
-
KQ_NOTE_LINKDOWN: int
|
|
195
|
-
KQ_NOTE_LINKINV: int
|
|
196
|
-
KQ_NOTE_LINKUP: int
|
|
197
|
-
KQ_NOTE_LOWAT: int
|
|
198
|
-
KQ_NOTE_PCTRLMASK: int
|
|
199
|
-
KQ_NOTE_PDATAMASK: int
|
|
200
|
-
KQ_NOTE_RENAME: int
|
|
201
|
-
KQ_NOTE_REVOKE: int
|
|
202
|
-
KQ_NOTE_TRACK: int
|
|
203
|
-
KQ_NOTE_TRACKERR: int
|
|
204
|
-
KQ_NOTE_WRITE: int
|
|
194
|
+
KQ_NOTE_LINKDOWN: Final[int]
|
|
195
|
+
KQ_NOTE_LINKINV: Final[int]
|
|
196
|
+
KQ_NOTE_LINKUP: Final[int]
|
|
197
|
+
KQ_NOTE_LOWAT: Final[int]
|
|
198
|
+
KQ_NOTE_PCTRLMASK: Final[int]
|
|
199
|
+
KQ_NOTE_PDATAMASK: Final[int]
|
|
200
|
+
KQ_NOTE_RENAME: Final[int]
|
|
201
|
+
KQ_NOTE_REVOKE: Final[int]
|
|
202
|
+
KQ_NOTE_TRACK: Final[int]
|
|
203
|
+
KQ_NOTE_TRACKERR: Final[int]
|
|
204
|
+
KQ_NOTE_WRITE: Final[int]
|
|
205
205
|
|
|
206
206
|
if sys.platform == "linux":
|
|
207
207
|
@final
|
|
208
208
|
class epoll:
|
|
209
|
-
def
|
|
209
|
+
def __new__(self, sizehint: int = ..., flags: int = ...) -> Self: ...
|
|
210
210
|
def __enter__(self) -> Self: ...
|
|
211
211
|
def __exit__(
|
|
212
212
|
self,
|
|
@@ -225,23 +225,23 @@ if sys.platform == "linux":
|
|
|
225
225
|
@classmethod
|
|
226
226
|
def fromfd(cls, fd: FileDescriptorLike, /) -> epoll: ...
|
|
227
227
|
|
|
228
|
-
EPOLLERR: int
|
|
229
|
-
EPOLLEXCLUSIVE: int
|
|
230
|
-
EPOLLET: int
|
|
231
|
-
EPOLLHUP: int
|
|
232
|
-
EPOLLIN: int
|
|
233
|
-
EPOLLMSG: int
|
|
234
|
-
EPOLLONESHOT: int
|
|
235
|
-
EPOLLOUT: int
|
|
236
|
-
EPOLLPRI: int
|
|
237
|
-
EPOLLRDBAND: int
|
|
238
|
-
EPOLLRDHUP: int
|
|
239
|
-
EPOLLRDNORM: int
|
|
240
|
-
EPOLLWRBAND: int
|
|
241
|
-
EPOLLWRNORM: int
|
|
242
|
-
EPOLL_CLOEXEC: int
|
|
228
|
+
EPOLLERR: Final[int]
|
|
229
|
+
EPOLLEXCLUSIVE: Final[int]
|
|
230
|
+
EPOLLET: Final[int]
|
|
231
|
+
EPOLLHUP: Final[int]
|
|
232
|
+
EPOLLIN: Final[int]
|
|
233
|
+
EPOLLMSG: Final[int]
|
|
234
|
+
EPOLLONESHOT: Final[int]
|
|
235
|
+
EPOLLOUT: Final[int]
|
|
236
|
+
EPOLLPRI: Final[int]
|
|
237
|
+
EPOLLRDBAND: Final[int]
|
|
238
|
+
EPOLLRDHUP: Final[int]
|
|
239
|
+
EPOLLRDNORM: Final[int]
|
|
240
|
+
EPOLLWRBAND: Final[int]
|
|
241
|
+
EPOLLWRNORM: Final[int]
|
|
242
|
+
EPOLL_CLOEXEC: Final[int]
|
|
243
243
|
if sys.version_info >= (3, 14):
|
|
244
|
-
EPOLLWAKEUP: int
|
|
244
|
+
EPOLLWAKEUP: Final[int]
|
|
245
245
|
|
|
246
246
|
if sys.platform != "linux" and sys.platform != "darwin" and sys.platform != "win32":
|
|
247
247
|
# Solaris only
|
|
@@ -2,13 +2,13 @@ import sys
|
|
|
2
2
|
from _typeshed import FileDescriptor, FileDescriptorLike, Unused
|
|
3
3
|
from abc import ABCMeta, abstractmethod
|
|
4
4
|
from collections.abc import Mapping
|
|
5
|
-
from typing import Any, NamedTuple
|
|
5
|
+
from typing import Any, Final, NamedTuple
|
|
6
6
|
from typing_extensions import Self, TypeAlias
|
|
7
7
|
|
|
8
8
|
_EventMask: TypeAlias = int
|
|
9
9
|
|
|
10
|
-
EVENT_READ:
|
|
11
|
-
EVENT_WRITE:
|
|
10
|
+
EVENT_READ: Final = 1
|
|
11
|
+
EVENT_WRITE: Final = 2
|
|
12
12
|
|
|
13
13
|
class SelectorKey(NamedTuple):
|
|
14
14
|
fileobj: FileDescriptorLike
|
|
@@ -7,7 +7,7 @@ from re import Pattern
|
|
|
7
7
|
from socket import socket
|
|
8
8
|
from ssl import SSLContext
|
|
9
9
|
from types import TracebackType
|
|
10
|
-
from typing import Any, Protocol, overload, type_check_only
|
|
10
|
+
from typing import Any, Final, Protocol, overload, type_check_only
|
|
11
11
|
from typing_extensions import Self, TypeAlias
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
@@ -30,12 +30,12 @@ __all__ = [
|
|
|
30
30
|
_Reply: TypeAlias = tuple[int, bytes]
|
|
31
31
|
_SendErrs: TypeAlias = dict[str, _Reply]
|
|
32
32
|
|
|
33
|
-
SMTP_PORT:
|
|
34
|
-
SMTP_SSL_PORT:
|
|
35
|
-
CRLF: str
|
|
36
|
-
bCRLF: bytes
|
|
33
|
+
SMTP_PORT: Final = 25
|
|
34
|
+
SMTP_SSL_PORT: Final = 465
|
|
35
|
+
CRLF: Final[str]
|
|
36
|
+
bCRLF: Final[bytes]
|
|
37
37
|
|
|
38
|
-
OLDSTYLE_AUTH: Pattern[str]
|
|
38
|
+
OLDSTYLE_AUTH: Final[Pattern[str]]
|
|
39
39
|
|
|
40
40
|
class SMTPException(OSError): ...
|
|
41
41
|
class SMTPNotSupportedError(SMTPException): ...
|
|
@@ -182,7 +182,7 @@ class SMTP_SSL(SMTP):
|
|
|
182
182
|
context: SSLContext | None = None,
|
|
183
183
|
) -> None: ...
|
|
184
184
|
|
|
185
|
-
LMTP_PORT:
|
|
185
|
+
LMTP_PORT: Final = 2003
|
|
186
186
|
|
|
187
187
|
class LMTP(SMTP):
|
|
188
188
|
def __init__(
|
|
@@ -136,7 +136,7 @@ from _typeshed import ReadableBuffer, Unused, WriteableBuffer
|
|
|
136
136
|
from collections.abc import Iterable
|
|
137
137
|
from enum import IntEnum, IntFlag
|
|
138
138
|
from io import BufferedReader, BufferedRWPair, BufferedWriter, IOBase, RawIOBase, TextIOWrapper
|
|
139
|
-
from typing import Any, Literal, Protocol, SupportsIndex, overload, type_check_only
|
|
139
|
+
from typing import Any, Final, Literal, Protocol, SupportsIndex, overload, type_check_only
|
|
140
140
|
from typing_extensions import Self
|
|
141
141
|
|
|
142
142
|
__all__ = [
|
|
@@ -1059,9 +1059,9 @@ if sys.version_info >= (3, 14):
|
|
|
1059
1059
|
__all__ += ["IP_FREEBIND", "IP_RECVORIGDSTADDR", "VMADDR_CID_LOCAL"]
|
|
1060
1060
|
|
|
1061
1061
|
# Re-exported from errno
|
|
1062
|
-
EBADF: int
|
|
1063
|
-
EAGAIN: int
|
|
1064
|
-
EWOULDBLOCK: int
|
|
1062
|
+
EBADF: Final[int]
|
|
1063
|
+
EAGAIN: Final[int]
|
|
1064
|
+
EWOULDBLOCK: Final[int]
|
|
1065
1065
|
|
|
1066
1066
|
# These errors are implemented in _socket at runtime
|
|
1067
1067
|
# but they consider themselves to live in socket so we'll put them here.
|
|
@@ -1124,60 +1124,60 @@ class AddressFamily(IntEnum):
|
|
|
1124
1124
|
# FreeBSD >= 14.0
|
|
1125
1125
|
AF_DIVERT = 44
|
|
1126
1126
|
|
|
1127
|
-
AF_INET = AddressFamily.AF_INET
|
|
1128
|
-
AF_INET6 = AddressFamily.AF_INET6
|
|
1129
|
-
AF_APPLETALK = AddressFamily.AF_APPLETALK
|
|
1130
|
-
AF_DECnet:
|
|
1131
|
-
AF_IPX = AddressFamily.AF_IPX
|
|
1132
|
-
AF_SNA = AddressFamily.AF_SNA
|
|
1133
|
-
AF_UNSPEC = AddressFamily.AF_UNSPEC
|
|
1127
|
+
AF_INET: Final = AddressFamily.AF_INET
|
|
1128
|
+
AF_INET6: Final = AddressFamily.AF_INET6
|
|
1129
|
+
AF_APPLETALK: Final = AddressFamily.AF_APPLETALK
|
|
1130
|
+
AF_DECnet: Final = 12
|
|
1131
|
+
AF_IPX: Final = AddressFamily.AF_IPX
|
|
1132
|
+
AF_SNA: Final = AddressFamily.AF_SNA
|
|
1133
|
+
AF_UNSPEC: Final = AddressFamily.AF_UNSPEC
|
|
1134
1134
|
|
|
1135
1135
|
if sys.platform != "darwin":
|
|
1136
|
-
AF_IRDA = AddressFamily.AF_IRDA
|
|
1136
|
+
AF_IRDA: Final = AddressFamily.AF_IRDA
|
|
1137
1137
|
|
|
1138
1138
|
if sys.platform != "win32":
|
|
1139
|
-
AF_ROUTE = AddressFamily.AF_ROUTE
|
|
1140
|
-
AF_UNIX = AddressFamily.AF_UNIX
|
|
1139
|
+
AF_ROUTE: Final = AddressFamily.AF_ROUTE
|
|
1140
|
+
AF_UNIX: Final = AddressFamily.AF_UNIX
|
|
1141
1141
|
|
|
1142
1142
|
if sys.platform == "darwin":
|
|
1143
|
-
AF_SYSTEM = AddressFamily.AF_SYSTEM
|
|
1143
|
+
AF_SYSTEM: Final = AddressFamily.AF_SYSTEM
|
|
1144
1144
|
|
|
1145
1145
|
if sys.platform != "win32" and sys.platform != "darwin":
|
|
1146
|
-
AF_ASH = AddressFamily.AF_ASH
|
|
1147
|
-
AF_ATMPVC = AddressFamily.AF_ATMPVC
|
|
1148
|
-
AF_ATMSVC = AddressFamily.AF_ATMSVC
|
|
1149
|
-
AF_AX25 = AddressFamily.AF_AX25
|
|
1150
|
-
AF_BRIDGE = AddressFamily.AF_BRIDGE
|
|
1151
|
-
AF_ECONET = AddressFamily.AF_ECONET
|
|
1152
|
-
AF_KEY = AddressFamily.AF_KEY
|
|
1153
|
-
AF_LLC = AddressFamily.AF_LLC
|
|
1154
|
-
AF_NETBEUI = AddressFamily.AF_NETBEUI
|
|
1155
|
-
AF_NETROM = AddressFamily.AF_NETROM
|
|
1156
|
-
AF_PPPOX = AddressFamily.AF_PPPOX
|
|
1157
|
-
AF_ROSE = AddressFamily.AF_ROSE
|
|
1158
|
-
AF_SECURITY = AddressFamily.AF_SECURITY
|
|
1159
|
-
AF_WANPIPE = AddressFamily.AF_WANPIPE
|
|
1160
|
-
AF_X25 = AddressFamily.AF_X25
|
|
1146
|
+
AF_ASH: Final = AddressFamily.AF_ASH
|
|
1147
|
+
AF_ATMPVC: Final = AddressFamily.AF_ATMPVC
|
|
1148
|
+
AF_ATMSVC: Final = AddressFamily.AF_ATMSVC
|
|
1149
|
+
AF_AX25: Final = AddressFamily.AF_AX25
|
|
1150
|
+
AF_BRIDGE: Final = AddressFamily.AF_BRIDGE
|
|
1151
|
+
AF_ECONET: Final = AddressFamily.AF_ECONET
|
|
1152
|
+
AF_KEY: Final = AddressFamily.AF_KEY
|
|
1153
|
+
AF_LLC: Final = AddressFamily.AF_LLC
|
|
1154
|
+
AF_NETBEUI: Final = AddressFamily.AF_NETBEUI
|
|
1155
|
+
AF_NETROM: Final = AddressFamily.AF_NETROM
|
|
1156
|
+
AF_PPPOX: Final = AddressFamily.AF_PPPOX
|
|
1157
|
+
AF_ROSE: Final = AddressFamily.AF_ROSE
|
|
1158
|
+
AF_SECURITY: Final = AddressFamily.AF_SECURITY
|
|
1159
|
+
AF_WANPIPE: Final = AddressFamily.AF_WANPIPE
|
|
1160
|
+
AF_X25: Final = AddressFamily.AF_X25
|
|
1161
1161
|
|
|
1162
1162
|
if sys.platform == "linux":
|
|
1163
|
-
AF_CAN = AddressFamily.AF_CAN
|
|
1164
|
-
AF_PACKET = AddressFamily.AF_PACKET
|
|
1165
|
-
AF_RDS = AddressFamily.AF_RDS
|
|
1166
|
-
AF_TIPC = AddressFamily.AF_TIPC
|
|
1167
|
-
AF_ALG = AddressFamily.AF_ALG
|
|
1168
|
-
AF_NETLINK = AddressFamily.AF_NETLINK
|
|
1169
|
-
AF_VSOCK = AddressFamily.AF_VSOCK
|
|
1170
|
-
AF_QIPCRTR = AddressFamily.AF_QIPCRTR
|
|
1163
|
+
AF_CAN: Final = AddressFamily.AF_CAN
|
|
1164
|
+
AF_PACKET: Final = AddressFamily.AF_PACKET
|
|
1165
|
+
AF_RDS: Final = AddressFamily.AF_RDS
|
|
1166
|
+
AF_TIPC: Final = AddressFamily.AF_TIPC
|
|
1167
|
+
AF_ALG: Final = AddressFamily.AF_ALG
|
|
1168
|
+
AF_NETLINK: Final = AddressFamily.AF_NETLINK
|
|
1169
|
+
AF_VSOCK: Final = AddressFamily.AF_VSOCK
|
|
1170
|
+
AF_QIPCRTR: Final = AddressFamily.AF_QIPCRTR
|
|
1171
1171
|
|
|
1172
1172
|
if sys.platform != "linux":
|
|
1173
|
-
AF_LINK = AddressFamily.AF_LINK
|
|
1173
|
+
AF_LINK: Final = AddressFamily.AF_LINK
|
|
1174
1174
|
if sys.platform != "darwin" and sys.platform != "linux":
|
|
1175
|
-
AF_BLUETOOTH = AddressFamily.AF_BLUETOOTH
|
|
1175
|
+
AF_BLUETOOTH: Final = AddressFamily.AF_BLUETOOTH
|
|
1176
1176
|
if sys.platform == "win32" and sys.version_info >= (3, 12):
|
|
1177
|
-
AF_HYPERV = AddressFamily.AF_HYPERV
|
|
1177
|
+
AF_HYPERV: Final = AddressFamily.AF_HYPERV
|
|
1178
1178
|
if sys.platform != "linux" and sys.platform != "win32" and sys.platform != "darwin" and sys.version_info >= (3, 12):
|
|
1179
1179
|
# FreeBSD >= 14.0
|
|
1180
|
-
AF_DIVERT = AddressFamily.AF_DIVERT
|
|
1180
|
+
AF_DIVERT: Final = AddressFamily.AF_DIVERT
|
|
1181
1181
|
|
|
1182
1182
|
class SocketKind(IntEnum):
|
|
1183
1183
|
SOCK_STREAM = 1
|
|
@@ -1189,14 +1189,14 @@ class SocketKind(IntEnum):
|
|
|
1189
1189
|
SOCK_CLOEXEC = 524288
|
|
1190
1190
|
SOCK_NONBLOCK = 2048
|
|
1191
1191
|
|
|
1192
|
-
SOCK_STREAM = SocketKind.SOCK_STREAM
|
|
1193
|
-
SOCK_DGRAM = SocketKind.SOCK_DGRAM
|
|
1194
|
-
SOCK_RAW = SocketKind.SOCK_RAW
|
|
1195
|
-
SOCK_RDM = SocketKind.SOCK_RDM
|
|
1196
|
-
SOCK_SEQPACKET = SocketKind.SOCK_SEQPACKET
|
|
1192
|
+
SOCK_STREAM: Final = SocketKind.SOCK_STREAM
|
|
1193
|
+
SOCK_DGRAM: Final = SocketKind.SOCK_DGRAM
|
|
1194
|
+
SOCK_RAW: Final = SocketKind.SOCK_RAW
|
|
1195
|
+
SOCK_RDM: Final = SocketKind.SOCK_RDM
|
|
1196
|
+
SOCK_SEQPACKET: Final = SocketKind.SOCK_SEQPACKET
|
|
1197
1197
|
if sys.platform == "linux":
|
|
1198
|
-
SOCK_CLOEXEC = SocketKind.SOCK_CLOEXEC
|
|
1199
|
-
SOCK_NONBLOCK = SocketKind.SOCK_NONBLOCK
|
|
1198
|
+
SOCK_CLOEXEC: Final = SocketKind.SOCK_CLOEXEC
|
|
1199
|
+
SOCK_NONBLOCK: Final = SocketKind.SOCK_NONBLOCK
|
|
1200
1200
|
|
|
1201
1201
|
class MsgFlag(IntFlag):
|
|
1202
1202
|
MSG_CTRUNC = 8
|
|
@@ -1228,36 +1228,36 @@ class MsgFlag(IntFlag):
|
|
|
1228
1228
|
if sys.platform != "win32" and sys.platform != "linux":
|
|
1229
1229
|
MSG_EOF = 256
|
|
1230
1230
|
|
|
1231
|
-
MSG_CTRUNC = MsgFlag.MSG_CTRUNC
|
|
1232
|
-
MSG_DONTROUTE = MsgFlag.MSG_DONTROUTE
|
|
1233
|
-
MSG_OOB = MsgFlag.MSG_OOB
|
|
1234
|
-
MSG_PEEK = MsgFlag.MSG_PEEK
|
|
1235
|
-
MSG_TRUNC = MsgFlag.MSG_TRUNC
|
|
1236
|
-
MSG_WAITALL = MsgFlag.MSG_WAITALL
|
|
1231
|
+
MSG_CTRUNC: Final = MsgFlag.MSG_CTRUNC
|
|
1232
|
+
MSG_DONTROUTE: Final = MsgFlag.MSG_DONTROUTE
|
|
1233
|
+
MSG_OOB: Final = MsgFlag.MSG_OOB
|
|
1234
|
+
MSG_PEEK: Final = MsgFlag.MSG_PEEK
|
|
1235
|
+
MSG_TRUNC: Final = MsgFlag.MSG_TRUNC
|
|
1236
|
+
MSG_WAITALL: Final = MsgFlag.MSG_WAITALL
|
|
1237
1237
|
|
|
1238
1238
|
if sys.platform == "win32":
|
|
1239
|
-
MSG_BCAST = MsgFlag.MSG_BCAST
|
|
1240
|
-
MSG_MCAST = MsgFlag.MSG_MCAST
|
|
1239
|
+
MSG_BCAST: Final = MsgFlag.MSG_BCAST
|
|
1240
|
+
MSG_MCAST: Final = MsgFlag.MSG_MCAST
|
|
1241
1241
|
|
|
1242
1242
|
if sys.platform != "darwin":
|
|
1243
|
-
MSG_ERRQUEUE = MsgFlag.MSG_ERRQUEUE
|
|
1243
|
+
MSG_ERRQUEUE: Final = MsgFlag.MSG_ERRQUEUE
|
|
1244
1244
|
|
|
1245
1245
|
if sys.platform != "win32":
|
|
1246
|
-
MSG_DONTWAIT = MsgFlag.MSG_DONTWAIT
|
|
1247
|
-
MSG_EOR = MsgFlag.MSG_EOR
|
|
1248
|
-
MSG_NOSIGNAL = MsgFlag.MSG_NOSIGNAL # Sometimes this exists on darwin, sometimes not
|
|
1246
|
+
MSG_DONTWAIT: Final = MsgFlag.MSG_DONTWAIT
|
|
1247
|
+
MSG_EOR: Final = MsgFlag.MSG_EOR
|
|
1248
|
+
MSG_NOSIGNAL: Final = MsgFlag.MSG_NOSIGNAL # Sometimes this exists on darwin, sometimes not
|
|
1249
1249
|
|
|
1250
1250
|
if sys.platform != "win32" and sys.platform != "darwin":
|
|
1251
|
-
MSG_CMSG_CLOEXEC = MsgFlag.MSG_CMSG_CLOEXEC
|
|
1252
|
-
MSG_CONFIRM = MsgFlag.MSG_CONFIRM
|
|
1253
|
-
MSG_FASTOPEN = MsgFlag.MSG_FASTOPEN
|
|
1254
|
-
MSG_MORE = MsgFlag.MSG_MORE
|
|
1251
|
+
MSG_CMSG_CLOEXEC: Final = MsgFlag.MSG_CMSG_CLOEXEC
|
|
1252
|
+
MSG_CONFIRM: Final = MsgFlag.MSG_CONFIRM
|
|
1253
|
+
MSG_FASTOPEN: Final = MsgFlag.MSG_FASTOPEN
|
|
1254
|
+
MSG_MORE: Final = MsgFlag.MSG_MORE
|
|
1255
1255
|
|
|
1256
1256
|
if sys.platform != "win32" and sys.platform != "darwin" and sys.platform != "linux":
|
|
1257
|
-
MSG_NOTIFICATION = MsgFlag.MSG_NOTIFICATION
|
|
1257
|
+
MSG_NOTIFICATION: Final = MsgFlag.MSG_NOTIFICATION
|
|
1258
1258
|
|
|
1259
1259
|
if sys.platform != "win32" and sys.platform != "linux":
|
|
1260
|
-
MSG_EOF = MsgFlag.MSG_EOF
|
|
1260
|
+
MSG_EOF: Final = MsgFlag.MSG_EOF
|
|
1261
1261
|
|
|
1262
1262
|
class AddressInfo(IntFlag):
|
|
1263
1263
|
AI_ADDRCONFIG = 32
|
|
@@ -1272,18 +1272,18 @@ class AddressInfo(IntFlag):
|
|
|
1272
1272
|
AI_MASK = 5127
|
|
1273
1273
|
AI_V4MAPPED_CFG = 512
|
|
1274
1274
|
|
|
1275
|
-
AI_ADDRCONFIG = AddressInfo.AI_ADDRCONFIG
|
|
1276
|
-
AI_ALL = AddressInfo.AI_ALL
|
|
1277
|
-
AI_CANONNAME = AddressInfo.AI_CANONNAME
|
|
1278
|
-
AI_NUMERICHOST = AddressInfo.AI_NUMERICHOST
|
|
1279
|
-
AI_NUMERICSERV = AddressInfo.AI_NUMERICSERV
|
|
1280
|
-
AI_PASSIVE = AddressInfo.AI_PASSIVE
|
|
1281
|
-
AI_V4MAPPED = AddressInfo.AI_V4MAPPED
|
|
1275
|
+
AI_ADDRCONFIG: Final = AddressInfo.AI_ADDRCONFIG
|
|
1276
|
+
AI_ALL: Final = AddressInfo.AI_ALL
|
|
1277
|
+
AI_CANONNAME: Final = AddressInfo.AI_CANONNAME
|
|
1278
|
+
AI_NUMERICHOST: Final = AddressInfo.AI_NUMERICHOST
|
|
1279
|
+
AI_NUMERICSERV: Final = AddressInfo.AI_NUMERICSERV
|
|
1280
|
+
AI_PASSIVE: Final = AddressInfo.AI_PASSIVE
|
|
1281
|
+
AI_V4MAPPED: Final = AddressInfo.AI_V4MAPPED
|
|
1282
1282
|
|
|
1283
1283
|
if sys.platform != "win32" and sys.platform != "linux":
|
|
1284
|
-
AI_DEFAULT = AddressInfo.AI_DEFAULT
|
|
1285
|
-
AI_MASK = AddressInfo.AI_MASK
|
|
1286
|
-
AI_V4MAPPED_CFG = AddressInfo.AI_V4MAPPED_CFG
|
|
1284
|
+
AI_DEFAULT: Final = AddressInfo.AI_DEFAULT
|
|
1285
|
+
AI_MASK: Final = AddressInfo.AI_MASK
|
|
1286
|
+
AI_V4MAPPED_CFG: Final = AddressInfo.AI_V4MAPPED_CFG
|
|
1287
1287
|
|
|
1288
1288
|
if sys.platform == "win32":
|
|
1289
1289
|
errorTab: dict[int, str] # undocumented
|
|
@@ -1300,6 +1300,7 @@ class _SendableFile(Protocol):
|
|
|
1300
1300
|
# def fileno(self) -> int: ...
|
|
1301
1301
|
|
|
1302
1302
|
class socket(_socket.socket):
|
|
1303
|
+
__slots__ = ["__weakref__", "_io_refs", "_closed"]
|
|
1303
1304
|
def __init__(
|
|
1304
1305
|
self, family: AddressFamily | int = -1, type: SocketKind | int = -1, proto: int = -1, fileno: int | None = None
|
|
1305
1306
|
) -> None: ...
|
|
@@ -63,7 +63,7 @@ from sqlite3.dbapi2 import (
|
|
|
63
63
|
)
|
|
64
64
|
from types import TracebackType
|
|
65
65
|
from typing import Any, Literal, Protocol, SupportsIndex, TypeVar, final, overload, type_check_only
|
|
66
|
-
from typing_extensions import Self, TypeAlias
|
|
66
|
+
from typing_extensions import Self, TypeAlias, disjoint_base
|
|
67
67
|
|
|
68
68
|
if sys.version_info < (3, 14):
|
|
69
69
|
from sqlite3.dbapi2 import version_info as version_info
|
|
@@ -268,6 +268,7 @@ class OperationalError(DatabaseError): ...
|
|
|
268
268
|
class ProgrammingError(DatabaseError): ...
|
|
269
269
|
class Warning(Exception): ...
|
|
270
270
|
|
|
271
|
+
@disjoint_base
|
|
271
272
|
class Connection:
|
|
272
273
|
@property
|
|
273
274
|
def DataError(self) -> type[DataError]: ...
|
|
@@ -632,6 +633,7 @@ class Connection:
|
|
|
632
633
|
"""
|
|
633
634
|
...
|
|
634
635
|
|
|
636
|
+
@disjoint_base
|
|
635
637
|
class Cursor:
|
|
636
638
|
arraysize: int
|
|
637
639
|
@property
|
|
@@ -690,6 +692,7 @@ class Cursor:
|
|
|
690
692
|
class PrepareProtocol:
|
|
691
693
|
def __init__(self, *args: object, **kwargs: object) -> None: ...
|
|
692
694
|
|
|
695
|
+
@disjoint_base
|
|
693
696
|
class Row(Sequence[Any]):
|
|
694
697
|
def __new__(cls, cursor: Cursor, data: tuple[Any, ...], /) -> Self: ...
|
|
695
698
|
def keys(self) -> list[str]:
|
|
@@ -66,7 +66,8 @@ from sqlite3 import (
|
|
|
66
66
|
Row as Row,
|
|
67
67
|
Warning as Warning,
|
|
68
68
|
)
|
|
69
|
-
from typing import Literal
|
|
69
|
+
from typing import Final, Literal
|
|
70
|
+
from typing_extensions import deprecated
|
|
70
71
|
|
|
71
72
|
if sys.version_info >= (3, 12):
|
|
72
73
|
from _sqlite3 import (
|
|
@@ -211,11 +212,15 @@ if sys.version_info >= (3, 11):
|
|
|
211
212
|
|
|
212
213
|
if sys.version_info < (3, 14):
|
|
213
214
|
# Deprecated and removed from _sqlite3 in 3.12, but removed from here in 3.14.
|
|
214
|
-
version: str
|
|
215
|
+
version: Final[str]
|
|
215
216
|
|
|
216
217
|
if sys.version_info < (3, 12):
|
|
217
218
|
if sys.version_info >= (3, 10):
|
|
218
219
|
# deprecation wrapper that has a different name for the argument...
|
|
220
|
+
@deprecated(
|
|
221
|
+
"Deprecated since Python 3.10; removed in Python 3.12. "
|
|
222
|
+
"Open database in URI mode using `cache=shared` parameter instead."
|
|
223
|
+
)
|
|
219
224
|
def enable_shared_cache(enable: int) -> None: ...
|
|
220
225
|
else:
|
|
221
226
|
from _sqlite3 import enable_shared_cache as enable_shared_cache
|
|
@@ -223,9 +228,9 @@ if sys.version_info < (3, 12):
|
|
|
223
228
|
if sys.version_info < (3, 10):
|
|
224
229
|
from _sqlite3 import OptimizedUnicode as OptimizedUnicode
|
|
225
230
|
|
|
226
|
-
paramstyle:
|
|
231
|
+
paramstyle: Final = "qmark"
|
|
227
232
|
threadsafety: Literal[0, 1, 3]
|
|
228
|
-
apilevel: str
|
|
233
|
+
apilevel: Final[str]
|
|
229
234
|
Date = date
|
|
230
235
|
Time = time
|
|
231
236
|
Timestamp = datetime
|
|
@@ -236,7 +241,7 @@ def TimestampFromTicks(ticks: float) -> Timestamp: ...
|
|
|
236
241
|
|
|
237
242
|
if sys.version_info < (3, 14):
|
|
238
243
|
# Deprecated in 3.12, removed in 3.14.
|
|
239
|
-
version_info: tuple[int, int, int]
|
|
244
|
+
version_info: Final[tuple[int, int, int]]
|
|
240
245
|
|
|
241
|
-
sqlite_version_info: tuple[int, int, int]
|
|
246
|
+
sqlite_version_info: Final[tuple[int, int, int]]
|
|
242
247
|
Binary = memoryview
|
|
@@ -2,9 +2,9 @@ from re import Pattern
|
|
|
2
2
|
from sre_constants import *
|
|
3
3
|
from sre_constants import _NamedIntConstant
|
|
4
4
|
from sre_parse import SubPattern
|
|
5
|
-
from typing import Any
|
|
5
|
+
from typing import Any, Final
|
|
6
6
|
|
|
7
|
-
MAXCODE: int
|
|
7
|
+
MAXCODE: Final[int]
|
|
8
8
|
|
|
9
9
|
def dis(code: list[_NamedIntConstant]) -> None: ...
|
|
10
10
|
def isstring(obj: Any) -> bool: ...
|
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
from re import error as error
|
|
3
3
|
from typing import Final
|
|
4
|
-
from typing_extensions import Self
|
|
4
|
+
from typing_extensions import Self, disjoint_base
|
|
5
5
|
|
|
6
6
|
MAXGROUPS: Final[int]
|
|
7
7
|
|
|
8
8
|
MAGIC: Final[int]
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
if sys.version_info >= (3, 12):
|
|
11
|
+
class _NamedIntConstant(int):
|
|
12
|
+
name: str
|
|
13
|
+
def __new__(cls, value: int, name: str) -> Self: ...
|
|
14
|
+
|
|
15
|
+
else:
|
|
16
|
+
@disjoint_base
|
|
17
|
+
class _NamedIntConstant(int):
|
|
18
|
+
name: str
|
|
19
|
+
def __new__(cls, value: int, name: str) -> Self: ...
|
|
13
20
|
|
|
14
21
|
MAXREPEAT: Final[_NamedIntConstant]
|
|
15
22
|
OPCODES: list[_NamedIntConstant]
|