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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
from _typeshed import ReadOnlyBuffer, SupportsRead, SupportsWrite
|
|
3
3
|
from curses import _ncurses_version
|
|
4
|
-
from typing import Any, final, overload
|
|
4
|
+
from typing import Any, Final, final, overload
|
|
5
5
|
from typing_extensions import TypeAlias
|
|
6
6
|
|
|
7
7
|
# NOTE: This module is ordinarily only available on Unix, but the windows-curses
|
|
@@ -11,270 +11,270 @@ from typing_extensions import TypeAlias
|
|
|
11
11
|
_ChType: TypeAlias = str | bytes | int
|
|
12
12
|
|
|
13
13
|
# ACS codes are only initialized after initscr is called
|
|
14
|
-
ACS_BBSS: int
|
|
15
|
-
ACS_BLOCK: int
|
|
16
|
-
ACS_BOARD: int
|
|
17
|
-
ACS_BSBS: int
|
|
18
|
-
ACS_BSSB: int
|
|
19
|
-
ACS_BSSS: int
|
|
20
|
-
ACS_BTEE: int
|
|
21
|
-
ACS_BULLET: int
|
|
22
|
-
ACS_CKBOARD: int
|
|
23
|
-
ACS_DARROW: int
|
|
24
|
-
ACS_DEGREE: int
|
|
25
|
-
ACS_DIAMOND: int
|
|
26
|
-
ACS_GEQUAL: int
|
|
27
|
-
ACS_HLINE: int
|
|
28
|
-
ACS_LANTERN: int
|
|
29
|
-
ACS_LARROW: int
|
|
30
|
-
ACS_LEQUAL: int
|
|
31
|
-
ACS_LLCORNER: int
|
|
32
|
-
ACS_LRCORNER: int
|
|
33
|
-
ACS_LTEE: int
|
|
34
|
-
ACS_NEQUAL: int
|
|
35
|
-
ACS_PI: int
|
|
36
|
-
ACS_PLMINUS: int
|
|
37
|
-
ACS_PLUS: int
|
|
38
|
-
ACS_RARROW: int
|
|
39
|
-
ACS_RTEE: int
|
|
40
|
-
ACS_S1: int
|
|
41
|
-
ACS_S3: int
|
|
42
|
-
ACS_S7: int
|
|
43
|
-
ACS_S9: int
|
|
44
|
-
ACS_SBBS: int
|
|
45
|
-
ACS_SBSB: int
|
|
46
|
-
ACS_SBSS: int
|
|
47
|
-
ACS_SSBB: int
|
|
48
|
-
ACS_SSBS: int
|
|
49
|
-
ACS_SSSB: int
|
|
50
|
-
ACS_SSSS: int
|
|
51
|
-
ACS_STERLING: int
|
|
52
|
-
ACS_TTEE: int
|
|
53
|
-
ACS_UARROW: int
|
|
54
|
-
ACS_ULCORNER: int
|
|
55
|
-
ACS_URCORNER: int
|
|
56
|
-
ACS_VLINE: int
|
|
57
|
-
ALL_MOUSE_EVENTS: int
|
|
58
|
-
A_ALTCHARSET: int
|
|
59
|
-
A_ATTRIBUTES: int
|
|
60
|
-
A_BLINK: int
|
|
61
|
-
A_BOLD: int
|
|
62
|
-
A_CHARTEXT: int
|
|
63
|
-
A_COLOR: int
|
|
64
|
-
A_DIM: int
|
|
65
|
-
A_HORIZONTAL: int
|
|
66
|
-
A_INVIS: int
|
|
67
|
-
A_ITALIC: int
|
|
68
|
-
A_LEFT: int
|
|
69
|
-
A_LOW: int
|
|
70
|
-
A_NORMAL: int
|
|
71
|
-
A_PROTECT: int
|
|
72
|
-
A_REVERSE: int
|
|
73
|
-
A_RIGHT: int
|
|
74
|
-
A_STANDOUT: int
|
|
75
|
-
A_TOP: int
|
|
76
|
-
A_UNDERLINE: int
|
|
77
|
-
A_VERTICAL: int
|
|
78
|
-
BUTTON1_CLICKED: int
|
|
79
|
-
BUTTON1_DOUBLE_CLICKED: int
|
|
80
|
-
BUTTON1_PRESSED: int
|
|
81
|
-
BUTTON1_RELEASED: int
|
|
82
|
-
BUTTON1_TRIPLE_CLICKED: int
|
|
83
|
-
BUTTON2_CLICKED: int
|
|
84
|
-
BUTTON2_DOUBLE_CLICKED: int
|
|
85
|
-
BUTTON2_PRESSED: int
|
|
86
|
-
BUTTON2_RELEASED: int
|
|
87
|
-
BUTTON2_TRIPLE_CLICKED: int
|
|
88
|
-
BUTTON3_CLICKED: int
|
|
89
|
-
BUTTON3_DOUBLE_CLICKED: int
|
|
90
|
-
BUTTON3_PRESSED: int
|
|
91
|
-
BUTTON3_RELEASED: int
|
|
92
|
-
BUTTON3_TRIPLE_CLICKED: int
|
|
93
|
-
BUTTON4_CLICKED: int
|
|
94
|
-
BUTTON4_DOUBLE_CLICKED: int
|
|
95
|
-
BUTTON4_PRESSED: int
|
|
96
|
-
BUTTON4_RELEASED: int
|
|
97
|
-
BUTTON4_TRIPLE_CLICKED: int
|
|
14
|
+
ACS_BBSS: Final[int]
|
|
15
|
+
ACS_BLOCK: Final[int]
|
|
16
|
+
ACS_BOARD: Final[int]
|
|
17
|
+
ACS_BSBS: Final[int]
|
|
18
|
+
ACS_BSSB: Final[int]
|
|
19
|
+
ACS_BSSS: Final[int]
|
|
20
|
+
ACS_BTEE: Final[int]
|
|
21
|
+
ACS_BULLET: Final[int]
|
|
22
|
+
ACS_CKBOARD: Final[int]
|
|
23
|
+
ACS_DARROW: Final[int]
|
|
24
|
+
ACS_DEGREE: Final[int]
|
|
25
|
+
ACS_DIAMOND: Final[int]
|
|
26
|
+
ACS_GEQUAL: Final[int]
|
|
27
|
+
ACS_HLINE: Final[int]
|
|
28
|
+
ACS_LANTERN: Final[int]
|
|
29
|
+
ACS_LARROW: Final[int]
|
|
30
|
+
ACS_LEQUAL: Final[int]
|
|
31
|
+
ACS_LLCORNER: Final[int]
|
|
32
|
+
ACS_LRCORNER: Final[int]
|
|
33
|
+
ACS_LTEE: Final[int]
|
|
34
|
+
ACS_NEQUAL: Final[int]
|
|
35
|
+
ACS_PI: Final[int]
|
|
36
|
+
ACS_PLMINUS: Final[int]
|
|
37
|
+
ACS_PLUS: Final[int]
|
|
38
|
+
ACS_RARROW: Final[int]
|
|
39
|
+
ACS_RTEE: Final[int]
|
|
40
|
+
ACS_S1: Final[int]
|
|
41
|
+
ACS_S3: Final[int]
|
|
42
|
+
ACS_S7: Final[int]
|
|
43
|
+
ACS_S9: Final[int]
|
|
44
|
+
ACS_SBBS: Final[int]
|
|
45
|
+
ACS_SBSB: Final[int]
|
|
46
|
+
ACS_SBSS: Final[int]
|
|
47
|
+
ACS_SSBB: Final[int]
|
|
48
|
+
ACS_SSBS: Final[int]
|
|
49
|
+
ACS_SSSB: Final[int]
|
|
50
|
+
ACS_SSSS: Final[int]
|
|
51
|
+
ACS_STERLING: Final[int]
|
|
52
|
+
ACS_TTEE: Final[int]
|
|
53
|
+
ACS_UARROW: Final[int]
|
|
54
|
+
ACS_ULCORNER: Final[int]
|
|
55
|
+
ACS_URCORNER: Final[int]
|
|
56
|
+
ACS_VLINE: Final[int]
|
|
57
|
+
ALL_MOUSE_EVENTS: Final[int]
|
|
58
|
+
A_ALTCHARSET: Final[int]
|
|
59
|
+
A_ATTRIBUTES: Final[int]
|
|
60
|
+
A_BLINK: Final[int]
|
|
61
|
+
A_BOLD: Final[int]
|
|
62
|
+
A_CHARTEXT: Final[int]
|
|
63
|
+
A_COLOR: Final[int]
|
|
64
|
+
A_DIM: Final[int]
|
|
65
|
+
A_HORIZONTAL: Final[int]
|
|
66
|
+
A_INVIS: Final[int]
|
|
67
|
+
A_ITALIC: Final[int]
|
|
68
|
+
A_LEFT: Final[int]
|
|
69
|
+
A_LOW: Final[int]
|
|
70
|
+
A_NORMAL: Final[int]
|
|
71
|
+
A_PROTECT: Final[int]
|
|
72
|
+
A_REVERSE: Final[int]
|
|
73
|
+
A_RIGHT: Final[int]
|
|
74
|
+
A_STANDOUT: Final[int]
|
|
75
|
+
A_TOP: Final[int]
|
|
76
|
+
A_UNDERLINE: Final[int]
|
|
77
|
+
A_VERTICAL: Final[int]
|
|
78
|
+
BUTTON1_CLICKED: Final[int]
|
|
79
|
+
BUTTON1_DOUBLE_CLICKED: Final[int]
|
|
80
|
+
BUTTON1_PRESSED: Final[int]
|
|
81
|
+
BUTTON1_RELEASED: Final[int]
|
|
82
|
+
BUTTON1_TRIPLE_CLICKED: Final[int]
|
|
83
|
+
BUTTON2_CLICKED: Final[int]
|
|
84
|
+
BUTTON2_DOUBLE_CLICKED: Final[int]
|
|
85
|
+
BUTTON2_PRESSED: Final[int]
|
|
86
|
+
BUTTON2_RELEASED: Final[int]
|
|
87
|
+
BUTTON2_TRIPLE_CLICKED: Final[int]
|
|
88
|
+
BUTTON3_CLICKED: Final[int]
|
|
89
|
+
BUTTON3_DOUBLE_CLICKED: Final[int]
|
|
90
|
+
BUTTON3_PRESSED: Final[int]
|
|
91
|
+
BUTTON3_RELEASED: Final[int]
|
|
92
|
+
BUTTON3_TRIPLE_CLICKED: Final[int]
|
|
93
|
+
BUTTON4_CLICKED: Final[int]
|
|
94
|
+
BUTTON4_DOUBLE_CLICKED: Final[int]
|
|
95
|
+
BUTTON4_PRESSED: Final[int]
|
|
96
|
+
BUTTON4_RELEASED: Final[int]
|
|
97
|
+
BUTTON4_TRIPLE_CLICKED: Final[int]
|
|
98
98
|
# Darwin ncurses doesn't provide BUTTON5_* constants prior to 3.12.10 and 3.13.3
|
|
99
99
|
if sys.version_info >= (3, 10):
|
|
100
100
|
if sys.version_info >= (3, 12) or sys.platform != "darwin":
|
|
101
|
-
BUTTON5_PRESSED: int
|
|
102
|
-
BUTTON5_RELEASED: int
|
|
103
|
-
BUTTON5_CLICKED: int
|
|
104
|
-
BUTTON5_DOUBLE_CLICKED: int
|
|
105
|
-
BUTTON5_TRIPLE_CLICKED: int
|
|
106
|
-
BUTTON_ALT: int
|
|
107
|
-
BUTTON_CTRL: int
|
|
108
|
-
BUTTON_SHIFT: int
|
|
109
|
-
COLOR_BLACK: int
|
|
110
|
-
COLOR_BLUE: int
|
|
111
|
-
COLOR_CYAN: int
|
|
112
|
-
COLOR_GREEN: int
|
|
113
|
-
COLOR_MAGENTA: int
|
|
114
|
-
COLOR_RED: int
|
|
115
|
-
COLOR_WHITE: int
|
|
116
|
-
COLOR_YELLOW: int
|
|
117
|
-
ERR: int
|
|
118
|
-
KEY_A1: int
|
|
119
|
-
KEY_A3: int
|
|
120
|
-
KEY_B2: int
|
|
121
|
-
KEY_BACKSPACE: int
|
|
122
|
-
KEY_BEG: int
|
|
123
|
-
KEY_BREAK: int
|
|
124
|
-
KEY_BTAB: int
|
|
125
|
-
KEY_C1: int
|
|
126
|
-
KEY_C3: int
|
|
127
|
-
KEY_CANCEL: int
|
|
128
|
-
KEY_CATAB: int
|
|
129
|
-
KEY_CLEAR: int
|
|
130
|
-
KEY_CLOSE: int
|
|
131
|
-
KEY_COMMAND: int
|
|
132
|
-
KEY_COPY: int
|
|
133
|
-
KEY_CREATE: int
|
|
134
|
-
KEY_CTAB: int
|
|
135
|
-
KEY_DC: int
|
|
136
|
-
KEY_DL: int
|
|
137
|
-
KEY_DOWN: int
|
|
138
|
-
KEY_EIC: int
|
|
139
|
-
KEY_END: int
|
|
140
|
-
KEY_ENTER: int
|
|
141
|
-
KEY_EOL: int
|
|
142
|
-
KEY_EOS: int
|
|
143
|
-
KEY_EXIT: int
|
|
144
|
-
KEY_F0: int
|
|
145
|
-
KEY_F1: int
|
|
146
|
-
KEY_F10: int
|
|
147
|
-
KEY_F11: int
|
|
148
|
-
KEY_F12: int
|
|
149
|
-
KEY_F13: int
|
|
150
|
-
KEY_F14: int
|
|
151
|
-
KEY_F15: int
|
|
152
|
-
KEY_F16: int
|
|
153
|
-
KEY_F17: int
|
|
154
|
-
KEY_F18: int
|
|
155
|
-
KEY_F19: int
|
|
156
|
-
KEY_F2: int
|
|
157
|
-
KEY_F20: int
|
|
158
|
-
KEY_F21: int
|
|
159
|
-
KEY_F22: int
|
|
160
|
-
KEY_F23: int
|
|
161
|
-
KEY_F24: int
|
|
162
|
-
KEY_F25: int
|
|
163
|
-
KEY_F26: int
|
|
164
|
-
KEY_F27: int
|
|
165
|
-
KEY_F28: int
|
|
166
|
-
KEY_F29: int
|
|
167
|
-
KEY_F3: int
|
|
168
|
-
KEY_F30: int
|
|
169
|
-
KEY_F31: int
|
|
170
|
-
KEY_F32: int
|
|
171
|
-
KEY_F33: int
|
|
172
|
-
KEY_F34: int
|
|
173
|
-
KEY_F35: int
|
|
174
|
-
KEY_F36: int
|
|
175
|
-
KEY_F37: int
|
|
176
|
-
KEY_F38: int
|
|
177
|
-
KEY_F39: int
|
|
178
|
-
KEY_F4: int
|
|
179
|
-
KEY_F40: int
|
|
180
|
-
KEY_F41: int
|
|
181
|
-
KEY_F42: int
|
|
182
|
-
KEY_F43: int
|
|
183
|
-
KEY_F44: int
|
|
184
|
-
KEY_F45: int
|
|
185
|
-
KEY_F46: int
|
|
186
|
-
KEY_F47: int
|
|
187
|
-
KEY_F48: int
|
|
188
|
-
KEY_F49: int
|
|
189
|
-
KEY_F5: int
|
|
190
|
-
KEY_F50: int
|
|
191
|
-
KEY_F51: int
|
|
192
|
-
KEY_F52: int
|
|
193
|
-
KEY_F53: int
|
|
194
|
-
KEY_F54: int
|
|
195
|
-
KEY_F55: int
|
|
196
|
-
KEY_F56: int
|
|
197
|
-
KEY_F57: int
|
|
198
|
-
KEY_F58: int
|
|
199
|
-
KEY_F59: int
|
|
200
|
-
KEY_F6: int
|
|
201
|
-
KEY_F60: int
|
|
202
|
-
KEY_F61: int
|
|
203
|
-
KEY_F62: int
|
|
204
|
-
KEY_F63: int
|
|
205
|
-
KEY_F7: int
|
|
206
|
-
KEY_F8: int
|
|
207
|
-
KEY_F9: int
|
|
208
|
-
KEY_FIND: int
|
|
209
|
-
KEY_HELP: int
|
|
210
|
-
KEY_HOME: int
|
|
211
|
-
KEY_IC: int
|
|
212
|
-
KEY_IL: int
|
|
213
|
-
KEY_LEFT: int
|
|
214
|
-
KEY_LL: int
|
|
215
|
-
KEY_MARK: int
|
|
216
|
-
KEY_MAX: int
|
|
217
|
-
KEY_MESSAGE: int
|
|
218
|
-
KEY_MIN: int
|
|
219
|
-
KEY_MOUSE: int
|
|
220
|
-
KEY_MOVE: int
|
|
221
|
-
KEY_NEXT: int
|
|
222
|
-
KEY_NPAGE: int
|
|
223
|
-
KEY_OPEN: int
|
|
224
|
-
KEY_OPTIONS: int
|
|
225
|
-
KEY_PPAGE: int
|
|
226
|
-
KEY_PREVIOUS: int
|
|
227
|
-
KEY_PRINT: int
|
|
228
|
-
KEY_REDO: int
|
|
229
|
-
KEY_REFERENCE: int
|
|
230
|
-
KEY_REFRESH: int
|
|
231
|
-
KEY_REPLACE: int
|
|
232
|
-
KEY_RESET: int
|
|
233
|
-
KEY_RESIZE: int
|
|
234
|
-
KEY_RESTART: int
|
|
235
|
-
KEY_RESUME: int
|
|
236
|
-
KEY_RIGHT: int
|
|
237
|
-
KEY_SAVE: int
|
|
238
|
-
KEY_SBEG: int
|
|
239
|
-
KEY_SCANCEL: int
|
|
240
|
-
KEY_SCOMMAND: int
|
|
241
|
-
KEY_SCOPY: int
|
|
242
|
-
KEY_SCREATE: int
|
|
243
|
-
KEY_SDC: int
|
|
244
|
-
KEY_SDL: int
|
|
245
|
-
KEY_SELECT: int
|
|
246
|
-
KEY_SEND: int
|
|
247
|
-
KEY_SEOL: int
|
|
248
|
-
KEY_SEXIT: int
|
|
249
|
-
KEY_SF: int
|
|
250
|
-
KEY_SFIND: int
|
|
251
|
-
KEY_SHELP: int
|
|
252
|
-
KEY_SHOME: int
|
|
253
|
-
KEY_SIC: int
|
|
254
|
-
KEY_SLEFT: int
|
|
255
|
-
KEY_SMESSAGE: int
|
|
256
|
-
KEY_SMOVE: int
|
|
257
|
-
KEY_SNEXT: int
|
|
258
|
-
KEY_SOPTIONS: int
|
|
259
|
-
KEY_SPREVIOUS: int
|
|
260
|
-
KEY_SPRINT: int
|
|
261
|
-
KEY_SR: int
|
|
262
|
-
KEY_SREDO: int
|
|
263
|
-
KEY_SREPLACE: int
|
|
264
|
-
KEY_SRESET: int
|
|
265
|
-
KEY_SRIGHT: int
|
|
266
|
-
KEY_SRSUME: int
|
|
267
|
-
KEY_SSAVE: int
|
|
268
|
-
KEY_SSUSPEND: int
|
|
269
|
-
KEY_STAB: int
|
|
270
|
-
KEY_SUNDO: int
|
|
271
|
-
KEY_SUSPEND: int
|
|
272
|
-
KEY_UNDO: int
|
|
273
|
-
KEY_UP: int
|
|
274
|
-
OK: int
|
|
275
|
-
REPORT_MOUSE_POSITION: int
|
|
101
|
+
BUTTON5_PRESSED: Final[int]
|
|
102
|
+
BUTTON5_RELEASED: Final[int]
|
|
103
|
+
BUTTON5_CLICKED: Final[int]
|
|
104
|
+
BUTTON5_DOUBLE_CLICKED: Final[int]
|
|
105
|
+
BUTTON5_TRIPLE_CLICKED: Final[int]
|
|
106
|
+
BUTTON_ALT: Final[int]
|
|
107
|
+
BUTTON_CTRL: Final[int]
|
|
108
|
+
BUTTON_SHIFT: Final[int]
|
|
109
|
+
COLOR_BLACK: Final[int]
|
|
110
|
+
COLOR_BLUE: Final[int]
|
|
111
|
+
COLOR_CYAN: Final[int]
|
|
112
|
+
COLOR_GREEN: Final[int]
|
|
113
|
+
COLOR_MAGENTA: Final[int]
|
|
114
|
+
COLOR_RED: Final[int]
|
|
115
|
+
COLOR_WHITE: Final[int]
|
|
116
|
+
COLOR_YELLOW: Final[int]
|
|
117
|
+
ERR: Final[int]
|
|
118
|
+
KEY_A1: Final[int]
|
|
119
|
+
KEY_A3: Final[int]
|
|
120
|
+
KEY_B2: Final[int]
|
|
121
|
+
KEY_BACKSPACE: Final[int]
|
|
122
|
+
KEY_BEG: Final[int]
|
|
123
|
+
KEY_BREAK: Final[int]
|
|
124
|
+
KEY_BTAB: Final[int]
|
|
125
|
+
KEY_C1: Final[int]
|
|
126
|
+
KEY_C3: Final[int]
|
|
127
|
+
KEY_CANCEL: Final[int]
|
|
128
|
+
KEY_CATAB: Final[int]
|
|
129
|
+
KEY_CLEAR: Final[int]
|
|
130
|
+
KEY_CLOSE: Final[int]
|
|
131
|
+
KEY_COMMAND: Final[int]
|
|
132
|
+
KEY_COPY: Final[int]
|
|
133
|
+
KEY_CREATE: Final[int]
|
|
134
|
+
KEY_CTAB: Final[int]
|
|
135
|
+
KEY_DC: Final[int]
|
|
136
|
+
KEY_DL: Final[int]
|
|
137
|
+
KEY_DOWN: Final[int]
|
|
138
|
+
KEY_EIC: Final[int]
|
|
139
|
+
KEY_END: Final[int]
|
|
140
|
+
KEY_ENTER: Final[int]
|
|
141
|
+
KEY_EOL: Final[int]
|
|
142
|
+
KEY_EOS: Final[int]
|
|
143
|
+
KEY_EXIT: Final[int]
|
|
144
|
+
KEY_F0: Final[int]
|
|
145
|
+
KEY_F1: Final[int]
|
|
146
|
+
KEY_F10: Final[int]
|
|
147
|
+
KEY_F11: Final[int]
|
|
148
|
+
KEY_F12: Final[int]
|
|
149
|
+
KEY_F13: Final[int]
|
|
150
|
+
KEY_F14: Final[int]
|
|
151
|
+
KEY_F15: Final[int]
|
|
152
|
+
KEY_F16: Final[int]
|
|
153
|
+
KEY_F17: Final[int]
|
|
154
|
+
KEY_F18: Final[int]
|
|
155
|
+
KEY_F19: Final[int]
|
|
156
|
+
KEY_F2: Final[int]
|
|
157
|
+
KEY_F20: Final[int]
|
|
158
|
+
KEY_F21: Final[int]
|
|
159
|
+
KEY_F22: Final[int]
|
|
160
|
+
KEY_F23: Final[int]
|
|
161
|
+
KEY_F24: Final[int]
|
|
162
|
+
KEY_F25: Final[int]
|
|
163
|
+
KEY_F26: Final[int]
|
|
164
|
+
KEY_F27: Final[int]
|
|
165
|
+
KEY_F28: Final[int]
|
|
166
|
+
KEY_F29: Final[int]
|
|
167
|
+
KEY_F3: Final[int]
|
|
168
|
+
KEY_F30: Final[int]
|
|
169
|
+
KEY_F31: Final[int]
|
|
170
|
+
KEY_F32: Final[int]
|
|
171
|
+
KEY_F33: Final[int]
|
|
172
|
+
KEY_F34: Final[int]
|
|
173
|
+
KEY_F35: Final[int]
|
|
174
|
+
KEY_F36: Final[int]
|
|
175
|
+
KEY_F37: Final[int]
|
|
176
|
+
KEY_F38: Final[int]
|
|
177
|
+
KEY_F39: Final[int]
|
|
178
|
+
KEY_F4: Final[int]
|
|
179
|
+
KEY_F40: Final[int]
|
|
180
|
+
KEY_F41: Final[int]
|
|
181
|
+
KEY_F42: Final[int]
|
|
182
|
+
KEY_F43: Final[int]
|
|
183
|
+
KEY_F44: Final[int]
|
|
184
|
+
KEY_F45: Final[int]
|
|
185
|
+
KEY_F46: Final[int]
|
|
186
|
+
KEY_F47: Final[int]
|
|
187
|
+
KEY_F48: Final[int]
|
|
188
|
+
KEY_F49: Final[int]
|
|
189
|
+
KEY_F5: Final[int]
|
|
190
|
+
KEY_F50: Final[int]
|
|
191
|
+
KEY_F51: Final[int]
|
|
192
|
+
KEY_F52: Final[int]
|
|
193
|
+
KEY_F53: Final[int]
|
|
194
|
+
KEY_F54: Final[int]
|
|
195
|
+
KEY_F55: Final[int]
|
|
196
|
+
KEY_F56: Final[int]
|
|
197
|
+
KEY_F57: Final[int]
|
|
198
|
+
KEY_F58: Final[int]
|
|
199
|
+
KEY_F59: Final[int]
|
|
200
|
+
KEY_F6: Final[int]
|
|
201
|
+
KEY_F60: Final[int]
|
|
202
|
+
KEY_F61: Final[int]
|
|
203
|
+
KEY_F62: Final[int]
|
|
204
|
+
KEY_F63: Final[int]
|
|
205
|
+
KEY_F7: Final[int]
|
|
206
|
+
KEY_F8: Final[int]
|
|
207
|
+
KEY_F9: Final[int]
|
|
208
|
+
KEY_FIND: Final[int]
|
|
209
|
+
KEY_HELP: Final[int]
|
|
210
|
+
KEY_HOME: Final[int]
|
|
211
|
+
KEY_IC: Final[int]
|
|
212
|
+
KEY_IL: Final[int]
|
|
213
|
+
KEY_LEFT: Final[int]
|
|
214
|
+
KEY_LL: Final[int]
|
|
215
|
+
KEY_MARK: Final[int]
|
|
216
|
+
KEY_MAX: Final[int]
|
|
217
|
+
KEY_MESSAGE: Final[int]
|
|
218
|
+
KEY_MIN: Final[int]
|
|
219
|
+
KEY_MOUSE: Final[int]
|
|
220
|
+
KEY_MOVE: Final[int]
|
|
221
|
+
KEY_NEXT: Final[int]
|
|
222
|
+
KEY_NPAGE: Final[int]
|
|
223
|
+
KEY_OPEN: Final[int]
|
|
224
|
+
KEY_OPTIONS: Final[int]
|
|
225
|
+
KEY_PPAGE: Final[int]
|
|
226
|
+
KEY_PREVIOUS: Final[int]
|
|
227
|
+
KEY_PRINT: Final[int]
|
|
228
|
+
KEY_REDO: Final[int]
|
|
229
|
+
KEY_REFERENCE: Final[int]
|
|
230
|
+
KEY_REFRESH: Final[int]
|
|
231
|
+
KEY_REPLACE: Final[int]
|
|
232
|
+
KEY_RESET: Final[int]
|
|
233
|
+
KEY_RESIZE: Final[int]
|
|
234
|
+
KEY_RESTART: Final[int]
|
|
235
|
+
KEY_RESUME: Final[int]
|
|
236
|
+
KEY_RIGHT: Final[int]
|
|
237
|
+
KEY_SAVE: Final[int]
|
|
238
|
+
KEY_SBEG: Final[int]
|
|
239
|
+
KEY_SCANCEL: Final[int]
|
|
240
|
+
KEY_SCOMMAND: Final[int]
|
|
241
|
+
KEY_SCOPY: Final[int]
|
|
242
|
+
KEY_SCREATE: Final[int]
|
|
243
|
+
KEY_SDC: Final[int]
|
|
244
|
+
KEY_SDL: Final[int]
|
|
245
|
+
KEY_SELECT: Final[int]
|
|
246
|
+
KEY_SEND: Final[int]
|
|
247
|
+
KEY_SEOL: Final[int]
|
|
248
|
+
KEY_SEXIT: Final[int]
|
|
249
|
+
KEY_SF: Final[int]
|
|
250
|
+
KEY_SFIND: Final[int]
|
|
251
|
+
KEY_SHELP: Final[int]
|
|
252
|
+
KEY_SHOME: Final[int]
|
|
253
|
+
KEY_SIC: Final[int]
|
|
254
|
+
KEY_SLEFT: Final[int]
|
|
255
|
+
KEY_SMESSAGE: Final[int]
|
|
256
|
+
KEY_SMOVE: Final[int]
|
|
257
|
+
KEY_SNEXT: Final[int]
|
|
258
|
+
KEY_SOPTIONS: Final[int]
|
|
259
|
+
KEY_SPREVIOUS: Final[int]
|
|
260
|
+
KEY_SPRINT: Final[int]
|
|
261
|
+
KEY_SR: Final[int]
|
|
262
|
+
KEY_SREDO: Final[int]
|
|
263
|
+
KEY_SREPLACE: Final[int]
|
|
264
|
+
KEY_SRESET: Final[int]
|
|
265
|
+
KEY_SRIGHT: Final[int]
|
|
266
|
+
KEY_SRSUME: Final[int]
|
|
267
|
+
KEY_SSAVE: Final[int]
|
|
268
|
+
KEY_SSUSPEND: Final[int]
|
|
269
|
+
KEY_STAB: Final[int]
|
|
270
|
+
KEY_SUNDO: Final[int]
|
|
271
|
+
KEY_SUSPEND: Final[int]
|
|
272
|
+
KEY_UNDO: Final[int]
|
|
273
|
+
KEY_UP: Final[int]
|
|
274
|
+
OK: Final[int]
|
|
275
|
+
REPORT_MOUSE_POSITION: Final[int]
|
|
276
276
|
_C_API: Any
|
|
277
|
-
version: bytes
|
|
277
|
+
version: Final[bytes]
|
|
278
278
|
|
|
279
279
|
def baudrate() -> int:
|
|
280
280
|
"""Return the output speed of the terminal in bits per second."""
|
|
@@ -597,7 +597,7 @@ def newpad(nlines: int, ncols: int, /) -> window:
|
|
|
597
597
|
Width.
|
|
598
598
|
"""
|
|
599
599
|
...
|
|
600
|
-
def newwin(nlines: int, ncols: int, begin_y: int =
|
|
600
|
+
def newwin(nlines: int, ncols: int, begin_y: int = 0, begin_x: int = 0, /) -> window:
|
|
601
601
|
"""
|
|
602
602
|
newwin(nlines, ncols, [begin_y=0, begin_x=0])
|
|
603
603
|
Return a new window.
|
|
@@ -1066,7 +1066,7 @@ class window: # undocumented
|
|
|
1066
1066
|
def attrset(self, attr: int, /) -> None:
|
|
1067
1067
|
"""Set the "background" set of attributes."""
|
|
1068
1068
|
...
|
|
1069
|
-
def bkgd(self, ch: _ChType, attr: int =
|
|
1069
|
+
def bkgd(self, ch: _ChType, attr: int = 0, /) -> None:
|
|
1070
1070
|
"""
|
|
1071
1071
|
Set the background property of the window.
|
|
1072
1072
|
|
|
@@ -1076,7 +1076,7 @@ class window: # undocumented
|
|
|
1076
1076
|
Background attributes.
|
|
1077
1077
|
"""
|
|
1078
1078
|
...
|
|
1079
|
-
def bkgdset(self, ch: _ChType, attr: int =
|
|
1079
|
+
def bkgdset(self, ch: _ChType, attr: int = 0, /) -> None:
|
|
1080
1080
|
"""
|
|
1081
1081
|
Set the window's background.
|
|
1082
1082
|
|
|
@@ -1139,7 +1139,7 @@ class window: # undocumented
|
|
|
1139
1139
|
"""
|
|
1140
1140
|
...
|
|
1141
1141
|
@overload
|
|
1142
|
-
def box(self, vertch: _ChType =
|
|
1142
|
+
def box(self, vertch: _ChType = 0, horch: _ChType = 0) -> None:
|
|
1143
1143
|
"""
|
|
1144
1144
|
box([verch=0, horch=0])
|
|
1145
1145
|
Draw a border around the edges of the window.
|
|
@@ -1231,7 +1231,7 @@ class window: # undocumented
|
|
|
1231
1231
|
screen.
|
|
1232
1232
|
"""
|
|
1233
1233
|
...
|
|
1234
|
-
def echochar(self, ch: _ChType, attr: int =
|
|
1234
|
+
def echochar(self, ch: _ChType, attr: int = 0, /) -> None:
|
|
1235
1235
|
"""
|
|
1236
1236
|
Add character ch with attribute attr, and refresh.
|
|
1237
1237
|
|
|
@@ -1563,9 +1563,9 @@ class window: # undocumented
|
|
|
1563
1563
|
"""
|
|
1564
1564
|
...
|
|
1565
1565
|
@overload
|
|
1566
|
-
def instr(self, n: int =
|
|
1566
|
+
def instr(self, n: int = 2047) -> bytes: ...
|
|
1567
1567
|
@overload
|
|
1568
|
-
def instr(self, y: int, x: int, n: int =
|
|
1568
|
+
def instr(self, y: int, x: int, n: int = 2047) -> bytes: ...
|
|
1569
1569
|
def is_linetouched(self, line: int, /) -> bool:
|
|
1570
1570
|
"""
|
|
1571
1571
|
Return True if the specified line was modified, otherwise return False.
|
|
@@ -1735,7 +1735,7 @@ class window: # undocumented
|
|
|
1735
1735
|
"""
|
|
1736
1736
|
...
|
|
1737
1737
|
def resize(self, nlines: int, ncols: int) -> None: ...
|
|
1738
|
-
def scroll(self, lines: int =
|
|
1738
|
+
def scroll(self, lines: int = 1) -> None:
|
|
1739
1739
|
"""
|
|
1740
1740
|
scroll([lines=1])
|
|
1741
1741
|
Scroll the screen or scrolling region.
|
|
@@ -1841,7 +1841,7 @@ class window: # undocumented
|
|
|
1841
1841
|
def syncok(self, flag: bool) -> None: ...
|
|
1842
1842
|
def syncup(self) -> None: ...
|
|
1843
1843
|
def timeout(self, delay: int) -> None: ...
|
|
1844
|
-
def touchline(self, start: int, count: int, changed: bool =
|
|
1844
|
+
def touchline(self, start: int, count: int, changed: bool = True) -> None:
|
|
1845
1845
|
"""
|
|
1846
1846
|
touchline(start, count, [changed=True])
|
|
1847
1847
|
Pretend count lines have been changed, starting with line start.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
from _typeshed import ReadOnlyBuffer, StrOrBytesPath
|
|
3
3
|
from types import TracebackType
|
|
4
|
-
from typing import TypeVar, final, overload, type_check_only
|
|
4
|
+
from typing import Final, TypeVar, final, overload, type_check_only
|
|
5
5
|
from typing_extensions import Self, TypeAlias
|
|
6
6
|
|
|
7
7
|
if sys.platform != "win32":
|
|
@@ -10,7 +10,7 @@ if sys.platform != "win32":
|
|
|
10
10
|
_ValueType: TypeAlias = str | ReadOnlyBuffer
|
|
11
11
|
|
|
12
12
|
class error(OSError): ...
|
|
13
|
-
library: str
|
|
13
|
+
library: Final[str]
|
|
14
14
|
|
|
15
15
|
# Actual typename dbm, not exposed by the implementation
|
|
16
16
|
@final
|
|
@@ -33,7 +33,7 @@ if sys.platform != "win32":
|
|
|
33
33
|
@overload
|
|
34
34
|
def get(self, k: _KeyType, default: _T, /) -> bytes | _T: ...
|
|
35
35
|
def keys(self) -> list[bytes]: ...
|
|
36
|
-
def setdefault(self, k: _KeyType, default: _ValueType =
|
|
36
|
+
def setdefault(self, k: _KeyType, default: _ValueType = b"", /) -> bytes: ...
|
|
37
37
|
# This isn't true, but the class can't be instantiated. See #13024
|
|
38
38
|
__new__: None # type: ignore[assignment]
|
|
39
39
|
__init__: None # type: ignore[assignment]
|
|
@@ -57,14 +57,14 @@ if sys.version_info >= (3, 11):
|
|
|
57
57
|
def localcontext(
|
|
58
58
|
ctx: Context | None = None,
|
|
59
59
|
*,
|
|
60
|
-
prec: int | None =
|
|
61
|
-
rounding: str | None =
|
|
62
|
-
Emin: int | None =
|
|
63
|
-
Emax: int | None =
|
|
64
|
-
capitals: int | None =
|
|
65
|
-
clamp: int | None =
|
|
66
|
-
traps: dict[_TrapType, bool] | None =
|
|
67
|
-
flags: dict[_TrapType, bool] | None =
|
|
60
|
+
prec: int | None = None,
|
|
61
|
+
rounding: str | None = None,
|
|
62
|
+
Emin: int | None = None,
|
|
63
|
+
Emax: int | None = None,
|
|
64
|
+
capitals: int | None = None,
|
|
65
|
+
clamp: int | None = None,
|
|
66
|
+
traps: dict[_TrapType, bool] | None = None,
|
|
67
|
+
flags: dict[_TrapType, bool] | None = None,
|
|
68
68
|
) -> _ContextManager:
|
|
69
69
|
"""
|
|
70
70
|
Return a context manager that will set the default context to a copy of ctx
|