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
|
@@ -0,0 +1,1065 @@
|
|
|
1
|
+
import argparse
|
|
2
|
+
from _typeshed import ConvertibleToInt
|
|
3
|
+
from collections.abc import Callable, Container
|
|
4
|
+
from ssl import SSLContext, _SSLMethod
|
|
5
|
+
from typing import Annotated, Any, ClassVar, overload
|
|
6
|
+
from typing_extensions import TypeAlias, override
|
|
7
|
+
|
|
8
|
+
from gunicorn.arbiter import Arbiter
|
|
9
|
+
from gunicorn.glogging import Logger as GLogger
|
|
10
|
+
from gunicorn.http import Request
|
|
11
|
+
from gunicorn.http.wsgi import Response
|
|
12
|
+
from gunicorn.workers.base import Worker
|
|
13
|
+
|
|
14
|
+
from ._types import _AddressType, _EnvironType
|
|
15
|
+
|
|
16
|
+
_ConfigValueType: TypeAlias = Any
|
|
17
|
+
# Any: Value type depends on the setting's validator (e.g., validate_bool, validate_pos_int).
|
|
18
|
+
# Maybe types: bool, int, str, list[str], dict[str, Any], Callable[..., object], type[object], ssl.PROTOCOL_*.
|
|
19
|
+
# Validator ensures type correctness at runtime.
|
|
20
|
+
|
|
21
|
+
_OnStartingHookType: TypeAlias = Callable[[Arbiter], object]
|
|
22
|
+
_OnReloadHookType: TypeAlias = Callable[[Arbiter], object]
|
|
23
|
+
_WhenReadyHookType: TypeAlias = Callable[[Arbiter], object]
|
|
24
|
+
_PreForkHookType: TypeAlias = Callable[[Arbiter, Worker], object]
|
|
25
|
+
_PostForkHookType: TypeAlias = Callable[[Arbiter, Worker], object]
|
|
26
|
+
_PostWorkerInitHookType: TypeAlias = Callable[[Worker], object]
|
|
27
|
+
_WorkerIntHookType: TypeAlias = Callable[[Worker], object]
|
|
28
|
+
_WorkerAbortHookType: TypeAlias = Callable[[Worker], object]
|
|
29
|
+
_PreExecHookType: TypeAlias = Callable[[Arbiter], object]
|
|
30
|
+
_PreRequestHookType: TypeAlias = Callable[[Worker, Request], object]
|
|
31
|
+
_PostRequestHookType: TypeAlias = Callable[[Worker, Request, _EnvironType, Response], object]
|
|
32
|
+
_ChildExitHookType: TypeAlias = Callable[[Arbiter, Worker], object]
|
|
33
|
+
_WorkerExitHookType: TypeAlias = Callable[[Arbiter, Worker], object]
|
|
34
|
+
_NumWorkersChangedHookType: TypeAlias = Callable[[Arbiter, int, int | None], object]
|
|
35
|
+
_OnExitHookType: TypeAlias = Callable[[Arbiter], object]
|
|
36
|
+
_SSLContextHookType: TypeAlias = Callable[[Config, Callable[[], SSLContext]], SSLContext]
|
|
37
|
+
|
|
38
|
+
_HookType: TypeAlias = (
|
|
39
|
+
_OnStartingHookType
|
|
40
|
+
| _OnReloadHookType
|
|
41
|
+
| _WhenReadyHookType
|
|
42
|
+
| _PreForkHookType
|
|
43
|
+
| _PostForkHookType
|
|
44
|
+
| _PostWorkerInitHookType
|
|
45
|
+
| _WorkerIntHookType
|
|
46
|
+
| _WorkerAbortHookType
|
|
47
|
+
| _PreExecHookType
|
|
48
|
+
| _PreRequestHookType
|
|
49
|
+
| _PostRequestHookType
|
|
50
|
+
| _ChildExitHookType
|
|
51
|
+
| _WorkerExitHookType
|
|
52
|
+
| _NumWorkersChangedHookType
|
|
53
|
+
| _OnExitHookType
|
|
54
|
+
| _SSLContextHookType
|
|
55
|
+
)
|
|
56
|
+
# Validators
|
|
57
|
+
_BoolValidatorType: TypeAlias = Callable[[bool | str | None], bool | None]
|
|
58
|
+
_StringValidatorType: TypeAlias = Callable[[str | None], str | None]
|
|
59
|
+
_ListStringValidatorType: TypeAlias = Callable[[str | list[str] | None], list[str]]
|
|
60
|
+
_IntValidatorType: TypeAlias = Callable[[int | ConvertibleToInt], int]
|
|
61
|
+
_DictValidatorType: TypeAlias = Callable[[dict[str, Any]], dict[str, Any]]
|
|
62
|
+
_ClassValidatorType: TypeAlias = Callable[[object | str | None], type[Any] | None]
|
|
63
|
+
_UserGroupValidatorType: TypeAlias = Callable[[str | int | None], int]
|
|
64
|
+
_AddressValidatorType: TypeAlias = Callable[[str | None], _AddressType | None]
|
|
65
|
+
_CallableValidatorType: TypeAlias = Callable[[str | _HookType], _HookType]
|
|
66
|
+
|
|
67
|
+
_ValidatorType: TypeAlias = ( # noqa: Y047
|
|
68
|
+
_BoolValidatorType
|
|
69
|
+
| _StringValidatorType
|
|
70
|
+
| _ListStringValidatorType
|
|
71
|
+
| _IntValidatorType
|
|
72
|
+
| _DictValidatorType
|
|
73
|
+
| _ClassValidatorType
|
|
74
|
+
| _UserGroupValidatorType
|
|
75
|
+
| _AddressValidatorType
|
|
76
|
+
| _CallableValidatorType
|
|
77
|
+
)
|
|
78
|
+
|
|
79
|
+
KNOWN_SETTINGS: list[Setting]
|
|
80
|
+
PLATFORM: str
|
|
81
|
+
|
|
82
|
+
def make_settings(ignore: Container[Setting] | None = None) -> dict[str, Setting]: ...
|
|
83
|
+
def auto_int(_: Any, x: str) -> int: ...
|
|
84
|
+
|
|
85
|
+
class Config:
|
|
86
|
+
settings: dict[str, Setting]
|
|
87
|
+
usage: str | None
|
|
88
|
+
prog: str | None
|
|
89
|
+
env_orig: dict[str, str]
|
|
90
|
+
|
|
91
|
+
def __init__(self, usage: str | None = None, prog: str | None = None) -> None: ...
|
|
92
|
+
def __getattr__(self, name: str) -> Any: ...
|
|
93
|
+
@override
|
|
94
|
+
def __setattr__(self, name: str, value: Any) -> None: ...
|
|
95
|
+
def set(self, name: str, value: _ConfigValueType) -> None: ...
|
|
96
|
+
def get_cmd_args_from_env(self) -> list[str]: ...
|
|
97
|
+
def parser(self) -> argparse.ArgumentParser: ...
|
|
98
|
+
@property
|
|
99
|
+
def worker_class_str(self) -> str: ...
|
|
100
|
+
@property
|
|
101
|
+
def worker_class(self) -> type[Worker]: ...
|
|
102
|
+
@property
|
|
103
|
+
def address(self) -> list[_AddressType]: ...
|
|
104
|
+
@property
|
|
105
|
+
def uid(self) -> int: ...
|
|
106
|
+
@property
|
|
107
|
+
def gid(self) -> int: ...
|
|
108
|
+
@property
|
|
109
|
+
def proc_name(self) -> str | None: ...
|
|
110
|
+
@property
|
|
111
|
+
def logger_class(self) -> type[GLogger]: ...
|
|
112
|
+
@property
|
|
113
|
+
def is_ssl(self) -> bool: ...
|
|
114
|
+
@property
|
|
115
|
+
def ssl_options(self) -> dict[str, Any]: ...
|
|
116
|
+
@property
|
|
117
|
+
def env(self) -> dict[str, str]: ...
|
|
118
|
+
@property
|
|
119
|
+
def sendfile(self) -> bool: ...
|
|
120
|
+
@property
|
|
121
|
+
def reuse_port(self) -> bool: ...
|
|
122
|
+
@property
|
|
123
|
+
def paste_global_conf(self) -> dict[str, str] | None: ...
|
|
124
|
+
|
|
125
|
+
class SettingMeta(type):
|
|
126
|
+
def __new__(cls, name: str, bases: tuple[type, ...], attrs: dict[str, Any]) -> SettingMeta: ...
|
|
127
|
+
def fmt_desc(cls, desc: str) -> None: ...
|
|
128
|
+
|
|
129
|
+
class Setting(metaclass=SettingMeta):
|
|
130
|
+
name: ClassVar[str | None]
|
|
131
|
+
value: _ConfigValueType
|
|
132
|
+
section: ClassVar[str | None]
|
|
133
|
+
cli: ClassVar[list[str] | None]
|
|
134
|
+
validator: ClassVar[Callable[..., Any] | None] # See `_ValidatorType`
|
|
135
|
+
type: ClassVar[argparse._ActionType | None]
|
|
136
|
+
meta: ClassVar[str | None]
|
|
137
|
+
action: ClassVar[str | None]
|
|
138
|
+
default: ClassVar[Any]
|
|
139
|
+
short: ClassVar[str | None]
|
|
140
|
+
desc: ClassVar[str | None]
|
|
141
|
+
nargs: ClassVar[int | str | None]
|
|
142
|
+
const: ClassVar[bool | None]
|
|
143
|
+
order: ClassVar[int]
|
|
144
|
+
|
|
145
|
+
def __init__(self) -> None: ...
|
|
146
|
+
def add_option(self, parser: argparse.ArgumentParser) -> None: ...
|
|
147
|
+
def copy(self) -> Setting: ...
|
|
148
|
+
def get(self) -> _ConfigValueType: ...
|
|
149
|
+
def set(self, val: _ConfigValueType) -> None: ...
|
|
150
|
+
def __lt__(self, other: Setting) -> bool: ...
|
|
151
|
+
|
|
152
|
+
__cmp__ = __lt__
|
|
153
|
+
|
|
154
|
+
@overload
|
|
155
|
+
def validate_bool(val: bool) -> bool: ...
|
|
156
|
+
@overload
|
|
157
|
+
def validate_bool(val: None) -> None: ...
|
|
158
|
+
@overload
|
|
159
|
+
def validate_bool(val: Annotated[str, "Case-insensitive boolean string ('true'/'false' in any case)"]) -> bool: ...
|
|
160
|
+
def validate_dict(val: dict[str, Any]) -> dict[str, Any]: ...
|
|
161
|
+
@overload
|
|
162
|
+
def validate_pos_int(val: int) -> int: ...
|
|
163
|
+
@overload
|
|
164
|
+
def validate_pos_int(val: ConvertibleToInt) -> int: ...
|
|
165
|
+
def validate_ssl_version(val: _SSLMethod) -> _SSLMethod: ...
|
|
166
|
+
@overload
|
|
167
|
+
def validate_string(val: str) -> str: ...
|
|
168
|
+
@overload
|
|
169
|
+
def validate_string(val: None) -> None: ...
|
|
170
|
+
@overload
|
|
171
|
+
def validate_file_exists(val: str) -> str: ...
|
|
172
|
+
@overload
|
|
173
|
+
def validate_file_exists(val: None) -> None: ...
|
|
174
|
+
@overload
|
|
175
|
+
def validate_list_string(val: str) -> list[str]: ...
|
|
176
|
+
@overload
|
|
177
|
+
def validate_list_string(val: list[str]) -> list[str]: ...
|
|
178
|
+
@overload
|
|
179
|
+
def validate_list_string(val: None) -> list[str]: ...
|
|
180
|
+
@overload
|
|
181
|
+
def validate_list_of_existing_files(val: str) -> list[str]: ...
|
|
182
|
+
@overload
|
|
183
|
+
def validate_list_of_existing_files(val: list[str]) -> list[str]: ...
|
|
184
|
+
@overload
|
|
185
|
+
def validate_list_of_existing_files(val: None) -> list[str]: ...
|
|
186
|
+
def validate_string_to_addr_list(val: str | None) -> list[str]: ...
|
|
187
|
+
def validate_string_to_list(val: str | None) -> list[str]: ...
|
|
188
|
+
@overload
|
|
189
|
+
def validate_class(val: str) -> str: ...
|
|
190
|
+
@overload
|
|
191
|
+
def validate_class(val: None) -> None: ...
|
|
192
|
+
@overload
|
|
193
|
+
def validate_class(val: object) -> object: ...
|
|
194
|
+
def validate_callable(arity: int) -> _CallableValidatorType: ...
|
|
195
|
+
def validate_user(val: int | str | None) -> int: ...
|
|
196
|
+
def validate_group(val: int | str | None) -> int: ...
|
|
197
|
+
def validate_post_request(val: str | _HookType) -> _PostRequestHookType: ...
|
|
198
|
+
def validate_chdir(val: str) -> str: ...
|
|
199
|
+
@overload
|
|
200
|
+
def validate_statsd_address(val: str) -> _AddressType: ...
|
|
201
|
+
@overload
|
|
202
|
+
def validate_statsd_address(val: None) -> None: ...
|
|
203
|
+
def validate_reload_engine(val: str) -> str: ...
|
|
204
|
+
@overload
|
|
205
|
+
def validate_header_map_behaviour(val: str) -> str: ...
|
|
206
|
+
@overload
|
|
207
|
+
def validate_header_map_behaviour(val: None) -> None: ...
|
|
208
|
+
def get_default_config_file() -> str | None: ...
|
|
209
|
+
|
|
210
|
+
class ConfigFile(Setting):
|
|
211
|
+
name: ClassVar[str]
|
|
212
|
+
section: ClassVar[str]
|
|
213
|
+
cli: ClassVar[list[str]]
|
|
214
|
+
meta: ClassVar[str]
|
|
215
|
+
validator: ClassVar[_StringValidatorType]
|
|
216
|
+
default: ClassVar[str]
|
|
217
|
+
desc: ClassVar[str]
|
|
218
|
+
|
|
219
|
+
class WSGIApp(Setting):
|
|
220
|
+
name: ClassVar[str]
|
|
221
|
+
section: ClassVar[str]
|
|
222
|
+
meta: ClassVar[str]
|
|
223
|
+
validator: ClassVar[_StringValidatorType]
|
|
224
|
+
default: ClassVar[None]
|
|
225
|
+
desc: ClassVar[str]
|
|
226
|
+
|
|
227
|
+
class Bind(Setting):
|
|
228
|
+
name: ClassVar[str]
|
|
229
|
+
action: ClassVar[str]
|
|
230
|
+
section: ClassVar[str]
|
|
231
|
+
cli: ClassVar[list[str]]
|
|
232
|
+
meta: ClassVar[str]
|
|
233
|
+
validator: ClassVar[_ListStringValidatorType]
|
|
234
|
+
default: ClassVar[list[str]]
|
|
235
|
+
desc: ClassVar[str]
|
|
236
|
+
|
|
237
|
+
class Backlog(Setting):
|
|
238
|
+
name: ClassVar[str]
|
|
239
|
+
section: ClassVar[str]
|
|
240
|
+
cli: ClassVar[list[str]]
|
|
241
|
+
meta: ClassVar[str]
|
|
242
|
+
validator: ClassVar[_IntValidatorType]
|
|
243
|
+
type: ClassVar[type[int]]
|
|
244
|
+
default: ClassVar[int]
|
|
245
|
+
desc: ClassVar[str]
|
|
246
|
+
|
|
247
|
+
class Workers(Setting):
|
|
248
|
+
name: ClassVar[str]
|
|
249
|
+
section: ClassVar[str]
|
|
250
|
+
cli: ClassVar[list[str]]
|
|
251
|
+
meta: ClassVar[str]
|
|
252
|
+
validator: ClassVar[_IntValidatorType]
|
|
253
|
+
type: ClassVar[type[int]]
|
|
254
|
+
default: ClassVar[int]
|
|
255
|
+
desc: ClassVar[str]
|
|
256
|
+
|
|
257
|
+
class WorkerClass(Setting):
|
|
258
|
+
name: ClassVar[str]
|
|
259
|
+
section: ClassVar[str]
|
|
260
|
+
cli: ClassVar[list[str]]
|
|
261
|
+
meta: ClassVar[str]
|
|
262
|
+
validator: ClassVar[_ClassValidatorType]
|
|
263
|
+
default: ClassVar[str]
|
|
264
|
+
desc: ClassVar[str]
|
|
265
|
+
|
|
266
|
+
class WorkerThreads(Setting):
|
|
267
|
+
name: ClassVar[str]
|
|
268
|
+
section: ClassVar[str]
|
|
269
|
+
cli: ClassVar[list[str]]
|
|
270
|
+
meta: ClassVar[str]
|
|
271
|
+
validator: ClassVar[_IntValidatorType]
|
|
272
|
+
type: ClassVar[type[int]]
|
|
273
|
+
default: ClassVar[int]
|
|
274
|
+
desc: ClassVar[str]
|
|
275
|
+
|
|
276
|
+
class WorkerConnections(Setting):
|
|
277
|
+
name: ClassVar[str]
|
|
278
|
+
section: ClassVar[str]
|
|
279
|
+
cli: ClassVar[list[str]]
|
|
280
|
+
meta: ClassVar[str]
|
|
281
|
+
validator: ClassVar[_IntValidatorType]
|
|
282
|
+
type: ClassVar[type[int]]
|
|
283
|
+
default: ClassVar[int]
|
|
284
|
+
desc: ClassVar[str]
|
|
285
|
+
|
|
286
|
+
class MaxRequests(Setting):
|
|
287
|
+
name: ClassVar[str]
|
|
288
|
+
section: ClassVar[str]
|
|
289
|
+
cli: ClassVar[list[str]]
|
|
290
|
+
meta: ClassVar[str]
|
|
291
|
+
validator: ClassVar[_IntValidatorType]
|
|
292
|
+
type: ClassVar[type[int]]
|
|
293
|
+
default: ClassVar[int]
|
|
294
|
+
desc: ClassVar[str]
|
|
295
|
+
|
|
296
|
+
class MaxRequestsJitter(Setting):
|
|
297
|
+
name: ClassVar[str]
|
|
298
|
+
section: ClassVar[str]
|
|
299
|
+
cli: ClassVar[list[str]]
|
|
300
|
+
meta: ClassVar[str]
|
|
301
|
+
validator: ClassVar[_IntValidatorType]
|
|
302
|
+
type: ClassVar[type[int]]
|
|
303
|
+
default: ClassVar[int]
|
|
304
|
+
desc: ClassVar[str]
|
|
305
|
+
|
|
306
|
+
class Timeout(Setting):
|
|
307
|
+
name: ClassVar[str]
|
|
308
|
+
section: ClassVar[str]
|
|
309
|
+
cli: ClassVar[list[str]]
|
|
310
|
+
meta: ClassVar[str]
|
|
311
|
+
validator: ClassVar[_IntValidatorType]
|
|
312
|
+
type: ClassVar[type[int]]
|
|
313
|
+
default: ClassVar[int]
|
|
314
|
+
desc: ClassVar[str]
|
|
315
|
+
|
|
316
|
+
class GracefulTimeout(Setting):
|
|
317
|
+
name: ClassVar[str]
|
|
318
|
+
section: ClassVar[str]
|
|
319
|
+
cli: ClassVar[list[str]]
|
|
320
|
+
meta: ClassVar[str]
|
|
321
|
+
validator: ClassVar[_IntValidatorType]
|
|
322
|
+
type: ClassVar[type[int]]
|
|
323
|
+
default: ClassVar[int]
|
|
324
|
+
desc: ClassVar[str]
|
|
325
|
+
|
|
326
|
+
class Keepalive(Setting):
|
|
327
|
+
name: ClassVar[str]
|
|
328
|
+
section: ClassVar[str]
|
|
329
|
+
cli: ClassVar[list[str]]
|
|
330
|
+
meta: ClassVar[str]
|
|
331
|
+
validator: ClassVar[_IntValidatorType]
|
|
332
|
+
type: ClassVar[type[int]]
|
|
333
|
+
default: ClassVar[int]
|
|
334
|
+
desc: ClassVar[str]
|
|
335
|
+
|
|
336
|
+
class LimitRequestLine(Setting):
|
|
337
|
+
name: ClassVar[str]
|
|
338
|
+
section: ClassVar[str]
|
|
339
|
+
cli: ClassVar[list[str]]
|
|
340
|
+
meta: ClassVar[str]
|
|
341
|
+
validator: ClassVar[_IntValidatorType]
|
|
342
|
+
type: ClassVar[type[int]]
|
|
343
|
+
default: ClassVar[int]
|
|
344
|
+
desc: ClassVar[str]
|
|
345
|
+
|
|
346
|
+
class LimitRequestFields(Setting):
|
|
347
|
+
name: ClassVar[str]
|
|
348
|
+
section: ClassVar[str]
|
|
349
|
+
cli: ClassVar[list[str]]
|
|
350
|
+
meta: ClassVar[str]
|
|
351
|
+
validator: ClassVar[_IntValidatorType]
|
|
352
|
+
type: ClassVar[type[int]]
|
|
353
|
+
default: ClassVar[int]
|
|
354
|
+
desc: ClassVar[str]
|
|
355
|
+
|
|
356
|
+
class LimitRequestFieldSize(Setting):
|
|
357
|
+
name: ClassVar[str]
|
|
358
|
+
section: ClassVar[str]
|
|
359
|
+
cli: ClassVar[list[str]]
|
|
360
|
+
meta: ClassVar[str]
|
|
361
|
+
validator: ClassVar[_IntValidatorType]
|
|
362
|
+
type: ClassVar[type[int]]
|
|
363
|
+
default: ClassVar[int]
|
|
364
|
+
desc: ClassVar[str]
|
|
365
|
+
|
|
366
|
+
class Reload(Setting):
|
|
367
|
+
name: ClassVar[str]
|
|
368
|
+
section: ClassVar[str]
|
|
369
|
+
cli: ClassVar[list[str]]
|
|
370
|
+
validator: ClassVar[_BoolValidatorType]
|
|
371
|
+
action: ClassVar[str]
|
|
372
|
+
default: ClassVar[bool]
|
|
373
|
+
desc: ClassVar[str]
|
|
374
|
+
|
|
375
|
+
class ReloadEngine(Setting):
|
|
376
|
+
name: ClassVar[str]
|
|
377
|
+
section: ClassVar[str]
|
|
378
|
+
cli: ClassVar[list[str]]
|
|
379
|
+
meta: ClassVar[str]
|
|
380
|
+
validator: ClassVar[Callable[[str], str]]
|
|
381
|
+
default: ClassVar[str]
|
|
382
|
+
desc: ClassVar[str]
|
|
383
|
+
|
|
384
|
+
class ReloadExtraFiles(Setting):
|
|
385
|
+
name: ClassVar[str]
|
|
386
|
+
action: ClassVar[str]
|
|
387
|
+
section: ClassVar[str]
|
|
388
|
+
cli: ClassVar[list[str]]
|
|
389
|
+
meta: ClassVar[str]
|
|
390
|
+
validator: ClassVar[_ListStringValidatorType]
|
|
391
|
+
default: ClassVar[list[str]]
|
|
392
|
+
desc: ClassVar[str]
|
|
393
|
+
|
|
394
|
+
class Spew(Setting):
|
|
395
|
+
name: ClassVar[str]
|
|
396
|
+
section: ClassVar[str]
|
|
397
|
+
cli: ClassVar[list[str]]
|
|
398
|
+
validator: ClassVar[_BoolValidatorType]
|
|
399
|
+
action: ClassVar[str]
|
|
400
|
+
default: ClassVar[bool]
|
|
401
|
+
desc: ClassVar[str]
|
|
402
|
+
|
|
403
|
+
class ConfigCheck(Setting):
|
|
404
|
+
name: ClassVar[str]
|
|
405
|
+
section: ClassVar[str]
|
|
406
|
+
cli: ClassVar[list[str]]
|
|
407
|
+
validator: ClassVar[_BoolValidatorType]
|
|
408
|
+
action: ClassVar[str]
|
|
409
|
+
default: ClassVar[bool]
|
|
410
|
+
desc: ClassVar[str]
|
|
411
|
+
|
|
412
|
+
class PrintConfig(Setting):
|
|
413
|
+
name: ClassVar[str]
|
|
414
|
+
section: ClassVar[str]
|
|
415
|
+
cli: ClassVar[list[str]]
|
|
416
|
+
validator: ClassVar[_BoolValidatorType]
|
|
417
|
+
action: ClassVar[str]
|
|
418
|
+
default: ClassVar[bool]
|
|
419
|
+
desc: ClassVar[str]
|
|
420
|
+
|
|
421
|
+
class PreloadApp(Setting):
|
|
422
|
+
name: ClassVar[str]
|
|
423
|
+
section: ClassVar[str]
|
|
424
|
+
cli: ClassVar[list[str]]
|
|
425
|
+
validator: ClassVar[_BoolValidatorType]
|
|
426
|
+
action: ClassVar[str]
|
|
427
|
+
default: ClassVar[bool]
|
|
428
|
+
desc: ClassVar[str]
|
|
429
|
+
|
|
430
|
+
class Sendfile(Setting):
|
|
431
|
+
name: ClassVar[str]
|
|
432
|
+
section: ClassVar[str]
|
|
433
|
+
cli: ClassVar[list[str]]
|
|
434
|
+
validator: ClassVar[_BoolValidatorType]
|
|
435
|
+
action: ClassVar[str]
|
|
436
|
+
const: ClassVar[bool]
|
|
437
|
+
desc: ClassVar[str]
|
|
438
|
+
|
|
439
|
+
class ReusePort(Setting):
|
|
440
|
+
name: ClassVar[str]
|
|
441
|
+
section: ClassVar[str]
|
|
442
|
+
cli: ClassVar[list[str]]
|
|
443
|
+
validator: ClassVar[_BoolValidatorType]
|
|
444
|
+
action: ClassVar[str]
|
|
445
|
+
default: ClassVar[bool]
|
|
446
|
+
desc: ClassVar[str]
|
|
447
|
+
|
|
448
|
+
class Chdir(Setting):
|
|
449
|
+
name: ClassVar[str]
|
|
450
|
+
section: ClassVar[str]
|
|
451
|
+
cli: ClassVar[list[str]]
|
|
452
|
+
validator: ClassVar[Callable[[str], str]]
|
|
453
|
+
default: ClassVar[str]
|
|
454
|
+
default_doc: ClassVar[str]
|
|
455
|
+
desc: ClassVar[str]
|
|
456
|
+
|
|
457
|
+
class Daemon(Setting):
|
|
458
|
+
name: ClassVar[str]
|
|
459
|
+
section: ClassVar[str]
|
|
460
|
+
cli: ClassVar[list[str]]
|
|
461
|
+
validator: ClassVar[_BoolValidatorType]
|
|
462
|
+
action: ClassVar[str]
|
|
463
|
+
default: ClassVar[bool]
|
|
464
|
+
desc: ClassVar[str]
|
|
465
|
+
|
|
466
|
+
class Env(Setting):
|
|
467
|
+
name: ClassVar[str]
|
|
468
|
+
action: ClassVar[str]
|
|
469
|
+
section: ClassVar[str]
|
|
470
|
+
cli: ClassVar[list[str]]
|
|
471
|
+
meta: ClassVar[str]
|
|
472
|
+
validator: ClassVar[_ListStringValidatorType]
|
|
473
|
+
default: ClassVar[list[str]]
|
|
474
|
+
desc: ClassVar[str]
|
|
475
|
+
|
|
476
|
+
class Pidfile(Setting):
|
|
477
|
+
name: ClassVar[str]
|
|
478
|
+
section: ClassVar[str]
|
|
479
|
+
cli: ClassVar[list[str]]
|
|
480
|
+
meta: ClassVar[str]
|
|
481
|
+
validator: ClassVar[_StringValidatorType]
|
|
482
|
+
default: ClassVar[None]
|
|
483
|
+
desc: ClassVar[str]
|
|
484
|
+
|
|
485
|
+
class WorkerTmpDir(Setting):
|
|
486
|
+
name: ClassVar[str]
|
|
487
|
+
section: ClassVar[str]
|
|
488
|
+
cli: ClassVar[list[str]]
|
|
489
|
+
meta: ClassVar[str]
|
|
490
|
+
validator: ClassVar[_StringValidatorType]
|
|
491
|
+
default: ClassVar[None]
|
|
492
|
+
desc: ClassVar[str]
|
|
493
|
+
|
|
494
|
+
class User(Setting):
|
|
495
|
+
name: ClassVar[str]
|
|
496
|
+
section: ClassVar[str]
|
|
497
|
+
cli: ClassVar[list[str]]
|
|
498
|
+
meta: ClassVar[str]
|
|
499
|
+
validator: ClassVar[_UserGroupValidatorType]
|
|
500
|
+
default: ClassVar[int]
|
|
501
|
+
default_doc: ClassVar[str]
|
|
502
|
+
desc: ClassVar[str]
|
|
503
|
+
|
|
504
|
+
class Group(Setting):
|
|
505
|
+
name: ClassVar[str]
|
|
506
|
+
section: ClassVar[str]
|
|
507
|
+
cli: ClassVar[list[str]]
|
|
508
|
+
meta: ClassVar[str]
|
|
509
|
+
validator: ClassVar[_UserGroupValidatorType]
|
|
510
|
+
default: ClassVar[int]
|
|
511
|
+
default_doc: ClassVar[str]
|
|
512
|
+
desc: ClassVar[str]
|
|
513
|
+
|
|
514
|
+
class Umask(Setting):
|
|
515
|
+
name: ClassVar[str]
|
|
516
|
+
section: ClassVar[str]
|
|
517
|
+
cli: ClassVar[list[str]]
|
|
518
|
+
meta: ClassVar[str]
|
|
519
|
+
validator: ClassVar[_IntValidatorType]
|
|
520
|
+
type: ClassVar[Callable[[Any, str], int]]
|
|
521
|
+
default: ClassVar[int]
|
|
522
|
+
desc: ClassVar[str]
|
|
523
|
+
|
|
524
|
+
class Initgroups(Setting):
|
|
525
|
+
name: ClassVar[str]
|
|
526
|
+
section: ClassVar[str]
|
|
527
|
+
cli: ClassVar[list[str]]
|
|
528
|
+
validator: ClassVar[_BoolValidatorType]
|
|
529
|
+
action: ClassVar[str]
|
|
530
|
+
default: ClassVar[bool]
|
|
531
|
+
desc: ClassVar[str]
|
|
532
|
+
|
|
533
|
+
class TmpUploadDir(Setting):
|
|
534
|
+
name: ClassVar[str]
|
|
535
|
+
section: ClassVar[str]
|
|
536
|
+
meta: ClassVar[str]
|
|
537
|
+
validator: ClassVar[_StringValidatorType]
|
|
538
|
+
default: ClassVar[None]
|
|
539
|
+
desc: ClassVar[str]
|
|
540
|
+
|
|
541
|
+
class SecureSchemeHeader(Setting):
|
|
542
|
+
name: ClassVar[str]
|
|
543
|
+
section: ClassVar[str]
|
|
544
|
+
validator: ClassVar[_DictValidatorType]
|
|
545
|
+
default: ClassVar[dict[str, str]]
|
|
546
|
+
desc: ClassVar[str]
|
|
547
|
+
|
|
548
|
+
class ForwardedAllowIPS(Setting):
|
|
549
|
+
name: ClassVar[str]
|
|
550
|
+
section: ClassVar[str]
|
|
551
|
+
cli: ClassVar[list[str]]
|
|
552
|
+
meta: ClassVar[str]
|
|
553
|
+
validator: ClassVar[_ListStringValidatorType]
|
|
554
|
+
default: ClassVar[str]
|
|
555
|
+
desc: ClassVar[str]
|
|
556
|
+
|
|
557
|
+
class AccessLog(Setting):
|
|
558
|
+
name: ClassVar[str]
|
|
559
|
+
section: ClassVar[str]
|
|
560
|
+
cli: ClassVar[list[str]]
|
|
561
|
+
meta: ClassVar[str]
|
|
562
|
+
validator: ClassVar[_StringValidatorType]
|
|
563
|
+
default: ClassVar[None]
|
|
564
|
+
desc: ClassVar[str]
|
|
565
|
+
|
|
566
|
+
class DisableRedirectAccessToSyslog(Setting):
|
|
567
|
+
name: ClassVar[str]
|
|
568
|
+
section: ClassVar[str]
|
|
569
|
+
cli: ClassVar[list[str]]
|
|
570
|
+
validator: ClassVar[_BoolValidatorType]
|
|
571
|
+
action: ClassVar[str]
|
|
572
|
+
default: ClassVar[bool]
|
|
573
|
+
desc: ClassVar[str]
|
|
574
|
+
|
|
575
|
+
class AccessLogFormat(Setting):
|
|
576
|
+
name: ClassVar[str]
|
|
577
|
+
section: ClassVar[str]
|
|
578
|
+
cli: ClassVar[list[str]]
|
|
579
|
+
meta: ClassVar[str]
|
|
580
|
+
validator: ClassVar[_StringValidatorType]
|
|
581
|
+
default: ClassVar[str]
|
|
582
|
+
desc: ClassVar[str]
|
|
583
|
+
|
|
584
|
+
class ErrorLog(Setting):
|
|
585
|
+
name: ClassVar[str]
|
|
586
|
+
section: ClassVar[str]
|
|
587
|
+
cli: ClassVar[list[str]]
|
|
588
|
+
meta: ClassVar[str]
|
|
589
|
+
validator: ClassVar[_StringValidatorType]
|
|
590
|
+
default: ClassVar[str]
|
|
591
|
+
desc: ClassVar[str]
|
|
592
|
+
|
|
593
|
+
class Loglevel(Setting):
|
|
594
|
+
name: ClassVar[str]
|
|
595
|
+
section: ClassVar[str]
|
|
596
|
+
cli: ClassVar[list[str]]
|
|
597
|
+
meta: ClassVar[str]
|
|
598
|
+
validator: ClassVar[_StringValidatorType]
|
|
599
|
+
default: ClassVar[str]
|
|
600
|
+
desc: ClassVar[str]
|
|
601
|
+
|
|
602
|
+
class CaptureOutput(Setting):
|
|
603
|
+
name: ClassVar[str]
|
|
604
|
+
section: ClassVar[str]
|
|
605
|
+
cli: ClassVar[list[str]]
|
|
606
|
+
validator: ClassVar[_BoolValidatorType]
|
|
607
|
+
action: ClassVar[str]
|
|
608
|
+
default: ClassVar[bool]
|
|
609
|
+
desc: ClassVar[str]
|
|
610
|
+
|
|
611
|
+
class LoggerClass(Setting):
|
|
612
|
+
name: ClassVar[str]
|
|
613
|
+
section: ClassVar[str]
|
|
614
|
+
cli: ClassVar[list[str]]
|
|
615
|
+
meta: ClassVar[str]
|
|
616
|
+
validator: ClassVar[_ClassValidatorType]
|
|
617
|
+
default: ClassVar[str]
|
|
618
|
+
desc: ClassVar[str]
|
|
619
|
+
|
|
620
|
+
class LogConfig(Setting):
|
|
621
|
+
name: ClassVar[str]
|
|
622
|
+
section: ClassVar[str]
|
|
623
|
+
cli: ClassVar[list[str]]
|
|
624
|
+
meta: ClassVar[str]
|
|
625
|
+
validator: ClassVar[_StringValidatorType]
|
|
626
|
+
default: ClassVar[None]
|
|
627
|
+
desc: ClassVar[str]
|
|
628
|
+
|
|
629
|
+
class LogConfigDict(Setting):
|
|
630
|
+
name: ClassVar[str]
|
|
631
|
+
section: ClassVar[str]
|
|
632
|
+
validator: ClassVar[_DictValidatorType]
|
|
633
|
+
default: ClassVar[dict[str, Any]]
|
|
634
|
+
desc: ClassVar[str]
|
|
635
|
+
|
|
636
|
+
class LogConfigJson(Setting):
|
|
637
|
+
name: ClassVar[str]
|
|
638
|
+
section: ClassVar[str]
|
|
639
|
+
cli: ClassVar[list[str]]
|
|
640
|
+
meta: ClassVar[str]
|
|
641
|
+
validator: ClassVar[_StringValidatorType]
|
|
642
|
+
default: ClassVar[None]
|
|
643
|
+
desc: ClassVar[str]
|
|
644
|
+
|
|
645
|
+
class SyslogTo(Setting):
|
|
646
|
+
name: ClassVar[str]
|
|
647
|
+
section: ClassVar[str]
|
|
648
|
+
cli: ClassVar[list[str]]
|
|
649
|
+
meta: ClassVar[str]
|
|
650
|
+
validator: ClassVar[_StringValidatorType]
|
|
651
|
+
default: ClassVar[str]
|
|
652
|
+
desc: ClassVar[str]
|
|
653
|
+
|
|
654
|
+
class Syslog(Setting):
|
|
655
|
+
name: ClassVar[str]
|
|
656
|
+
section: ClassVar[str]
|
|
657
|
+
cli: ClassVar[list[str]]
|
|
658
|
+
validator: ClassVar[_BoolValidatorType]
|
|
659
|
+
action: ClassVar[str]
|
|
660
|
+
default: ClassVar[bool]
|
|
661
|
+
desc: ClassVar[str]
|
|
662
|
+
|
|
663
|
+
class SyslogPrefix(Setting):
|
|
664
|
+
name: ClassVar[str]
|
|
665
|
+
section: ClassVar[str]
|
|
666
|
+
cli: ClassVar[list[str]]
|
|
667
|
+
meta: ClassVar[str]
|
|
668
|
+
validator: ClassVar[_StringValidatorType]
|
|
669
|
+
default: ClassVar[None]
|
|
670
|
+
desc: ClassVar[str]
|
|
671
|
+
|
|
672
|
+
class SyslogFacility(Setting):
|
|
673
|
+
name: ClassVar[str]
|
|
674
|
+
section: ClassVar[str]
|
|
675
|
+
cli: ClassVar[list[str]]
|
|
676
|
+
meta: ClassVar[str]
|
|
677
|
+
validator: ClassVar[_StringValidatorType]
|
|
678
|
+
default: ClassVar[str]
|
|
679
|
+
desc: ClassVar[str]
|
|
680
|
+
|
|
681
|
+
class EnableStdioInheritance(Setting):
|
|
682
|
+
name: ClassVar[str]
|
|
683
|
+
section: ClassVar[str]
|
|
684
|
+
cli: ClassVar[list[str]]
|
|
685
|
+
validator: ClassVar[_BoolValidatorType]
|
|
686
|
+
default: ClassVar[bool]
|
|
687
|
+
action: ClassVar[str]
|
|
688
|
+
desc: ClassVar[str]
|
|
689
|
+
|
|
690
|
+
class StatsdHost(Setting):
|
|
691
|
+
name: ClassVar[str]
|
|
692
|
+
section: ClassVar[str]
|
|
693
|
+
cli: ClassVar[list[str]]
|
|
694
|
+
meta: ClassVar[str]
|
|
695
|
+
default: ClassVar[None]
|
|
696
|
+
validator: ClassVar[_AddressValidatorType]
|
|
697
|
+
desc: ClassVar[str]
|
|
698
|
+
|
|
699
|
+
class DogstatsdTags(Setting):
|
|
700
|
+
name: ClassVar[str]
|
|
701
|
+
section: ClassVar[str]
|
|
702
|
+
cli: ClassVar[list[str]]
|
|
703
|
+
meta: ClassVar[str]
|
|
704
|
+
default: ClassVar[str]
|
|
705
|
+
validator: ClassVar[_StringValidatorType]
|
|
706
|
+
desc: ClassVar[str]
|
|
707
|
+
|
|
708
|
+
class StatsdPrefix(Setting):
|
|
709
|
+
name: ClassVar[str]
|
|
710
|
+
section: ClassVar[str]
|
|
711
|
+
cli: ClassVar[list[str]]
|
|
712
|
+
meta: ClassVar[str]
|
|
713
|
+
default: ClassVar[str]
|
|
714
|
+
validator: ClassVar[_StringValidatorType]
|
|
715
|
+
desc: ClassVar[str]
|
|
716
|
+
|
|
717
|
+
class Procname(Setting):
|
|
718
|
+
name: ClassVar[str]
|
|
719
|
+
section: ClassVar[str]
|
|
720
|
+
cli: ClassVar[list[str]]
|
|
721
|
+
meta: ClassVar[str]
|
|
722
|
+
validator: ClassVar[_StringValidatorType]
|
|
723
|
+
default: ClassVar[None]
|
|
724
|
+
desc: ClassVar[str]
|
|
725
|
+
|
|
726
|
+
class DefaultProcName(Setting):
|
|
727
|
+
name: ClassVar[str]
|
|
728
|
+
section: ClassVar[str]
|
|
729
|
+
validator: ClassVar[_StringValidatorType]
|
|
730
|
+
default: ClassVar[str]
|
|
731
|
+
desc: ClassVar[str]
|
|
732
|
+
|
|
733
|
+
class PythonPath(Setting):
|
|
734
|
+
name: ClassVar[str]
|
|
735
|
+
section: ClassVar[str]
|
|
736
|
+
cli: ClassVar[list[str]]
|
|
737
|
+
meta: ClassVar[str]
|
|
738
|
+
validator: ClassVar[_StringValidatorType]
|
|
739
|
+
default: ClassVar[None]
|
|
740
|
+
desc: ClassVar[str]
|
|
741
|
+
|
|
742
|
+
class Paste(Setting):
|
|
743
|
+
name: ClassVar[str]
|
|
744
|
+
section: ClassVar[str]
|
|
745
|
+
cli: ClassVar[list[str]]
|
|
746
|
+
meta: ClassVar[str]
|
|
747
|
+
validator: ClassVar[_StringValidatorType]
|
|
748
|
+
default: ClassVar[None]
|
|
749
|
+
desc: ClassVar[str]
|
|
750
|
+
|
|
751
|
+
class OnStarting(Setting):
|
|
752
|
+
name: ClassVar[str]
|
|
753
|
+
section: ClassVar[str]
|
|
754
|
+
validator: ClassVar[_CallableValidatorType] = ...
|
|
755
|
+
type: ClassVar[Callable[..., Any]]
|
|
756
|
+
default: ClassVar[_OnStartingHookType]
|
|
757
|
+
desc: ClassVar[str]
|
|
758
|
+
|
|
759
|
+
def on_starting(server: Arbiter) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
760
|
+
|
|
761
|
+
class OnReload(Setting):
|
|
762
|
+
name: ClassVar[str]
|
|
763
|
+
section: ClassVar[str]
|
|
764
|
+
validator: ClassVar[_CallableValidatorType]
|
|
765
|
+
type: ClassVar[Callable[..., Any]]
|
|
766
|
+
default: ClassVar[_OnReloadHookType]
|
|
767
|
+
desc: ClassVar[str]
|
|
768
|
+
|
|
769
|
+
def on_reload(server: Arbiter) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
770
|
+
|
|
771
|
+
class WhenReady(Setting):
|
|
772
|
+
name: ClassVar[str]
|
|
773
|
+
section: ClassVar[str]
|
|
774
|
+
validator: ClassVar[_CallableValidatorType]
|
|
775
|
+
type: ClassVar[Callable[..., Any]]
|
|
776
|
+
default: ClassVar[_WhenReadyHookType]
|
|
777
|
+
desc: ClassVar[str]
|
|
778
|
+
|
|
779
|
+
def when_ready(server: Arbiter) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
780
|
+
|
|
781
|
+
class Prefork(Setting):
|
|
782
|
+
name: ClassVar[str]
|
|
783
|
+
section: ClassVar[str]
|
|
784
|
+
validator: ClassVar[_CallableValidatorType]
|
|
785
|
+
type: ClassVar[Callable[..., Any]]
|
|
786
|
+
default: ClassVar[_PreForkHookType]
|
|
787
|
+
desc: ClassVar[str]
|
|
788
|
+
|
|
789
|
+
def pre_fork(server: Arbiter, worker: Worker) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
790
|
+
|
|
791
|
+
class Postfork(Setting):
|
|
792
|
+
name: ClassVar[str]
|
|
793
|
+
section: ClassVar[str]
|
|
794
|
+
validator: ClassVar[_CallableValidatorType]
|
|
795
|
+
type: ClassVar[Callable[..., Any]]
|
|
796
|
+
default: ClassVar[_PostForkHookType]
|
|
797
|
+
desc: ClassVar[str]
|
|
798
|
+
|
|
799
|
+
def post_fork(server: Arbiter, worker: Worker) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
800
|
+
|
|
801
|
+
class PostWorkerInit(Setting):
|
|
802
|
+
name: ClassVar[str]
|
|
803
|
+
section: ClassVar[str]
|
|
804
|
+
validator: ClassVar[_CallableValidatorType]
|
|
805
|
+
type: ClassVar[Callable[..., Any]]
|
|
806
|
+
default: ClassVar[_PostWorkerInitHookType]
|
|
807
|
+
desc: ClassVar[str]
|
|
808
|
+
|
|
809
|
+
def post_worker_init(worker: Worker) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
810
|
+
|
|
811
|
+
class WorkerInt(Setting):
|
|
812
|
+
name: ClassVar[str]
|
|
813
|
+
section: ClassVar[str]
|
|
814
|
+
validator: ClassVar[_CallableValidatorType]
|
|
815
|
+
type: ClassVar[Callable[..., Any]]
|
|
816
|
+
default: ClassVar[_WorkerIntHookType]
|
|
817
|
+
desc: ClassVar[str]
|
|
818
|
+
|
|
819
|
+
def worker_int(worker: Worker) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
820
|
+
|
|
821
|
+
class WorkerAbort(Setting):
|
|
822
|
+
name: ClassVar[str]
|
|
823
|
+
section: ClassVar[str]
|
|
824
|
+
validator: ClassVar[_CallableValidatorType]
|
|
825
|
+
type: ClassVar[Callable[..., Any]]
|
|
826
|
+
default: ClassVar[_WorkerAbortHookType]
|
|
827
|
+
desc: ClassVar[str]
|
|
828
|
+
|
|
829
|
+
def worker_abort(worker: Worker) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
830
|
+
|
|
831
|
+
class PreExec(Setting):
|
|
832
|
+
name: ClassVar[str]
|
|
833
|
+
section: ClassVar[str]
|
|
834
|
+
validator: ClassVar[_CallableValidatorType]
|
|
835
|
+
type: ClassVar[Callable[..., Any]]
|
|
836
|
+
default: ClassVar[_PreExecHookType]
|
|
837
|
+
desc: ClassVar[str]
|
|
838
|
+
|
|
839
|
+
def pre_exec(server: Arbiter) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
840
|
+
|
|
841
|
+
class PreRequest(Setting):
|
|
842
|
+
name: ClassVar[str]
|
|
843
|
+
section: ClassVar[str]
|
|
844
|
+
validator: ClassVar[_CallableValidatorType]
|
|
845
|
+
type: ClassVar[Callable[..., Any]]
|
|
846
|
+
default: ClassVar[_PreRequestHookType]
|
|
847
|
+
desc: ClassVar[str]
|
|
848
|
+
|
|
849
|
+
def pre_request(worker: Worker, req: Request) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
850
|
+
|
|
851
|
+
class PostRequest(Setting):
|
|
852
|
+
name: ClassVar[str]
|
|
853
|
+
section: ClassVar[str]
|
|
854
|
+
validator: ClassVar[_CallableValidatorType]
|
|
855
|
+
type: ClassVar[Callable[..., Any]]
|
|
856
|
+
default: ClassVar[_PostRequestHookType]
|
|
857
|
+
desc: ClassVar[str]
|
|
858
|
+
|
|
859
|
+
def post_request(worker: Worker, req: Request, environ: _EnvironType, resp: Response) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
860
|
+
|
|
861
|
+
class ChildExit(Setting):
|
|
862
|
+
name: ClassVar[str]
|
|
863
|
+
section: ClassVar[str]
|
|
864
|
+
validator: ClassVar[_CallableValidatorType]
|
|
865
|
+
type: ClassVar[Callable[..., Any]]
|
|
866
|
+
default: ClassVar[_ChildExitHookType]
|
|
867
|
+
desc: ClassVar[str]
|
|
868
|
+
|
|
869
|
+
def child_exit(server: Arbiter, worker: Worker) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
870
|
+
|
|
871
|
+
class WorkerExit(Setting):
|
|
872
|
+
name: ClassVar[str]
|
|
873
|
+
section: ClassVar[str]
|
|
874
|
+
validator: ClassVar[_CallableValidatorType]
|
|
875
|
+
type: ClassVar[Callable[..., Any]]
|
|
876
|
+
default: ClassVar[_WorkerExitHookType]
|
|
877
|
+
desc: ClassVar[str]
|
|
878
|
+
|
|
879
|
+
def worker_exit(server: Arbiter, worker: Worker) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
880
|
+
|
|
881
|
+
class NumWorkersChanged(Setting):
|
|
882
|
+
name: ClassVar[str]
|
|
883
|
+
section: ClassVar[str]
|
|
884
|
+
validator: ClassVar[_CallableValidatorType]
|
|
885
|
+
type: ClassVar[Callable[..., Any]]
|
|
886
|
+
default: ClassVar[_NumWorkersChangedHookType]
|
|
887
|
+
desc: ClassVar[str]
|
|
888
|
+
|
|
889
|
+
def nworkers_changed(server: Arbiter, new_value: int, old_value: int | None) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
890
|
+
|
|
891
|
+
class OnExit(Setting):
|
|
892
|
+
name: ClassVar[str]
|
|
893
|
+
section: ClassVar[str]
|
|
894
|
+
validator: ClassVar[_CallableValidatorType]
|
|
895
|
+
default: ClassVar[_OnExitHookType]
|
|
896
|
+
desc: ClassVar[str]
|
|
897
|
+
|
|
898
|
+
def on_exit(server: Arbiter) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
899
|
+
|
|
900
|
+
class NewSSLContext(Setting):
|
|
901
|
+
name: ClassVar[str]
|
|
902
|
+
section: ClassVar[str]
|
|
903
|
+
validator: ClassVar[_CallableValidatorType]
|
|
904
|
+
type: ClassVar[Callable[..., Any]]
|
|
905
|
+
default: ClassVar[_SSLContextHookType]
|
|
906
|
+
desc: ClassVar[str]
|
|
907
|
+
|
|
908
|
+
def ssl_context(config: Config, default_ssl_context_factory: Callable[[], SSLContext]) -> SSLContext: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
|
|
909
|
+
|
|
910
|
+
class ProxyProtocol(Setting):
|
|
911
|
+
name: ClassVar[str]
|
|
912
|
+
section: ClassVar[str]
|
|
913
|
+
cli: ClassVar[list[str]]
|
|
914
|
+
validator: ClassVar[_BoolValidatorType]
|
|
915
|
+
default: ClassVar[bool]
|
|
916
|
+
action: ClassVar[str]
|
|
917
|
+
desc: ClassVar[str]
|
|
918
|
+
|
|
919
|
+
class ProxyAllowFrom(Setting):
|
|
920
|
+
name: ClassVar[str]
|
|
921
|
+
section: ClassVar[str]
|
|
922
|
+
cli: ClassVar[list[str]]
|
|
923
|
+
validator: ClassVar[_ListStringValidatorType]
|
|
924
|
+
default: ClassVar[str]
|
|
925
|
+
desc: ClassVar[str]
|
|
926
|
+
|
|
927
|
+
class KeyFile(Setting):
|
|
928
|
+
name: ClassVar[str]
|
|
929
|
+
section: ClassVar[str]
|
|
930
|
+
cli: ClassVar[list[str]]
|
|
931
|
+
meta: ClassVar[str]
|
|
932
|
+
validator: ClassVar[_StringValidatorType]
|
|
933
|
+
default: ClassVar[None]
|
|
934
|
+
desc: ClassVar[str]
|
|
935
|
+
|
|
936
|
+
class CertFile(Setting):
|
|
937
|
+
name: ClassVar[str]
|
|
938
|
+
section: ClassVar[str]
|
|
939
|
+
cli: ClassVar[list[str]]
|
|
940
|
+
meta: ClassVar[str]
|
|
941
|
+
validator: ClassVar[_StringValidatorType]
|
|
942
|
+
default: ClassVar[None]
|
|
943
|
+
desc: ClassVar[str]
|
|
944
|
+
|
|
945
|
+
class SSLVersion(Setting):
|
|
946
|
+
name: ClassVar[str]
|
|
947
|
+
section: ClassVar[str]
|
|
948
|
+
cli: ClassVar[list[str]]
|
|
949
|
+
validator: ClassVar[Callable[[_SSLMethod], _SSLMethod]]
|
|
950
|
+
default: ClassVar[_SSLMethod]
|
|
951
|
+
desc: ClassVar[str]
|
|
952
|
+
|
|
953
|
+
class CertReqs(Setting):
|
|
954
|
+
name: ClassVar[str]
|
|
955
|
+
section: ClassVar[str]
|
|
956
|
+
cli: ClassVar[list[str]]
|
|
957
|
+
validator: ClassVar[_IntValidatorType]
|
|
958
|
+
default: ClassVar[int]
|
|
959
|
+
desc: ClassVar[str]
|
|
960
|
+
|
|
961
|
+
class CACerts(Setting):
|
|
962
|
+
name: ClassVar[str]
|
|
963
|
+
section: ClassVar[str]
|
|
964
|
+
cli: ClassVar[list[str]]
|
|
965
|
+
meta: ClassVar[str]
|
|
966
|
+
validator: ClassVar[_StringValidatorType]
|
|
967
|
+
default: ClassVar[None]
|
|
968
|
+
desc: ClassVar[str]
|
|
969
|
+
|
|
970
|
+
class SuppressRaggedEOFs(Setting):
|
|
971
|
+
name: ClassVar[str]
|
|
972
|
+
section: ClassVar[str]
|
|
973
|
+
cli: ClassVar[list[str]]
|
|
974
|
+
action: ClassVar[str]
|
|
975
|
+
default: ClassVar[bool]
|
|
976
|
+
validator: ClassVar[_BoolValidatorType]
|
|
977
|
+
desc: ClassVar[str]
|
|
978
|
+
|
|
979
|
+
class DoHandshakeOnConnect(Setting):
|
|
980
|
+
name: ClassVar[str]
|
|
981
|
+
section: ClassVar[str]
|
|
982
|
+
cli: ClassVar[list[str]]
|
|
983
|
+
validator: ClassVar[_BoolValidatorType]
|
|
984
|
+
action: ClassVar[str]
|
|
985
|
+
default: ClassVar[bool]
|
|
986
|
+
desc: ClassVar[str]
|
|
987
|
+
|
|
988
|
+
class Ciphers(Setting):
|
|
989
|
+
name: ClassVar[str]
|
|
990
|
+
section: ClassVar[str]
|
|
991
|
+
cli: ClassVar[list[str]]
|
|
992
|
+
validator: ClassVar[_StringValidatorType]
|
|
993
|
+
default: ClassVar[None]
|
|
994
|
+
desc: ClassVar[str]
|
|
995
|
+
|
|
996
|
+
class PasteGlobalConf(Setting):
|
|
997
|
+
name: ClassVar[str]
|
|
998
|
+
action: ClassVar[str]
|
|
999
|
+
section: ClassVar[str]
|
|
1000
|
+
cli: ClassVar[list[str]]
|
|
1001
|
+
meta: ClassVar[str]
|
|
1002
|
+
validator: ClassVar[_ListStringValidatorType]
|
|
1003
|
+
default: ClassVar[list[str]]
|
|
1004
|
+
desc: ClassVar[str]
|
|
1005
|
+
|
|
1006
|
+
class PermitObsoleteFolding(Setting):
|
|
1007
|
+
name: ClassVar[str]
|
|
1008
|
+
section: ClassVar[str]
|
|
1009
|
+
cli: ClassVar[list[str]]
|
|
1010
|
+
validator: ClassVar[_BoolValidatorType]
|
|
1011
|
+
action: ClassVar[str]
|
|
1012
|
+
default: ClassVar[bool]
|
|
1013
|
+
desc: ClassVar[str]
|
|
1014
|
+
|
|
1015
|
+
class StripHeaderSpaces(Setting):
|
|
1016
|
+
name: ClassVar[str]
|
|
1017
|
+
section: ClassVar[str]
|
|
1018
|
+
cli: ClassVar[list[str]]
|
|
1019
|
+
validator: ClassVar[_BoolValidatorType]
|
|
1020
|
+
action: ClassVar[str]
|
|
1021
|
+
default: ClassVar[bool]
|
|
1022
|
+
desc: ClassVar[str]
|
|
1023
|
+
|
|
1024
|
+
class PermitUnconventionalHTTPMethod(Setting):
|
|
1025
|
+
name: ClassVar[str]
|
|
1026
|
+
section: ClassVar[str]
|
|
1027
|
+
cli: ClassVar[list[str]]
|
|
1028
|
+
validator: ClassVar[_BoolValidatorType]
|
|
1029
|
+
action: ClassVar[str]
|
|
1030
|
+
default: ClassVar[bool]
|
|
1031
|
+
desc: ClassVar[str]
|
|
1032
|
+
|
|
1033
|
+
class PermitUnconventionalHTTPVersion(Setting):
|
|
1034
|
+
name: ClassVar[str]
|
|
1035
|
+
section: ClassVar[str]
|
|
1036
|
+
cli: ClassVar[list[str]]
|
|
1037
|
+
validator: ClassVar[_BoolValidatorType]
|
|
1038
|
+
action: ClassVar[str]
|
|
1039
|
+
default: ClassVar[bool]
|
|
1040
|
+
desc: ClassVar[str]
|
|
1041
|
+
|
|
1042
|
+
class CasefoldHTTPMethod(Setting):
|
|
1043
|
+
name: ClassVar[str]
|
|
1044
|
+
section: ClassVar[str]
|
|
1045
|
+
cli: ClassVar[list[str]]
|
|
1046
|
+
validator: ClassVar[_BoolValidatorType]
|
|
1047
|
+
action: ClassVar[str]
|
|
1048
|
+
default: ClassVar[bool]
|
|
1049
|
+
desc: ClassVar[str]
|
|
1050
|
+
|
|
1051
|
+
class ForwarderHeaders(Setting):
|
|
1052
|
+
name: ClassVar[str]
|
|
1053
|
+
section: ClassVar[str]
|
|
1054
|
+
cli: ClassVar[list[str]]
|
|
1055
|
+
validator: ClassVar[_ListStringValidatorType]
|
|
1056
|
+
default: ClassVar[str]
|
|
1057
|
+
desc: ClassVar[str]
|
|
1058
|
+
|
|
1059
|
+
class HeaderMap(Setting):
|
|
1060
|
+
name: ClassVar[str]
|
|
1061
|
+
section: ClassVar[str]
|
|
1062
|
+
cli: ClassVar[list[str]]
|
|
1063
|
+
validator: ClassVar[_StringValidatorType]
|
|
1064
|
+
default: ClassVar[str]
|
|
1065
|
+
desc: ClassVar[str]
|