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
|
@@ -21,6 +21,7 @@ def expression(callable: _CALLABLE_TYPE, rule_name: str, grammar: Grammar) -> Ex
|
|
|
21
21
|
IN_PROGRESS: object
|
|
22
22
|
|
|
23
23
|
class Expression(StrAndRepr):
|
|
24
|
+
__slots__ = ["name", "identity_tuple"]
|
|
24
25
|
name: str
|
|
25
26
|
identity_tuple: tuple[str]
|
|
26
27
|
def __init__(self, name: str = "") -> None: ...
|
|
@@ -31,6 +32,7 @@ class Expression(StrAndRepr):
|
|
|
31
32
|
def as_rule(self) -> str: ...
|
|
32
33
|
|
|
33
34
|
class Literal(Expression):
|
|
35
|
+
__slots__ = ["literal"]
|
|
34
36
|
literal: str
|
|
35
37
|
identity_tuple: tuple[str, str] # type: ignore[assignment]
|
|
36
38
|
def __init__(self, literal: str, name: str = "") -> None: ...
|
|
@@ -38,6 +40,7 @@ class Literal(Expression):
|
|
|
38
40
|
class TokenMatcher(Literal): ...
|
|
39
41
|
|
|
40
42
|
class Regex(Expression):
|
|
43
|
+
__slots__ = ["re"]
|
|
41
44
|
re: Pattern[str]
|
|
42
45
|
identity_tuple: tuple[str, Pattern[str]] # type: ignore[assignment]
|
|
43
46
|
def __init__(
|
|
@@ -54,6 +57,7 @@ class Regex(Expression):
|
|
|
54
57
|
) -> None: ...
|
|
55
58
|
|
|
56
59
|
class Compound(Expression):
|
|
60
|
+
__slots__ = ["members"]
|
|
57
61
|
members: collections.abc.Sequence[Expression]
|
|
58
62
|
def __init__(self, *members: Expression, **kwargs: Any) -> None: ...
|
|
59
63
|
|
|
@@ -61,12 +65,14 @@ class Sequence(Compound): ...
|
|
|
61
65
|
class OneOf(Compound): ...
|
|
62
66
|
|
|
63
67
|
class Lookahead(Compound):
|
|
68
|
+
__slots__ = ["negativity"]
|
|
64
69
|
negativity: bool
|
|
65
70
|
def __init__(self, member: Expression, *, negative: bool = False, **kwargs: Any) -> None: ...
|
|
66
71
|
|
|
67
72
|
def Not(term: Expression) -> Lookahead: ...
|
|
68
73
|
|
|
69
74
|
class Quantifier(Compound):
|
|
75
|
+
__slots__ = ["min", "max"]
|
|
70
76
|
min: int
|
|
71
77
|
max: float
|
|
72
78
|
def __init__(self, member: Expression, *, min: int = 0, max: float = ..., name: str = "", **kwargs: Any) -> None: ...
|
|
@@ -8,6 +8,7 @@ from parsimonious.expressions import Expression
|
|
|
8
8
|
from parsimonious.grammar import Grammar
|
|
9
9
|
|
|
10
10
|
class Node:
|
|
11
|
+
__slots__ = ["expr", "full_text", "start", "end", "children"]
|
|
11
12
|
expr: Expression
|
|
12
13
|
full_text: str
|
|
13
14
|
start: int
|
|
@@ -25,6 +26,7 @@ class Node:
|
|
|
25
26
|
def __repr__(self, top_level: bool = True) -> str: ...
|
|
26
27
|
|
|
27
28
|
class RegexNode(Node):
|
|
29
|
+
__slots__ = ["match"]
|
|
28
30
|
match: Match[str]
|
|
29
31
|
|
|
30
32
|
class RuleDecoratorMeta(type): ...
|
|
@@ -13,6 +13,7 @@ from ..spec import BasicProperties
|
|
|
13
13
|
LOGGER: Logger
|
|
14
14
|
|
|
15
15
|
class _CallbackResult:
|
|
16
|
+
__slots__ = ("_value_class", "_ready", "_values")
|
|
16
17
|
def __init__(self, value_class=None) -> None: ...
|
|
17
18
|
def reset(self) -> None: ...
|
|
18
19
|
def __bool__(self) -> bool: ...
|
|
@@ -37,11 +38,13 @@ class _IoloopTimerContext:
|
|
|
37
38
|
def is_ready(self): ...
|
|
38
39
|
|
|
39
40
|
class _TimerEvt:
|
|
41
|
+
__slots__ = ("timer_id", "_callback")
|
|
40
42
|
timer_id: Incomplete
|
|
41
43
|
def __init__(self, callback) -> None: ...
|
|
42
44
|
def dispatch(self) -> None: ...
|
|
43
45
|
|
|
44
46
|
class _ConnectionBlockedUnblockedEvtBase:
|
|
47
|
+
__slots__ = ("_callback", "_method_frame")
|
|
45
48
|
def __init__(self, callback, method_frame) -> None: ...
|
|
46
49
|
def dispatch(self) -> None: ...
|
|
47
50
|
|
|
@@ -91,18 +94,21 @@ class BlockingConnection:
|
|
|
91
94
|
class _ChannelPendingEvt: ...
|
|
92
95
|
|
|
93
96
|
class _ConsumerDeliveryEvt(_ChannelPendingEvt):
|
|
97
|
+
__slots__ = ("method", "properties", "body")
|
|
94
98
|
method: Incomplete
|
|
95
99
|
properties: Incomplete
|
|
96
100
|
body: Incomplete
|
|
97
101
|
def __init__(self, method, properties, body) -> None: ...
|
|
98
102
|
|
|
99
103
|
class _ConsumerCancellationEvt(_ChannelPendingEvt):
|
|
104
|
+
__slots__ = ("method_frame",)
|
|
100
105
|
method_frame: Incomplete
|
|
101
106
|
def __init__(self, method_frame) -> None: ...
|
|
102
107
|
@property
|
|
103
108
|
def method(self): ...
|
|
104
109
|
|
|
105
110
|
class _ReturnedMessageEvt(_ChannelPendingEvt):
|
|
111
|
+
__slots__ = ("callback", "channel", "method", "properties", "body")
|
|
106
112
|
callback: Incomplete
|
|
107
113
|
channel: Incomplete
|
|
108
114
|
method: Incomplete
|
|
@@ -112,12 +118,14 @@ class _ReturnedMessageEvt(_ChannelPendingEvt):
|
|
|
112
118
|
def dispatch(self) -> None: ...
|
|
113
119
|
|
|
114
120
|
class ReturnedMessage:
|
|
121
|
+
__slots__ = ("method", "properties", "body")
|
|
115
122
|
method: Incomplete
|
|
116
123
|
properties: Incomplete
|
|
117
124
|
body: Incomplete
|
|
118
125
|
def __init__(self, method, properties, body) -> None: ...
|
|
119
126
|
|
|
120
127
|
class _ConsumerInfo:
|
|
128
|
+
__slots__ = ("consumer_tag", "auto_ack", "on_message_callback", "alternate_event_sink", "state")
|
|
121
129
|
SETTING_UP: int
|
|
122
130
|
ACTIVE: int
|
|
123
131
|
TEARING_DOWN: int
|
|
@@ -138,6 +146,7 @@ class _ConsumerInfo:
|
|
|
138
146
|
def cancelled_by_broker(self): ...
|
|
139
147
|
|
|
140
148
|
class _QueueConsumerGeneratorInfo:
|
|
149
|
+
__slots__ = ("params", "consumer_tag", "pending_events")
|
|
141
150
|
params: Incomplete
|
|
142
151
|
consumer_tag: Incomplete
|
|
143
152
|
pending_events: Incomplete
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
from _typeshed import Incomplete
|
|
2
1
|
from logging import Logger
|
|
3
2
|
|
|
4
3
|
from pika.adapters.base_connection import BaseConnection
|
|
@@ -10,17 +9,15 @@ LOGGER: Logger
|
|
|
10
9
|
class GeventConnection(BaseConnection):
|
|
11
10
|
def __init__(
|
|
12
11
|
self,
|
|
13
|
-
parameters
|
|
14
|
-
on_open_callback
|
|
15
|
-
on_open_error_callback
|
|
16
|
-
on_close_callback
|
|
17
|
-
custom_ioloop
|
|
18
|
-
internal_connection_workflow: bool =
|
|
12
|
+
parameters=None,
|
|
13
|
+
on_open_callback=None,
|
|
14
|
+
on_open_error_callback=None,
|
|
15
|
+
on_close_callback=None,
|
|
16
|
+
custom_ioloop=None,
|
|
17
|
+
internal_connection_workflow: bool = True,
|
|
19
18
|
) -> None: ...
|
|
20
19
|
@classmethod
|
|
21
|
-
def create_connection(
|
|
22
|
-
cls, connection_configs, on_done, custom_ioloop: Incomplete | None = ..., workflow: Incomplete | None = ...
|
|
23
|
-
): ...
|
|
20
|
+
def create_connection(cls, connection_configs, on_done, custom_ioloop=None, workflow=None): ...
|
|
24
21
|
|
|
25
22
|
class _TSafeCallbackQueue:
|
|
26
23
|
def __init__(self) -> None: ...
|
|
@@ -33,7 +30,7 @@ class _GeventSelectorIOLoop(AbstractSelectorIOLoop):
|
|
|
33
30
|
READ: int
|
|
34
31
|
WRITE: int
|
|
35
32
|
ERROR: int
|
|
36
|
-
def __init__(self, gevent_hub
|
|
33
|
+
def __init__(self, gevent_hub=None) -> None: ...
|
|
37
34
|
def close(self) -> None: ...
|
|
38
35
|
def start(self) -> None: ...
|
|
39
36
|
def stop(self) -> None: ...
|
|
@@ -45,13 +42,14 @@ class _GeventSelectorIOLoop(AbstractSelectorIOLoop):
|
|
|
45
42
|
def remove_handler(self, fd) -> None: ...
|
|
46
43
|
|
|
47
44
|
class _GeventSelectorIOServicesAdapter(SelectorIOServicesAdapter):
|
|
48
|
-
def getaddrinfo(self, host, port, on_done, family: int =
|
|
45
|
+
def getaddrinfo(self, host, port, on_done, family: int = 0, socktype: int = 0, proto: int = 0, flags: int = 0): ...
|
|
49
46
|
|
|
50
47
|
class _GeventIOLoopIOHandle(AbstractIOReference):
|
|
51
48
|
def __init__(self, subject) -> None: ...
|
|
52
49
|
def cancel(self): ...
|
|
53
50
|
|
|
54
51
|
class _GeventAddressResolver:
|
|
52
|
+
__slots__ = ("_loop", "_on_done", "_greenlet", "_ga_host", "_ga_port", "_ga_family", "_ga_socktype", "_ga_proto", "_ga_flags")
|
|
55
53
|
def __init__(self, native_loop, host, port, family, socktype, proto, flags, on_done) -> None: ...
|
|
56
54
|
def start(self) -> None: ...
|
|
57
55
|
def cancel(self): ...
|
|
@@ -23,6 +23,7 @@ class SelectConnection(BaseConnection):
|
|
|
23
23
|
def create_connection(cls, connection_configs, on_done, custom_ioloop=None, workflow=None): ...
|
|
24
24
|
|
|
25
25
|
class _Timeout:
|
|
26
|
+
__slots__ = ("deadline", "callback")
|
|
26
27
|
deadline: Incomplete
|
|
27
28
|
callback: Incomplete
|
|
28
29
|
def __init__(self, deadline, callback) -> None: ...
|
|
@@ -17,6 +17,24 @@ PRODUCT: str
|
|
|
17
17
|
LOGGER: Logger
|
|
18
18
|
|
|
19
19
|
class Parameters:
|
|
20
|
+
__slots__ = (
|
|
21
|
+
"_blocked_connection_timeout",
|
|
22
|
+
"_channel_max",
|
|
23
|
+
"_client_properties",
|
|
24
|
+
"_connection_attempts",
|
|
25
|
+
"_credentials",
|
|
26
|
+
"_frame_max",
|
|
27
|
+
"_heartbeat",
|
|
28
|
+
"_host",
|
|
29
|
+
"_locale",
|
|
30
|
+
"_port",
|
|
31
|
+
"_retry_delay",
|
|
32
|
+
"_socket_timeout",
|
|
33
|
+
"_stack_timeout",
|
|
34
|
+
"_ssl_options",
|
|
35
|
+
"_virtual_host",
|
|
36
|
+
"_tcp_options",
|
|
37
|
+
)
|
|
20
38
|
DEFAULT_USERNAME: str
|
|
21
39
|
DEFAULT_PASSWORD: str
|
|
22
40
|
DEFAULT_BLOCKED_CONNECTION_TIMEOUT: None
|
|
@@ -106,6 +124,7 @@ class Parameters:
|
|
|
106
124
|
def tcp_options(self, value: dict[Incomplete, Incomplete] | None) -> None: ...
|
|
107
125
|
|
|
108
126
|
class ConnectionParameters(Parameters):
|
|
127
|
+
__slots__ = ()
|
|
109
128
|
def __init__(
|
|
110
129
|
self,
|
|
111
130
|
host: str = ...,
|
|
@@ -127,9 +146,11 @@ class ConnectionParameters(Parameters):
|
|
|
127
146
|
) -> None: ...
|
|
128
147
|
|
|
129
148
|
class URLParameters(Parameters):
|
|
149
|
+
__slots__ = ("_all_url_query_values",)
|
|
130
150
|
def __init__(self, url: str) -> None: ...
|
|
131
151
|
|
|
132
152
|
class SSLOptions:
|
|
153
|
+
__slots__ = ("context", "server_hostname")
|
|
133
154
|
context: ssl.SSLContext
|
|
134
155
|
server_hostname: str | None
|
|
135
156
|
def __init__(self, context: ssl.SSLContext, server_hostname: str | None = None) -> None: ...
|
|
@@ -245,6 +245,18 @@ def commit() -> None: ...
|
|
|
245
245
|
def rollback() -> None: ...
|
|
246
246
|
|
|
247
247
|
class DBSessionContextManager:
|
|
248
|
+
__slots__ = (
|
|
249
|
+
"retry",
|
|
250
|
+
"retry_exceptions",
|
|
251
|
+
"allowed_exceptions",
|
|
252
|
+
"immediate",
|
|
253
|
+
"ddl",
|
|
254
|
+
"serializable",
|
|
255
|
+
"strict",
|
|
256
|
+
"optimistic",
|
|
257
|
+
"sql_debug",
|
|
258
|
+
"show_values",
|
|
259
|
+
)
|
|
248
260
|
retry: int
|
|
249
261
|
ddl: bool
|
|
250
262
|
serializable: bool
|
|
@@ -451,6 +463,51 @@ class DescWrapper:
|
|
|
451
463
|
attr_id_counter: itertools.count[int]
|
|
452
464
|
|
|
453
465
|
class Attribute:
|
|
466
|
+
__slots__ = (
|
|
467
|
+
"nullable",
|
|
468
|
+
"is_required",
|
|
469
|
+
"is_discriminator",
|
|
470
|
+
"is_unique",
|
|
471
|
+
"is_part_of_unique_index",
|
|
472
|
+
"is_pk",
|
|
473
|
+
"is_collection",
|
|
474
|
+
"is_relation",
|
|
475
|
+
"is_basic",
|
|
476
|
+
"is_string",
|
|
477
|
+
"is_volatile",
|
|
478
|
+
"is_implicit",
|
|
479
|
+
"id",
|
|
480
|
+
"pk_offset",
|
|
481
|
+
"pk_columns_offset",
|
|
482
|
+
"py_type",
|
|
483
|
+
"sql_type",
|
|
484
|
+
"entity",
|
|
485
|
+
"name",
|
|
486
|
+
"lazy",
|
|
487
|
+
"lazy_sql_cache",
|
|
488
|
+
"args",
|
|
489
|
+
"auto",
|
|
490
|
+
"default",
|
|
491
|
+
"reverse",
|
|
492
|
+
"composite_keys",
|
|
493
|
+
"column",
|
|
494
|
+
"columns",
|
|
495
|
+
"col_paths",
|
|
496
|
+
"_columns_checked",
|
|
497
|
+
"converters",
|
|
498
|
+
"kwargs",
|
|
499
|
+
"cascade_delete",
|
|
500
|
+
"index",
|
|
501
|
+
"reverse_index",
|
|
502
|
+
"original_default",
|
|
503
|
+
"sql_default",
|
|
504
|
+
"py_check",
|
|
505
|
+
"hidden",
|
|
506
|
+
"optimistic",
|
|
507
|
+
"fk_name",
|
|
508
|
+
"type_has_empty_value",
|
|
509
|
+
"interleave",
|
|
510
|
+
)
|
|
454
511
|
nullable: bool | None
|
|
455
512
|
is_required: bool
|
|
456
513
|
is_discriminator: bool
|
|
@@ -515,12 +572,15 @@ class Attribute:
|
|
|
515
572
|
def desc(attr) -> DescWrapper: ...
|
|
516
573
|
def describe(attr) -> str: ...
|
|
517
574
|
|
|
518
|
-
class Optional(Attribute):
|
|
575
|
+
class Optional(Attribute):
|
|
576
|
+
__slots__: list[str] = []
|
|
519
577
|
|
|
520
578
|
class Required(Attribute):
|
|
579
|
+
__slots__: list[str] = []
|
|
521
580
|
def validate(attr, val, obj=None, entity=None, from_db: bool = False): ...
|
|
522
581
|
|
|
523
582
|
class Discriminator(Required):
|
|
583
|
+
__slots__ = ["code2cls"]
|
|
524
584
|
code2cls: dict[Incomplete, Incomplete]
|
|
525
585
|
def __init__(attr, py_type, *args, **kwargs) -> None: ...
|
|
526
586
|
@staticmethod
|
|
@@ -534,6 +594,7 @@ class Discriminator(Required):
|
|
|
534
594
|
def update_reverse(attr, obj, old_val, new_val, undo_funcs) -> None: ...
|
|
535
595
|
|
|
536
596
|
class Index:
|
|
597
|
+
__slots__ = ("entity", "attrs", "is_pk", "is_unique")
|
|
537
598
|
entity: Incomplete
|
|
538
599
|
attrs: list[Incomplete]
|
|
539
600
|
is_pk: bool
|
|
@@ -544,9 +605,24 @@ def composite_index(*attrs) -> None: ...
|
|
|
544
605
|
def composite_key(*attrs) -> None: ...
|
|
545
606
|
|
|
546
607
|
class PrimaryKey(Required):
|
|
608
|
+
__slots__: list[str] = []
|
|
547
609
|
def __new__(cls, *args, **kwargs): ...
|
|
548
610
|
|
|
549
611
|
class Collection(Attribute):
|
|
612
|
+
__slots__ = (
|
|
613
|
+
"table",
|
|
614
|
+
"wrapper_class",
|
|
615
|
+
"symmetric",
|
|
616
|
+
"reverse_column",
|
|
617
|
+
"reverse_columns",
|
|
618
|
+
"nplus1_threshold",
|
|
619
|
+
"cached_load_sql",
|
|
620
|
+
"cached_add_m2m_sql",
|
|
621
|
+
"cached_remove_m2m_sql",
|
|
622
|
+
"cached_count_sql",
|
|
623
|
+
"cached_empty_sql",
|
|
624
|
+
"reverse_fk_name",
|
|
625
|
+
)
|
|
550
626
|
table: str | list[str] | tuple[str, ...] | None
|
|
551
627
|
wrapper_class: Incomplete
|
|
552
628
|
symmetric: bool
|
|
@@ -568,6 +644,7 @@ class Collection(Attribute):
|
|
|
568
644
|
def set(attr, obj, val, fromdb: bool = False) -> None: ...
|
|
569
645
|
|
|
570
646
|
class SetData(set[Incomplete]):
|
|
647
|
+
__slots__ = ("is_fully_loaded", "added", "removed", "absent", "count")
|
|
571
648
|
is_fully_loaded: bool
|
|
572
649
|
added: Incomplete
|
|
573
650
|
removed: Incomplete
|
|
@@ -580,6 +657,7 @@ def construct_batchload_criteria_list(
|
|
|
580
657
|
): ...
|
|
581
658
|
|
|
582
659
|
class Set(Collection):
|
|
660
|
+
__slots__: list[str] = []
|
|
583
661
|
def validate(attr, val, obj=None, entity=None, from_db: bool = False): ...
|
|
584
662
|
def prefetch_load_all(attr, objects): ...
|
|
585
663
|
def load(attr, obj, items=None): ...
|
|
@@ -606,6 +684,7 @@ class SetIterator:
|
|
|
606
684
|
__next__ = next
|
|
607
685
|
|
|
608
686
|
class SetInstance:
|
|
687
|
+
__slots__ = ("_obj_", "_attr_", "_attrnames_")
|
|
609
688
|
def __init__(wrapper, obj, attr) -> None: ...
|
|
610
689
|
def __reduce__(wrapper): ...
|
|
611
690
|
def copy(wrapper): ...
|
|
@@ -637,6 +716,7 @@ class SetInstance:
|
|
|
637
716
|
def unpickle_multiset(obj, attrnames, items): ...
|
|
638
717
|
|
|
639
718
|
class Multiset:
|
|
719
|
+
__slots__ = ["_obj_", "_attrnames_", "_items_"]
|
|
640
720
|
def __init__(multiset, obj, attrnames, items) -> None: ...
|
|
641
721
|
def __reduce__(multiset): ...
|
|
642
722
|
def distinct(multiset): ...
|
|
@@ -695,6 +775,18 @@ class EntityProxy:
|
|
|
695
775
|
def __ne__(self, other) -> bool: ...
|
|
696
776
|
|
|
697
777
|
class Entity(metaclass=EntityMeta):
|
|
778
|
+
__slots__ = (
|
|
779
|
+
"_session_cache_",
|
|
780
|
+
"_status_",
|
|
781
|
+
"_pkval_",
|
|
782
|
+
"_newid_",
|
|
783
|
+
"_dbvals_",
|
|
784
|
+
"_vals_",
|
|
785
|
+
"_rbits_",
|
|
786
|
+
"_wbits_",
|
|
787
|
+
"_save_pos_",
|
|
788
|
+
"__weakref__",
|
|
789
|
+
)
|
|
698
790
|
def __reduce__(obj): ...
|
|
699
791
|
def __init__(obj, *args, **kwargs) -> None: ...
|
|
700
792
|
def get_pk(obj): ...
|
|
@@ -774,6 +866,7 @@ class Query:
|
|
|
774
866
|
def to_json(query, include=(), exclude=(), converter=None, with_schema: bool = True, schema_hash=None): ...
|
|
775
867
|
|
|
776
868
|
class QueryResultIterator:
|
|
869
|
+
__slots__ = ("_query_result", "_position")
|
|
777
870
|
def __init__(self, query_result) -> None: ...
|
|
778
871
|
def next(self): ...
|
|
779
872
|
__next__ = next
|
|
@@ -782,6 +875,7 @@ class QueryResultIterator:
|
|
|
782
875
|
def make_query_result_method_error_stub(name: str, title: str | None = None) -> Callable[..., NoReturn]: ...
|
|
783
876
|
|
|
784
877
|
class QueryResult:
|
|
878
|
+
__slots__ = ("_query", "_limit", "_offset", "_items", "_expr_type", "_col_names")
|
|
785
879
|
def __init__(self, query, limit, offset, lazy) -> None: ...
|
|
786
880
|
def __iter__(self): ...
|
|
787
881
|
def __len__(self) -> int: ...
|
|
@@ -20,7 +20,8 @@ class MySQLSchema(dbschema.DBSchema):
|
|
|
20
20
|
class MySQLTranslator(SQLTranslator):
|
|
21
21
|
dialect: ClassVar[str]
|
|
22
22
|
|
|
23
|
-
class MySQLValue(Value):
|
|
23
|
+
class MySQLValue(Value):
|
|
24
|
+
__slots__: list[str] = []
|
|
24
25
|
|
|
25
26
|
class MySQLBuilder(SQLBuilder):
|
|
26
27
|
dialect: ClassVar[str]
|
|
@@ -30,7 +30,8 @@ class SQLiteTranslator(SQLTranslator):
|
|
|
30
30
|
StringMixin_UPPER: Incomplete
|
|
31
31
|
StringMixin_LOWER: Incomplete
|
|
32
32
|
|
|
33
|
-
class SQLiteValue(Value):
|
|
33
|
+
class SQLiteValue(Value):
|
|
34
|
+
__slots__: list[str] = []
|
|
34
35
|
|
|
35
36
|
class SQLiteBuilder(SQLBuilder):
|
|
36
37
|
dialect: ClassVar[str]
|
|
@@ -6,6 +6,7 @@ from pony.orm.core import Database, Entity
|
|
|
6
6
|
database: Database
|
|
7
7
|
|
|
8
8
|
class User(Entity):
|
|
9
|
+
__slots__ = ()
|
|
9
10
|
user_id: PrimaryKey
|
|
10
11
|
owned_pokemons: Incomplete
|
|
11
12
|
is_admin: Incomplete
|
|
@@ -20,6 +21,7 @@ class User(Entity):
|
|
|
20
21
|
def set_favorite_color(self, color: tuple[Incomplete, ...]): ...
|
|
21
22
|
|
|
22
23
|
class Pokemon(Entity):
|
|
24
|
+
__slots__ = ()
|
|
23
25
|
name: Incomplete
|
|
24
26
|
pokemon_id: Incomplete
|
|
25
27
|
sprite: Incomplete
|
|
@@ -32,6 +34,7 @@ class Pokemon(Entity):
|
|
|
32
34
|
def caught_by(self, user: User): ...
|
|
33
35
|
|
|
34
36
|
class Chat(Entity):
|
|
37
|
+
__slots__ = ()
|
|
35
38
|
chat_id: Incomplete
|
|
36
39
|
active: Incomplete
|
|
37
40
|
def activate(self) -> None: ...
|
|
@@ -5,6 +5,7 @@ from pony.orm.core import Database, Entity
|
|
|
5
5
|
db: Database
|
|
6
6
|
|
|
7
7
|
class Group(Entity):
|
|
8
|
+
__slots__ = ()
|
|
8
9
|
dept: Incomplete
|
|
9
10
|
year: Incomplete
|
|
10
11
|
spec: Incomplete
|
|
@@ -13,6 +14,7 @@ class Group(Entity):
|
|
|
13
14
|
lessons: Incomplete
|
|
14
15
|
|
|
15
16
|
class Department(Entity):
|
|
17
|
+
__slots__ = ()
|
|
16
18
|
number: Incomplete
|
|
17
19
|
faculty: Incomplete
|
|
18
20
|
name: Incomplete
|
|
@@ -20,23 +22,27 @@ class Department(Entity):
|
|
|
20
22
|
teachers: Incomplete
|
|
21
23
|
|
|
22
24
|
class Faculty(Entity):
|
|
25
|
+
__slots__ = ()
|
|
23
26
|
number: Incomplete
|
|
24
27
|
name: Incomplete
|
|
25
28
|
depts: Incomplete
|
|
26
29
|
|
|
27
30
|
class Student(Entity):
|
|
31
|
+
__slots__ = ()
|
|
28
32
|
name: Incomplete
|
|
29
33
|
group: Incomplete
|
|
30
34
|
dob: Incomplete
|
|
31
35
|
grades: Incomplete
|
|
32
36
|
|
|
33
37
|
class Grade(Entity):
|
|
38
|
+
__slots__ = ()
|
|
34
39
|
student: Incomplete
|
|
35
40
|
task: Incomplete
|
|
36
41
|
date: Incomplete
|
|
37
42
|
value: Incomplete
|
|
38
43
|
|
|
39
44
|
class Task(Entity):
|
|
45
|
+
__slots__ = ()
|
|
40
46
|
course: Incomplete
|
|
41
47
|
type: Incomplete
|
|
42
48
|
number: Incomplete
|
|
@@ -44,6 +50,7 @@ class Task(Entity):
|
|
|
44
50
|
grades: Incomplete
|
|
45
51
|
|
|
46
52
|
class Course(Entity):
|
|
53
|
+
__slots__ = ()
|
|
47
54
|
subject: Incomplete
|
|
48
55
|
semester: Incomplete
|
|
49
56
|
groups: Incomplete
|
|
@@ -52,23 +59,27 @@ class Course(Entity):
|
|
|
52
59
|
teachers: Incomplete
|
|
53
60
|
|
|
54
61
|
class Subject(Entity):
|
|
62
|
+
__slots__ = ()
|
|
55
63
|
name: Incomplete
|
|
56
64
|
descr: Incomplete
|
|
57
65
|
courses: Incomplete
|
|
58
66
|
|
|
59
67
|
class Room(Entity):
|
|
68
|
+
__slots__ = ()
|
|
60
69
|
building: Incomplete
|
|
61
70
|
number: Incomplete
|
|
62
71
|
floor: Incomplete
|
|
63
72
|
schedules: Incomplete
|
|
64
73
|
|
|
65
74
|
class Teacher(Entity):
|
|
75
|
+
__slots__ = ()
|
|
66
76
|
dept: Incomplete
|
|
67
77
|
name: Incomplete
|
|
68
78
|
courses: Incomplete
|
|
69
79
|
lessons: Incomplete
|
|
70
80
|
|
|
71
81
|
class Lesson(Entity):
|
|
82
|
+
__slots__ = ()
|
|
72
83
|
groups: Incomplete
|
|
73
84
|
course: Incomplete
|
|
74
85
|
room: Incomplete
|
|
@@ -5,24 +5,28 @@ from pony.orm.core import Database, Entity
|
|
|
5
5
|
db: Database
|
|
6
6
|
|
|
7
7
|
class Customer(Entity):
|
|
8
|
+
__slots__ = ()
|
|
8
9
|
id: Incomplete
|
|
9
10
|
name: Incomplete
|
|
10
11
|
email: Incomplete
|
|
11
12
|
orders: Incomplete
|
|
12
13
|
|
|
13
14
|
class Order(Entity):
|
|
15
|
+
__slots__ = ()
|
|
14
16
|
id: Incomplete
|
|
15
17
|
total_price: Incomplete
|
|
16
18
|
customer: Incomplete
|
|
17
19
|
items: Incomplete
|
|
18
20
|
|
|
19
21
|
class Product(Entity):
|
|
22
|
+
__slots__ = ()
|
|
20
23
|
id: Incomplete
|
|
21
24
|
name: Incomplete
|
|
22
25
|
price: Incomplete
|
|
23
26
|
items: Incomplete
|
|
24
27
|
|
|
25
28
|
class OrderItem(Entity):
|
|
29
|
+
__slots__ = ()
|
|
26
30
|
quantity: Incomplete
|
|
27
31
|
order: Incomplete
|
|
28
32
|
product: Incomplete
|
|
@@ -5,6 +5,7 @@ from pony.orm.core import Database, Entity
|
|
|
5
5
|
db: Database
|
|
6
6
|
|
|
7
7
|
class Customer(Entity):
|
|
8
|
+
__slots__ = ()
|
|
8
9
|
email: Incomplete
|
|
9
10
|
password: Incomplete
|
|
10
11
|
name: Incomplete
|
|
@@ -14,6 +15,7 @@ class Customer(Entity):
|
|
|
14
15
|
orders: Incomplete
|
|
15
16
|
|
|
16
17
|
class Product(Entity):
|
|
18
|
+
__slots__ = ()
|
|
17
19
|
id: Incomplete
|
|
18
20
|
name: Incomplete
|
|
19
21
|
categories: Incomplete
|
|
@@ -25,17 +27,20 @@ class Product(Entity):
|
|
|
25
27
|
order_items: Incomplete
|
|
26
28
|
|
|
27
29
|
class CartItem(Entity):
|
|
30
|
+
__slots__ = ()
|
|
28
31
|
quantity: Incomplete
|
|
29
32
|
customer: Incomplete
|
|
30
33
|
product: Incomplete
|
|
31
34
|
|
|
32
35
|
class OrderItem(Entity):
|
|
36
|
+
__slots__ = ()
|
|
33
37
|
quantity: Incomplete
|
|
34
38
|
price: Incomplete
|
|
35
39
|
order: Incomplete
|
|
36
40
|
product: Incomplete
|
|
37
41
|
|
|
38
42
|
class Order(Entity):
|
|
43
|
+
__slots__ = ()
|
|
39
44
|
id: Incomplete
|
|
40
45
|
state: Incomplete
|
|
41
46
|
date_created: Incomplete
|
|
@@ -46,6 +51,7 @@ class Order(Entity):
|
|
|
46
51
|
items: Incomplete
|
|
47
52
|
|
|
48
53
|
class Category(Entity):
|
|
54
|
+
__slots__ = ()
|
|
49
55
|
name: Incomplete
|
|
50
56
|
products: Incomplete
|
|
51
57
|
|
|
@@ -5,31 +5,38 @@ from pony.orm.core import Database, Entity
|
|
|
5
5
|
db: Database
|
|
6
6
|
|
|
7
7
|
class Person(Entity):
|
|
8
|
+
__slots__ = ()
|
|
8
9
|
id: Incomplete
|
|
9
10
|
name: Incomplete
|
|
10
11
|
dob: Incomplete
|
|
11
12
|
ssn: Incomplete
|
|
12
13
|
|
|
13
14
|
class Student(Person):
|
|
15
|
+
__slots__ = ()
|
|
14
16
|
group: Incomplete
|
|
15
17
|
mentor: Incomplete
|
|
16
18
|
attend_courses: Incomplete
|
|
17
19
|
|
|
18
20
|
class Teacher(Person):
|
|
21
|
+
__slots__ = ()
|
|
19
22
|
teach_courses: Incomplete
|
|
20
23
|
apprentices: Incomplete
|
|
21
24
|
salary: Incomplete
|
|
22
25
|
|
|
23
|
-
class Assistant(Student, Teacher):
|
|
26
|
+
class Assistant(Student, Teacher):
|
|
27
|
+
__slots__ = ()
|
|
24
28
|
|
|
25
29
|
class Professor(Teacher):
|
|
30
|
+
__slots__ = ()
|
|
26
31
|
position: Incomplete
|
|
27
32
|
|
|
28
33
|
class Group(Entity):
|
|
34
|
+
__slots__ = ()
|
|
29
35
|
number: Incomplete
|
|
30
36
|
students: Incomplete
|
|
31
37
|
|
|
32
38
|
class Course(Entity):
|
|
39
|
+
__slots__ = ()
|
|
33
40
|
name: Incomplete
|
|
34
41
|
semester: Incomplete
|
|
35
42
|
students: Incomplete
|