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
|
@@ -6,18 +6,21 @@ from pony.orm.core import Database, Entity
|
|
|
6
6
|
db: Database
|
|
7
7
|
|
|
8
8
|
class Department(Entity):
|
|
9
|
+
__slots__ = ()
|
|
9
10
|
number: Incomplete
|
|
10
11
|
name: Incomplete
|
|
11
12
|
groups: Incomplete
|
|
12
13
|
courses: Incomplete
|
|
13
14
|
|
|
14
15
|
class Group(Entity):
|
|
16
|
+
__slots__ = ()
|
|
15
17
|
number: Incomplete
|
|
16
18
|
major: Incomplete
|
|
17
19
|
dept: Incomplete
|
|
18
20
|
students: Incomplete
|
|
19
21
|
|
|
20
22
|
class Course(Entity):
|
|
23
|
+
__slots__ = ()
|
|
21
24
|
name: Incomplete
|
|
22
25
|
semester: Incomplete
|
|
23
26
|
lect_hours: Incomplete
|
|
@@ -27,6 +30,7 @@ class Course(Entity):
|
|
|
27
30
|
students: Incomplete
|
|
28
31
|
|
|
29
32
|
class Student(Entity):
|
|
33
|
+
__slots__ = ()
|
|
30
34
|
id: Incomplete
|
|
31
35
|
name: Incomplete
|
|
32
36
|
dob: Incomplete
|
|
@@ -5,11 +5,13 @@ from pony.orm.core import Database, Entity
|
|
|
5
5
|
db: Database
|
|
6
6
|
|
|
7
7
|
class Faculty(Entity):
|
|
8
|
+
__slots__ = ()
|
|
8
9
|
number: Incomplete
|
|
9
10
|
name: Incomplete
|
|
10
11
|
departments: Incomplete
|
|
11
12
|
|
|
12
13
|
class Department(Entity):
|
|
14
|
+
__slots__ = ()
|
|
13
15
|
number: Incomplete
|
|
14
16
|
name: Incomplete
|
|
15
17
|
faculty: Incomplete
|
|
@@ -18,6 +20,7 @@ class Department(Entity):
|
|
|
18
20
|
groups: Incomplete
|
|
19
21
|
|
|
20
22
|
class Group(Entity):
|
|
23
|
+
__slots__ = ()
|
|
21
24
|
number: Incomplete
|
|
22
25
|
grad_year: Incomplete
|
|
23
26
|
department: Incomplete
|
|
@@ -25,22 +28,26 @@ class Group(Entity):
|
|
|
25
28
|
students: Incomplete
|
|
26
29
|
|
|
27
30
|
class Student(Entity):
|
|
31
|
+
__slots__ = ()
|
|
28
32
|
name: Incomplete
|
|
29
33
|
scholarship: Incomplete
|
|
30
34
|
group: Incomplete
|
|
31
35
|
grades: Incomplete
|
|
32
36
|
|
|
33
37
|
class Major(Entity):
|
|
38
|
+
__slots__ = ()
|
|
34
39
|
name: Incomplete
|
|
35
40
|
department: Incomplete
|
|
36
41
|
courses: Incomplete
|
|
37
42
|
|
|
38
43
|
class Subject(Entity):
|
|
44
|
+
__slots__ = ()
|
|
39
45
|
name: Incomplete
|
|
40
46
|
courses: Incomplete
|
|
41
47
|
teachers: Incomplete
|
|
42
48
|
|
|
43
49
|
class Course(Entity):
|
|
50
|
+
__slots__ = ()
|
|
44
51
|
major: Incomplete
|
|
45
52
|
subject: Incomplete
|
|
46
53
|
semester: Incomplete
|
|
@@ -51,6 +58,7 @@ class Course(Entity):
|
|
|
51
58
|
grades: Incomplete
|
|
52
59
|
|
|
53
60
|
class Lesson(Entity):
|
|
61
|
+
__slots__ = ()
|
|
54
62
|
day_of_week: Incomplete
|
|
55
63
|
meeting_time: Incomplete
|
|
56
64
|
classroom: Incomplete
|
|
@@ -59,6 +67,7 @@ class Lesson(Entity):
|
|
|
59
67
|
groups: Incomplete
|
|
60
68
|
|
|
61
69
|
class Grade(Entity):
|
|
70
|
+
__slots__ = ()
|
|
62
71
|
student: Incomplete
|
|
63
72
|
course: Incomplete
|
|
64
73
|
teacher: Incomplete
|
|
@@ -66,6 +75,7 @@ class Grade(Entity):
|
|
|
66
75
|
value: Incomplete
|
|
67
76
|
|
|
68
77
|
class Teacher(Entity):
|
|
78
|
+
__slots__ = ()
|
|
69
79
|
name: Incomplete
|
|
70
80
|
degree: Incomplete
|
|
71
81
|
department: Incomplete
|
|
@@ -74,11 +84,13 @@ class Teacher(Entity):
|
|
|
74
84
|
grades: Incomplete
|
|
75
85
|
|
|
76
86
|
class Building(Entity):
|
|
87
|
+
__slots__ = ()
|
|
77
88
|
number: Incomplete
|
|
78
89
|
description: Incomplete
|
|
79
90
|
classrooms: Incomplete
|
|
80
91
|
|
|
81
92
|
class Classroom(Entity):
|
|
93
|
+
__slots__ = ()
|
|
82
94
|
building: Incomplete
|
|
83
95
|
number: Incomplete
|
|
84
96
|
description: Incomplete
|
|
@@ -11,6 +11,7 @@ class LongStr(str):
|
|
|
11
11
|
LongUnicode = LongStr
|
|
12
12
|
|
|
13
13
|
class SetType:
|
|
14
|
+
__slots__ = "item_type"
|
|
14
15
|
def __deepcopy__(self, memo) -> Self: ...
|
|
15
16
|
item_type: Incomplete
|
|
16
17
|
def __init__(self, item_type) -> None: ...
|
|
@@ -19,6 +20,7 @@ class SetType:
|
|
|
19
20
|
def __hash__(self) -> int: ...
|
|
20
21
|
|
|
21
22
|
class FuncType:
|
|
23
|
+
__slots__ = "func"
|
|
22
24
|
def __deepcopy__(self, memo) -> Self: ...
|
|
23
25
|
func: Incomplete
|
|
24
26
|
def __init__(self, func) -> None: ...
|
|
@@ -27,6 +29,7 @@ class FuncType:
|
|
|
27
29
|
def __hash__(self) -> int: ...
|
|
28
30
|
|
|
29
31
|
class MethodType:
|
|
32
|
+
__slots__ = ("obj", "func")
|
|
30
33
|
def __deepcopy__(self, memo) -> Self: ...
|
|
31
34
|
obj: Incomplete
|
|
32
35
|
func: Incomplete
|
|
@@ -7,6 +7,7 @@ from typing import ClassVar
|
|
|
7
7
|
class AstError(Exception): ...
|
|
8
8
|
|
|
9
9
|
class Param:
|
|
10
|
+
__slots__ = ("style", "id", "paramkey", "converter", "optimistic")
|
|
10
11
|
style: Incomplete
|
|
11
12
|
id: Incomplete
|
|
12
13
|
paramkey: Incomplete
|
|
@@ -16,12 +17,14 @@ class Param:
|
|
|
16
17
|
def eval(param, values): ...
|
|
17
18
|
|
|
18
19
|
class CompositeParam(Param):
|
|
20
|
+
__slots__ = ("items", "func")
|
|
19
21
|
items: Iterable[Param | Value]
|
|
20
22
|
func: Incomplete
|
|
21
23
|
def __init__(param, paramstyle, paramkey, items: Iterable[Param | Value], func) -> None: ...
|
|
22
24
|
def eval(param, values): ...
|
|
23
25
|
|
|
24
26
|
class Value:
|
|
27
|
+
__slots__ = ("paramstyle", "value")
|
|
25
28
|
paramstyle: Incomplete
|
|
26
29
|
value: Incomplete
|
|
27
30
|
def __init__(self, paramstyle, value) -> None: ...
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Using an exact number in the specifier for scripts/sync_protobuf/google_protobuf.py
|
|
2
2
|
# When updating, also re-run the script
|
|
3
|
-
version = "~=6.
|
|
3
|
+
version = "~=6.32.1"
|
|
4
4
|
upstream_repository = "https://github.com/protocolbuffers/protobuf"
|
|
5
|
-
extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc
|
|
5
|
+
extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 31.1 on [protobuf v32.1](https://github.com/protocolbuffers/protobuf/releases/tag/v32.1) (python `protobuf==6.32.1`)."
|
|
6
6
|
partial_stub = true
|
|
7
7
|
|
|
8
8
|
[tool.stubtest]
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
from _typeshed import Incomplete
|
|
2
2
|
from typing import ClassVar, final
|
|
3
|
+
from typing_extensions import Self
|
|
3
4
|
|
|
4
5
|
default_pool: DescriptorPool
|
|
5
6
|
|
|
@@ -28,14 +29,14 @@ class Descriptor:
|
|
|
28
29
|
nested_types_by_name: Incomplete
|
|
29
30
|
oneofs: Incomplete
|
|
30
31
|
oneofs_by_name: Incomplete
|
|
31
|
-
def
|
|
32
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
32
33
|
def CopyToProto(self, object, /): ...
|
|
33
34
|
def EnumValueName(self, *args, **kwargs): ... # incomplete
|
|
34
35
|
def GetOptions(self): ...
|
|
35
36
|
|
|
36
37
|
@final
|
|
37
38
|
class DescriptorPool:
|
|
38
|
-
def
|
|
39
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
39
40
|
def Add(self, object, /): ...
|
|
40
41
|
def AddSerializedFile(self, object, /): ...
|
|
41
42
|
def FindAllExtensions(self, object, /): ...
|
|
@@ -62,7 +63,7 @@ class EnumDescriptor:
|
|
|
62
63
|
values: Incomplete
|
|
63
64
|
values_by_name: Incomplete
|
|
64
65
|
values_by_number: Incomplete
|
|
65
|
-
def
|
|
66
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
66
67
|
def CopyToProto(self, object, /): ...
|
|
67
68
|
def GetOptions(self): ...
|
|
68
69
|
|
|
@@ -73,7 +74,7 @@ class EnumValueDescriptor:
|
|
|
73
74
|
name: Incomplete
|
|
74
75
|
number: Incomplete
|
|
75
76
|
type: Incomplete
|
|
76
|
-
def
|
|
77
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
77
78
|
def GetOptions(self): ...
|
|
78
79
|
|
|
79
80
|
@final
|
|
@@ -151,7 +152,7 @@ class FieldDescriptor:
|
|
|
151
152
|
name: Incomplete
|
|
152
153
|
number: Incomplete
|
|
153
154
|
type: Incomplete
|
|
154
|
-
def
|
|
155
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
155
156
|
def GetOptions(self): ...
|
|
156
157
|
|
|
157
158
|
@final
|
|
@@ -167,7 +168,7 @@ class FileDescriptor:
|
|
|
167
168
|
public_dependencies: Incomplete
|
|
168
169
|
serialized_pb: Incomplete
|
|
169
170
|
services_by_name: Incomplete
|
|
170
|
-
def
|
|
171
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
171
172
|
def CopyToProto(self, object, /): ...
|
|
172
173
|
def GetOptions(self): ...
|
|
173
174
|
|
|
@@ -179,7 +180,7 @@ class MapIterator:
|
|
|
179
180
|
@final
|
|
180
181
|
class Message:
|
|
181
182
|
Extensions: Incomplete
|
|
182
|
-
def __init__(self, *args, **kwargs) -> None: ... # incomplete
|
|
183
|
+
def __init__(self, *args, **kwargs) -> None: ... # incomplete
|
|
183
184
|
def ByteSize(self): ...
|
|
184
185
|
def Clear(self): ...
|
|
185
186
|
def ClearExtension(self, object, /): ...
|
|
@@ -225,7 +226,7 @@ class MethodDescriptor:
|
|
|
225
226
|
name: Incomplete
|
|
226
227
|
output_type: Incomplete
|
|
227
228
|
server_streaming: Incomplete
|
|
228
|
-
def
|
|
229
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
229
230
|
def CopyToProto(self, object, /): ...
|
|
230
231
|
def GetOptions(self): ...
|
|
231
232
|
|
|
@@ -237,12 +238,12 @@ class OneofDescriptor:
|
|
|
237
238
|
has_options: Incomplete
|
|
238
239
|
index: Incomplete
|
|
239
240
|
name: Incomplete
|
|
240
|
-
def
|
|
241
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
241
242
|
def GetOptions(self): ...
|
|
242
243
|
|
|
243
244
|
@final
|
|
244
245
|
class RepeatedCompositeContainer:
|
|
245
|
-
def
|
|
246
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
246
247
|
def MergeFrom(self, object, /): ...
|
|
247
248
|
def add(self, *args, **kwargs): ... # incomplete
|
|
248
249
|
def append(self, object, /): ...
|
|
@@ -266,7 +267,7 @@ class RepeatedCompositeContainer:
|
|
|
266
267
|
|
|
267
268
|
@final
|
|
268
269
|
class RepeatedScalarContainer:
|
|
269
|
-
def
|
|
270
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
270
271
|
def MergeFrom(self, object, /): ...
|
|
271
272
|
def append(self, object, /): ...
|
|
272
273
|
def extend(self, object, /): ...
|
|
@@ -296,14 +297,14 @@ class ServiceDescriptor:
|
|
|
296
297
|
methods: Incomplete
|
|
297
298
|
methods_by_name: Incomplete
|
|
298
299
|
name: Incomplete
|
|
299
|
-
def
|
|
300
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
300
301
|
def CopyToProto(self, object, /): ...
|
|
301
302
|
def FindMethodByName(self, object, /): ...
|
|
302
303
|
def GetOptions(self): ...
|
|
303
304
|
|
|
304
305
|
@final
|
|
305
306
|
class UnknownFieldSet:
|
|
306
|
-
def
|
|
307
|
+
def __new__(cls, *args, **kwargs) -> Self: ... # incomplete
|
|
307
308
|
def __getitem__(self, index, /): ...
|
|
308
309
|
def __len__(self) -> int: ...
|
|
309
310
|
|
|
@@ -55,6 +55,11 @@ class Api(google.protobuf.message.Message):
|
|
|
55
55
|
sometimes simply referred to as "APIs" in other contexts, such as the name of
|
|
56
56
|
this message itself. See https://cloud.google.com/apis/design/glossary for
|
|
57
57
|
detailed terminology.
|
|
58
|
+
|
|
59
|
+
New usages of this message as an alternative to ServiceDescriptorProto are
|
|
60
|
+
strongly discouraged. This message does not reliability preserve all
|
|
61
|
+
information necessary to model the schema and preserve semantics. Instead
|
|
62
|
+
make use of FileDescriptorSet which preserves the necessary information.
|
|
58
63
|
"""
|
|
59
64
|
|
|
60
65
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -66,6 +71,7 @@ class Api(google.protobuf.message.Message):
|
|
|
66
71
|
SOURCE_CONTEXT_FIELD_NUMBER: builtins.int
|
|
67
72
|
MIXINS_FIELD_NUMBER: builtins.int
|
|
68
73
|
SYNTAX_FIELD_NUMBER: builtins.int
|
|
74
|
+
EDITION_FIELD_NUMBER: builtins.int
|
|
69
75
|
name: builtins.str
|
|
70
76
|
"""The fully qualified name of this interface, including package name
|
|
71
77
|
followed by the interface's simple name.
|
|
@@ -93,6 +99,8 @@ class Api(google.protobuf.message.Message):
|
|
|
93
99
|
"""
|
|
94
100
|
syntax: google.protobuf.type_pb2.Syntax.ValueType
|
|
95
101
|
"""The source syntax of the service."""
|
|
102
|
+
edition: builtins.str
|
|
103
|
+
"""The source edition string, only valid when syntax is SYNTAX_EDITIONS."""
|
|
96
104
|
@property
|
|
97
105
|
def methods(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Method]:
|
|
98
106
|
"""The methods of this interface, in unspecified order."""
|
|
@@ -121,11 +129,14 @@ class Api(google.protobuf.message.Message):
|
|
|
121
129
|
source_context: google.protobuf.source_context_pb2.SourceContext | None = ...,
|
|
122
130
|
mixins: collections.abc.Iterable[global___Mixin] | None = ...,
|
|
123
131
|
syntax: google.protobuf.type_pb2.Syntax.ValueType | None = ...,
|
|
132
|
+
edition: builtins.str | None = ...,
|
|
124
133
|
) -> None: ...
|
|
125
134
|
def HasField(self, field_name: typing.Literal["source_context", b"source_context"]) -> builtins.bool: ...
|
|
126
135
|
def ClearField(
|
|
127
136
|
self,
|
|
128
137
|
field_name: typing.Literal[
|
|
138
|
+
"edition",
|
|
139
|
+
b"edition",
|
|
129
140
|
"methods",
|
|
130
141
|
b"methods",
|
|
131
142
|
"mixins",
|
|
@@ -147,7 +158,13 @@ global___Api = Api
|
|
|
147
158
|
|
|
148
159
|
@typing.final
|
|
149
160
|
class Method(google.protobuf.message.Message):
|
|
150
|
-
"""Method represents a method of an API interface.
|
|
161
|
+
"""Method represents a method of an API interface.
|
|
162
|
+
|
|
163
|
+
New usages of this message as an alternative to MethodDescriptorProto are
|
|
164
|
+
strongly discouraged. This message does not reliability preserve all
|
|
165
|
+
information necessary to model the schema and preserve semantics. Instead
|
|
166
|
+
make use of FileDescriptorSet which preserves the necessary information.
|
|
167
|
+
"""
|
|
151
168
|
|
|
152
169
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
153
170
|
|
|
@@ -158,6 +175,7 @@ class Method(google.protobuf.message.Message):
|
|
|
158
175
|
RESPONSE_STREAMING_FIELD_NUMBER: builtins.int
|
|
159
176
|
OPTIONS_FIELD_NUMBER: builtins.int
|
|
160
177
|
SYNTAX_FIELD_NUMBER: builtins.int
|
|
178
|
+
EDITION_FIELD_NUMBER: builtins.int
|
|
161
179
|
name: builtins.str
|
|
162
180
|
"""The simple name of this method."""
|
|
163
181
|
request_type_url: builtins.str
|
|
@@ -169,7 +187,17 @@ class Method(google.protobuf.message.Message):
|
|
|
169
187
|
response_streaming: builtins.bool
|
|
170
188
|
"""If true, the response is streamed."""
|
|
171
189
|
syntax: google.protobuf.type_pb2.Syntax.ValueType
|
|
172
|
-
"""The source syntax of this method.
|
|
190
|
+
"""The source syntax of this method.
|
|
191
|
+
|
|
192
|
+
This field should be ignored, instead the syntax should be inherited from
|
|
193
|
+
Api. This is similar to Field and EnumValue.
|
|
194
|
+
"""
|
|
195
|
+
edition: builtins.str
|
|
196
|
+
"""The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
197
|
+
|
|
198
|
+
This field should be ignored, instead the edition should be inherited from
|
|
199
|
+
Api. This is similar to Field and EnumValue.
|
|
200
|
+
"""
|
|
173
201
|
@property
|
|
174
202
|
def options(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[google.protobuf.type_pb2.Option]:
|
|
175
203
|
"""Any metadata attached to the method."""
|
|
@@ -184,10 +212,13 @@ class Method(google.protobuf.message.Message):
|
|
|
184
212
|
response_streaming: builtins.bool | None = ...,
|
|
185
213
|
options: collections.abc.Iterable[google.protobuf.type_pb2.Option] | None = ...,
|
|
186
214
|
syntax: google.protobuf.type_pb2.Syntax.ValueType | None = ...,
|
|
215
|
+
edition: builtins.str | None = ...,
|
|
187
216
|
) -> None: ...
|
|
188
217
|
def ClearField(
|
|
189
218
|
self,
|
|
190
219
|
field_name: typing.Literal[
|
|
220
|
+
"edition",
|
|
221
|
+
b"edition",
|
|
191
222
|
"name",
|
|
192
223
|
b"name",
|
|
193
224
|
"options",
|
|
@@ -156,6 +156,10 @@ class FieldDescriptor(DescriptorBase):
|
|
|
156
156
|
@property
|
|
157
157
|
def label(self): ...
|
|
158
158
|
@property
|
|
159
|
+
def is_required(self) -> bool: ...
|
|
160
|
+
@property
|
|
161
|
+
def is_repeated(self) -> bool: ...
|
|
162
|
+
@property
|
|
159
163
|
def camelcase_name(self) -> str: ...
|
|
160
164
|
@property
|
|
161
165
|
def has_presence(self) -> bool: ...
|
|
@@ -103,6 +103,31 @@ support a new edition.
|
|
|
103
103
|
"""
|
|
104
104
|
global___Edition = Edition
|
|
105
105
|
|
|
106
|
+
class _SymbolVisibility:
|
|
107
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
108
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
109
|
+
|
|
110
|
+
class _SymbolVisibilityEnumTypeWrapper(
|
|
111
|
+
google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_SymbolVisibility.ValueType], builtins.type
|
|
112
|
+
):
|
|
113
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
114
|
+
VISIBILITY_UNSET: _SymbolVisibility.ValueType # 0
|
|
115
|
+
VISIBILITY_LOCAL: _SymbolVisibility.ValueType # 1
|
|
116
|
+
VISIBILITY_EXPORT: _SymbolVisibility.ValueType # 2
|
|
117
|
+
|
|
118
|
+
class SymbolVisibility(_SymbolVisibility, metaclass=_SymbolVisibilityEnumTypeWrapper):
|
|
119
|
+
"""Describes the 'visibility' of a symbol with respect to the proto import
|
|
120
|
+
system. Symbols can only be imported when the visibility rules do not prevent
|
|
121
|
+
it (ex: local symbols cannot be imported). Visibility modifiers can only set
|
|
122
|
+
on `message` and `enum` as they are the only types available to be referenced
|
|
123
|
+
from other files.
|
|
124
|
+
"""
|
|
125
|
+
|
|
126
|
+
VISIBILITY_UNSET: SymbolVisibility.ValueType # 0
|
|
127
|
+
VISIBILITY_LOCAL: SymbolVisibility.ValueType # 1
|
|
128
|
+
VISIBILITY_EXPORT: SymbolVisibility.ValueType # 2
|
|
129
|
+
global___SymbolVisibility = SymbolVisibility
|
|
130
|
+
|
|
106
131
|
@typing.final
|
|
107
132
|
class FileDescriptorSet(google.protobuf.message.Message):
|
|
108
133
|
"""The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
@@ -130,6 +155,7 @@ class FileDescriptorProto(google.protobuf.message.Message):
|
|
|
130
155
|
DEPENDENCY_FIELD_NUMBER: builtins.int
|
|
131
156
|
PUBLIC_DEPENDENCY_FIELD_NUMBER: builtins.int
|
|
132
157
|
WEAK_DEPENDENCY_FIELD_NUMBER: builtins.int
|
|
158
|
+
OPTION_DEPENDENCY_FIELD_NUMBER: builtins.int
|
|
133
159
|
MESSAGE_TYPE_FIELD_NUMBER: builtins.int
|
|
134
160
|
ENUM_TYPE_FIELD_NUMBER: builtins.int
|
|
135
161
|
SERVICE_FIELD_NUMBER: builtins.int
|
|
@@ -171,6 +197,12 @@ class FileDescriptorProto(google.protobuf.message.Message):
|
|
|
171
197
|
For Google-internal migration only. Do not use.
|
|
172
198
|
"""
|
|
173
199
|
|
|
200
|
+
@property
|
|
201
|
+
def option_dependency(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
202
|
+
"""Names of files imported by this file purely for the purpose of providing
|
|
203
|
+
option extensions. These are excluded from the dependency list above.
|
|
204
|
+
"""
|
|
205
|
+
|
|
174
206
|
@property
|
|
175
207
|
def message_type(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___DescriptorProto]:
|
|
176
208
|
"""All top-level definitions in this file."""
|
|
@@ -199,6 +231,7 @@ class FileDescriptorProto(google.protobuf.message.Message):
|
|
|
199
231
|
dependency: collections.abc.Iterable[builtins.str] | None = ...,
|
|
200
232
|
public_dependency: collections.abc.Iterable[builtins.int] | None = ...,
|
|
201
233
|
weak_dependency: collections.abc.Iterable[builtins.int] | None = ...,
|
|
234
|
+
option_dependency: collections.abc.Iterable[builtins.str] | None = ...,
|
|
202
235
|
message_type: collections.abc.Iterable[global___DescriptorProto] | None = ...,
|
|
203
236
|
enum_type: collections.abc.Iterable[global___EnumDescriptorProto] | None = ...,
|
|
204
237
|
service: collections.abc.Iterable[global___ServiceDescriptorProto] | None = ...,
|
|
@@ -240,6 +273,8 @@ class FileDescriptorProto(google.protobuf.message.Message):
|
|
|
240
273
|
b"message_type",
|
|
241
274
|
"name",
|
|
242
275
|
b"name",
|
|
276
|
+
"option_dependency",
|
|
277
|
+
b"option_dependency",
|
|
243
278
|
"options",
|
|
244
279
|
b"options",
|
|
245
280
|
"package",
|
|
@@ -319,7 +354,10 @@ class DescriptorProto(google.protobuf.message.Message):
|
|
|
319
354
|
OPTIONS_FIELD_NUMBER: builtins.int
|
|
320
355
|
RESERVED_RANGE_FIELD_NUMBER: builtins.int
|
|
321
356
|
RESERVED_NAME_FIELD_NUMBER: builtins.int
|
|
357
|
+
VISIBILITY_FIELD_NUMBER: builtins.int
|
|
322
358
|
name: builtins.str
|
|
359
|
+
visibility: global___SymbolVisibility.ValueType
|
|
360
|
+
"""Support for `export` and `local` keywords on enums."""
|
|
323
361
|
@property
|
|
324
362
|
def field(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___FieldDescriptorProto]: ...
|
|
325
363
|
@property
|
|
@@ -361,8 +399,11 @@ class DescriptorProto(google.protobuf.message.Message):
|
|
|
361
399
|
options: global___MessageOptions | None = ...,
|
|
362
400
|
reserved_range: collections.abc.Iterable[global___DescriptorProto.ReservedRange] | None = ...,
|
|
363
401
|
reserved_name: collections.abc.Iterable[builtins.str] | None = ...,
|
|
402
|
+
visibility: global___SymbolVisibility.ValueType | None = ...,
|
|
364
403
|
) -> None: ...
|
|
365
|
-
def HasField(
|
|
404
|
+
def HasField(
|
|
405
|
+
self, field_name: typing.Literal["name", b"name", "options", b"options", "visibility", b"visibility"]
|
|
406
|
+
) -> builtins.bool: ...
|
|
366
407
|
def ClearField(
|
|
367
408
|
self,
|
|
368
409
|
field_name: typing.Literal[
|
|
@@ -386,6 +427,8 @@ class DescriptorProto(google.protobuf.message.Message):
|
|
|
386
427
|
b"reserved_name",
|
|
387
428
|
"reserved_range",
|
|
388
429
|
b"reserved_range",
|
|
430
|
+
"visibility",
|
|
431
|
+
b"visibility",
|
|
389
432
|
],
|
|
390
433
|
) -> None: ...
|
|
391
434
|
|
|
@@ -829,7 +872,10 @@ class EnumDescriptorProto(google.protobuf.message.Message):
|
|
|
829
872
|
OPTIONS_FIELD_NUMBER: builtins.int
|
|
830
873
|
RESERVED_RANGE_FIELD_NUMBER: builtins.int
|
|
831
874
|
RESERVED_NAME_FIELD_NUMBER: builtins.int
|
|
875
|
+
VISIBILITY_FIELD_NUMBER: builtins.int
|
|
832
876
|
name: builtins.str
|
|
877
|
+
visibility: global___SymbolVisibility.ValueType
|
|
878
|
+
"""Support for `export` and `local` keywords on enums."""
|
|
833
879
|
@property
|
|
834
880
|
def value(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___EnumValueDescriptorProto]: ...
|
|
835
881
|
@property
|
|
@@ -857,8 +903,11 @@ class EnumDescriptorProto(google.protobuf.message.Message):
|
|
|
857
903
|
options: global___EnumOptions | None = ...,
|
|
858
904
|
reserved_range: collections.abc.Iterable[global___EnumDescriptorProto.EnumReservedRange] | None = ...,
|
|
859
905
|
reserved_name: collections.abc.Iterable[builtins.str] | None = ...,
|
|
906
|
+
visibility: global___SymbolVisibility.ValueType | None = ...,
|
|
860
907
|
) -> None: ...
|
|
861
|
-
def HasField(
|
|
908
|
+
def HasField(
|
|
909
|
+
self, field_name: typing.Literal["name", b"name", "options", b"options", "visibility", b"visibility"]
|
|
910
|
+
) -> builtins.bool: ...
|
|
862
911
|
def ClearField(
|
|
863
912
|
self,
|
|
864
913
|
field_name: typing.Literal[
|
|
@@ -872,6 +921,8 @@ class EnumDescriptorProto(google.protobuf.message.Message):
|
|
|
872
921
|
b"reserved_range",
|
|
873
922
|
"value",
|
|
874
923
|
b"value",
|
|
924
|
+
"visibility",
|
|
925
|
+
b"visibility",
|
|
875
926
|
],
|
|
876
927
|
) -> None: ...
|
|
877
928
|
|
|
@@ -1732,7 +1783,9 @@ class FieldOptions(google.protobuf.message.Message):
|
|
|
1732
1783
|
is a formalization for deprecating fields.
|
|
1733
1784
|
"""
|
|
1734
1785
|
weak: builtins.bool
|
|
1735
|
-
"""
|
|
1786
|
+
"""DEPRECATED. DO NOT USE!
|
|
1787
|
+
For Google-internal migration only. Do not use.
|
|
1788
|
+
"""
|
|
1736
1789
|
debug_redact: builtins.bool
|
|
1737
1790
|
"""Indicate that the field value should not be printed out when using debug
|
|
1738
1791
|
formats, e.g. when the field contains sensitive credentials.
|
|
@@ -2413,6 +2466,50 @@ class FeatureSet(google.protobuf.message.Message):
|
|
|
2413
2466
|
STYLE2024: FeatureSet.EnforceNamingStyle.ValueType # 1
|
|
2414
2467
|
STYLE_LEGACY: FeatureSet.EnforceNamingStyle.ValueType # 2
|
|
2415
2468
|
|
|
2469
|
+
@typing.final
|
|
2470
|
+
class VisibilityFeature(google.protobuf.message.Message):
|
|
2471
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
2472
|
+
|
|
2473
|
+
class _DefaultSymbolVisibility:
|
|
2474
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
2475
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
2476
|
+
|
|
2477
|
+
class _DefaultSymbolVisibilityEnumTypeWrapper(
|
|
2478
|
+
google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[
|
|
2479
|
+
FeatureSet.VisibilityFeature._DefaultSymbolVisibility.ValueType
|
|
2480
|
+
],
|
|
2481
|
+
builtins.type,
|
|
2482
|
+
):
|
|
2483
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
2484
|
+
DEFAULT_SYMBOL_VISIBILITY_UNKNOWN: FeatureSet.VisibilityFeature._DefaultSymbolVisibility.ValueType # 0
|
|
2485
|
+
EXPORT_ALL: FeatureSet.VisibilityFeature._DefaultSymbolVisibility.ValueType # 1
|
|
2486
|
+
"""Default pre-EDITION_2024, all UNSET visibility are export."""
|
|
2487
|
+
EXPORT_TOP_LEVEL: FeatureSet.VisibilityFeature._DefaultSymbolVisibility.ValueType # 2
|
|
2488
|
+
"""All top-level symbols default to export, nested default to local."""
|
|
2489
|
+
LOCAL_ALL: FeatureSet.VisibilityFeature._DefaultSymbolVisibility.ValueType # 3
|
|
2490
|
+
"""All symbols default to local."""
|
|
2491
|
+
STRICT: FeatureSet.VisibilityFeature._DefaultSymbolVisibility.ValueType # 4
|
|
2492
|
+
"""All symbols local by default. Nested types cannot be exported.
|
|
2493
|
+
With special case caveat for message { enum {} reserved 1 to max; }
|
|
2494
|
+
This is the recommended setting for new protos.
|
|
2495
|
+
"""
|
|
2496
|
+
|
|
2497
|
+
class DefaultSymbolVisibility(_DefaultSymbolVisibility, metaclass=_DefaultSymbolVisibilityEnumTypeWrapper): ...
|
|
2498
|
+
DEFAULT_SYMBOL_VISIBILITY_UNKNOWN: FeatureSet.VisibilityFeature.DefaultSymbolVisibility.ValueType # 0
|
|
2499
|
+
EXPORT_ALL: FeatureSet.VisibilityFeature.DefaultSymbolVisibility.ValueType # 1
|
|
2500
|
+
"""Default pre-EDITION_2024, all UNSET visibility are export."""
|
|
2501
|
+
EXPORT_TOP_LEVEL: FeatureSet.VisibilityFeature.DefaultSymbolVisibility.ValueType # 2
|
|
2502
|
+
"""All top-level symbols default to export, nested default to local."""
|
|
2503
|
+
LOCAL_ALL: FeatureSet.VisibilityFeature.DefaultSymbolVisibility.ValueType # 3
|
|
2504
|
+
"""All symbols default to local."""
|
|
2505
|
+
STRICT: FeatureSet.VisibilityFeature.DefaultSymbolVisibility.ValueType # 4
|
|
2506
|
+
"""All symbols local by default. Nested types cannot be exported.
|
|
2507
|
+
With special case caveat for message { enum {} reserved 1 to max; }
|
|
2508
|
+
This is the recommended setting for new protos.
|
|
2509
|
+
"""
|
|
2510
|
+
|
|
2511
|
+
def __init__(self) -> None: ...
|
|
2512
|
+
|
|
2416
2513
|
FIELD_PRESENCE_FIELD_NUMBER: builtins.int
|
|
2417
2514
|
ENUM_TYPE_FIELD_NUMBER: builtins.int
|
|
2418
2515
|
REPEATED_FIELD_ENCODING_FIELD_NUMBER: builtins.int
|
|
@@ -2420,6 +2517,7 @@ class FeatureSet(google.protobuf.message.Message):
|
|
|
2420
2517
|
MESSAGE_ENCODING_FIELD_NUMBER: builtins.int
|
|
2421
2518
|
JSON_FORMAT_FIELD_NUMBER: builtins.int
|
|
2422
2519
|
ENFORCE_NAMING_STYLE_FIELD_NUMBER: builtins.int
|
|
2520
|
+
DEFAULT_SYMBOL_VISIBILITY_FIELD_NUMBER: builtins.int
|
|
2423
2521
|
field_presence: global___FeatureSet.FieldPresence.ValueType
|
|
2424
2522
|
enum_type: global___FeatureSet.EnumType.ValueType
|
|
2425
2523
|
repeated_field_encoding: global___FeatureSet.RepeatedFieldEncoding.ValueType
|
|
@@ -2427,6 +2525,7 @@ class FeatureSet(google.protobuf.message.Message):
|
|
|
2427
2525
|
message_encoding: global___FeatureSet.MessageEncoding.ValueType
|
|
2428
2526
|
json_format: global___FeatureSet.JsonFormat.ValueType
|
|
2429
2527
|
enforce_naming_style: global___FeatureSet.EnforceNamingStyle.ValueType
|
|
2528
|
+
default_symbol_visibility: global___FeatureSet.VisibilityFeature.DefaultSymbolVisibility.ValueType
|
|
2430
2529
|
def __init__(
|
|
2431
2530
|
self,
|
|
2432
2531
|
*,
|
|
@@ -2437,10 +2536,13 @@ class FeatureSet(google.protobuf.message.Message):
|
|
|
2437
2536
|
message_encoding: global___FeatureSet.MessageEncoding.ValueType | None = ...,
|
|
2438
2537
|
json_format: global___FeatureSet.JsonFormat.ValueType | None = ...,
|
|
2439
2538
|
enforce_naming_style: global___FeatureSet.EnforceNamingStyle.ValueType | None = ...,
|
|
2539
|
+
default_symbol_visibility: global___FeatureSet.VisibilityFeature.DefaultSymbolVisibility.ValueType | None = ...,
|
|
2440
2540
|
) -> None: ...
|
|
2441
2541
|
def HasField(
|
|
2442
2542
|
self,
|
|
2443
2543
|
field_name: typing.Literal[
|
|
2544
|
+
"default_symbol_visibility",
|
|
2545
|
+
b"default_symbol_visibility",
|
|
2444
2546
|
"enforce_naming_style",
|
|
2445
2547
|
b"enforce_naming_style",
|
|
2446
2548
|
"enum_type",
|
|
@@ -2460,6 +2562,8 @@ class FeatureSet(google.protobuf.message.Message):
|
|
|
2460
2562
|
def ClearField(
|
|
2461
2563
|
self,
|
|
2462
2564
|
field_name: typing.Literal[
|
|
2565
|
+
"default_symbol_visibility",
|
|
2566
|
+
b"default_symbol_visibility",
|
|
2463
2567
|
"enforce_naming_style",
|
|
2464
2568
|
b"enforce_naming_style",
|
|
2465
2569
|
"enum_type",
|