faster-eth-abi 5.2.0__tar.gz
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.
- faster_eth_abi-5.2.0/LICENSE +21 -0
- faster_eth_abi-5.2.0/MANIFEST.in +12 -0
- faster_eth_abi-5.2.0/PKG-INFO +48 -0
- faster_eth_abi-5.2.0/README.md +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/__future__.pyi +36 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/__main__.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_ast.pyi +145 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_asyncio.pyi +110 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_bisect.pyi +84 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_blake2.pyi +76 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_bootlocale.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_bz2.pyi +24 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_codecs.pyi +122 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_collections_abc.pyi +107 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_compat_pickle.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_compression.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_contextvars.pyi +64 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_csv.pyi +133 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_ctypes.pyi +334 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_curses.pyi +551 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_curses_panel.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_dbm.pyi +44 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_decimal.pyi +72 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_frozen_importlib.pyi +113 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_frozen_importlib_external.pyi +188 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_gdbm.pyi +47 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_hashlib.pyi +82 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_heapq.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_imp.pyi +30 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_interpchannels.pyi +86 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_interpqueues.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_interpreters.pyi +52 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_io.pyi +242 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_json.pyi +51 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_locale.pyi +121 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_lsprof.pyi +35 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_lzma.pyi +71 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_markupbase.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_msi.pyi +92 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_multibytecodec.pyi +44 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_operator.pyi +115 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_osx_support.pyi +34 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_pickle.pyi +104 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_posixsubprocess.pyi +59 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_py_abc.pyi +14 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_pydecimal.pyi +47 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_queue.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_random.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_sitebuiltins.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_socket.pyi +861 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_sqlite3.pyi +312 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_ssl.pyi +293 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_stat.pyi +119 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_struct.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_thread.pyi +116 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_threading_local.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_tkinter.pyi +143 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_tracemalloc.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/__init__.pyi +377 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/_type_checker_internals.pyi +89 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/dbapi.pyi +37 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/importlib.pyi +18 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/wsgi.pyi +44 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/xml.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_warnings.pyi +55 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_weakref.pyi +15 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_weakrefset.pyi +48 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_winapi.pyi +283 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/abc.pyi +51 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/aifc.pyi +79 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/annotationlib.pyi +132 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/antigravity.pyi +3 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/argparse.pyi +804 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/array.pyi +88 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ast.pyi +2068 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asynchat.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/__init__.pyi +1012 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/base_events.pyi +488 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/base_futures.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/base_subprocess.pyi +63 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/base_tasks.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/constants.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/coroutines.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/events.pyi +666 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/exceptions.pyi +44 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/format_helpers.pyi +31 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/futures.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/graph.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/locks.pyi +104 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/log.pyi +3 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/mixins.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/proactor_events.pyi +65 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/protocols.pyi +35 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/queues.pyi +54 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/runners.pyi +33 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/selector_events.pyi +10 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/sslproto.pyi +165 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/staggered.pyi +10 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/streams.pyi +158 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/subprocess.pyi +230 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/taskgroups.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/tasks.pyi +460 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/threads.pyi +10 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/timeouts.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/transports.pyi +50 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/trsock.pyi +94 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/unix_events.pyi +248 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/windows_events.pyi +121 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/windows_utils.pyi +49 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncore.pyi +90 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/atexit.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/audioop.pyi +43 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/base64.pyi +61 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/bdb.pyi +130 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/binascii.pyi +36 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/binhex.pyi +45 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/bisect.pyi +4 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/builtins.pyi +2153 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/bz2.pyi +116 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cProfile.pyi +31 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/calendar.pyi +208 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cgi.pyi +118 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cgitb.pyi +32 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/chunk.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cmath.pyi +36 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cmd.pyi +46 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/code.pyi +54 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/codecs.pyi +312 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/codeop.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/collections/__init__.pyi +495 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/collections/abc.pyi +2 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/colorsys.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compileall.pyi +87 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/_common/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/_common/_streams.pyi +25 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/bz2/__init__.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/gzip/__init__.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/lzma/__init__.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/zlib/__init__.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/__init__.pyi +71 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/_base.pyi +119 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/interpreter.pyi +100 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/process.pyi +242 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/thread.pyi +136 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/configparser.pyi +464 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/contextlib.pyi +213 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/contextvars.pyi +3 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/copy.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/copyreg.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/crypt.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/csv.pyi +155 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/__init__.pyi +325 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/_endian.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/macholib/__init__.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/macholib/dyld.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/macholib/dylib.pyi +14 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/macholib/framework.pyi +14 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/util.pyi +11 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/wintypes.pyi +321 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/__init__.pyi +40 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/ascii.pyi +62 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/has_key.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/panel.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/textpad.pyi +11 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dataclasses.pyi +457 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/datetime.pyi +342 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/__init__.pyi +104 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/dumb.pyi +37 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/gnu.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/ndbm.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/sqlite3.pyi +29 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/decimal.pyi +272 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/difflib.pyi +132 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dis.pyi +289 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/__init__.pyi +5 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/_msvccompiler.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/archive_util.pyi +35 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/bcppcompiler.pyi +3 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/ccompiler.pyi +176 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/cmd.pyi +229 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/__init__.pyi +48 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_dumb.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_msi.pyi +45 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_packager.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_rpm.pyi +53 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_wininst.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build.pyi +34 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build_clib.pyi +29 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build_ext.pyi +52 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build_py.pyi +45 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build_scripts.pyi +25 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/check.pyi +40 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/clean.pyi +18 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/config.pyi +84 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install.pyi +71 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_data.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_egg_info.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_headers.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_lib.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_scripts.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/register.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/sdist.pyi +45 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/upload.pyi +18 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/config.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/core.pyi +58 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/cygwinccompiler.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/debug.pyi +3 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/dep_util.pyi +14 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/dir_util.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/dist.pyi +315 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/errors.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/extension.pyi +36 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/fancy_getopt.pyi +44 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/file_util.pyi +38 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/filelist.pyi +58 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/log.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/msvccompiler.pyi +3 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/spawn.pyi +10 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/sysconfig.pyi +33 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/text_file.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/unixccompiler.pyi +3 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/util.pyi +53 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/version.pyi +36 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/doctest.pyi +262 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/__init__.pyi +60 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/_header_value_parser.pyi +401 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/_policybase.pyi +80 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/base64mime.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/charset.pyi +35 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/contentmanager.pyi +11 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/encoders.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/errors.pyi +42 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/feedparser.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/generator.pyi +77 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/header.pyi +32 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/headerregistry.pyi +180 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/iterators.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/message.pyi +172 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/application.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/audio.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/base.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/image.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/message.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/multipart.pyi +18 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/nonmultipart.pyi +5 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/text.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/parser.pyi +39 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/policy.pyi +75 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/quoprimime.pyi +28 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/utils.pyi +78 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/__init__.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/aliases.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/ascii.pyi +30 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/base64_codec.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/big5.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/big5hkscs.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/bz2_codec.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/charmap.pyi +33 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp037.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1006.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1026.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1125.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1140.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1250.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1251.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1252.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1253.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1254.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1255.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1256.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1257.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1258.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp273.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp424.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp437.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp500.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp720.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp737.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp775.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp850.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp852.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp855.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp856.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp857.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp858.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp860.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp861.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp862.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp863.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp864.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp865.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp866.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp869.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp874.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp875.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp932.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp949.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp950.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/euc_jis_2004.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/euc_jisx0213.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/euc_jp.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/euc_kr.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/gb18030.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/gb2312.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/gbk.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/hex_codec.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/hp_roman8.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/hz.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/idna.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_1.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_2.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_2004.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_3.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_ext.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_kr.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_1.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_10.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_11.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_13.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_14.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_15.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_16.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_2.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_3.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_4.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_5.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_6.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_7.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_8.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_9.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/johab.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/koi8_r.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/koi8_t.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/koi8_u.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/kz1048.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/latin_1.pyi +30 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_arabic.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_croatian.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_cyrillic.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_farsi.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_greek.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_iceland.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_latin2.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_roman.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_romanian.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_turkish.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mbcs.pyi +28 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/oem.pyi +28 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/palmos.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/ptcp154.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/punycode.pyi +33 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/quopri_codec.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/rot_13.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/shift_jis.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/shift_jis_2004.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/shift_jisx0213.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/tis_620.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/undefined.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/unicode_escape.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_16.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_16_be.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_16_le.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_32.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_32_be.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_32_le.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_7.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_8.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_8_sig.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/uu_codec.pyi +28 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/zlib_codec.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ensurepip/__init__.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/enum.pyi +342 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/errno.pyi +225 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/faulthandler.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/fcntl.pyi +158 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/filecmp.pyi +65 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/fileinput.pyi +209 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/fnmatch.pyi +15 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/formatter.pyi +88 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/fractions.pyi +150 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ftplib.pyi +153 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/functools.pyi +247 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/gc.pyi +33 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/genericpath.pyi +59 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/getopt.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/getpass.pyi +14 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/gettext.pyi +171 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/glob.pyi +50 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/graphlib.pyi +28 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/grp.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/gzip.pyi +164 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/hashlib.pyi +87 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/heapq.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/hmac.pyi +33 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/html/__init__.pyi +6 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/html/entities.pyi +6 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/html/parser.pyi +34 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/__init__.pyi +118 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/client.pyi +265 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/cookiejar.pyi +159 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/cookies.pyi +56 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/server.pyi +130 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/imaplib.pyi +174 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/imghdr.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/imp.pyi +62 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/__init__.pyi +15 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/_abc.pyi +15 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/_bootstrap.pyi +2 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/_bootstrap_external.pyi +2 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/abc.pyi +183 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/machinery.pyi +43 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/metadata/__init__.pyi +290 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/metadata/_meta.pyi +63 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/metadata/diagnose.pyi +2 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/readers.pyi +72 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/__init__.pyi +82 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/_common.pyi +42 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/_functional.pyi +30 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/abc.pyi +69 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/readers.pyi +14 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/simple.pyi +56 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/simple.pyi +11 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/util.pyi +49 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/inspect.pyi +687 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/io.pyi +73 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ipaddress.pyi +241 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/itertools.pyi +333 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/__init__.pyi +61 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/decoder.pyi +32 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/encoder.pyi +40 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/scanner.pyi +7 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/tool.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/keyword.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/btm_matcher.pyi +28 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixer_base.pyi +42 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi +10 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_except.pyi +14 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_future.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi +15 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_import.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_input.pyi +11 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi +7 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_long.pyi +7 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_map.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi +10 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_next.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_print.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi +7 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi +17 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_types.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi +15 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/main.pyi +42 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/__init__.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/driver.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/grammar.pyi +24 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/literals.pyi +7 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/parse.pyi +30 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/pgen.pyi +51 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/token.pyi +69 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi +96 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pygram.pyi +114 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pytree.pyi +118 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/refactor.pyi +82 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/linecache.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/locale.pyi +156 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/logging/__init__.pyi +660 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/logging/config.pyi +139 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/logging/handlers.pyi +257 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lzma.pyi +179 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/mailbox.pyi +259 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/mailcap.pyi +11 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/marshal.pyi +49 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/math.pyi +137 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/mimetypes.pyi +56 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/mmap.pyi +146 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/modulefinder.pyi +68 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msilib/__init__.pyi +177 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msilib/schema.pyi +94 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msilib/sequence.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msilib/text.pyi +7 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msvcrt.pyi +32 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/__init__.pyi +90 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/connection.pyi +83 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/context.pyi +206 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/dummy/__init__.pyi +77 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/dummy/connection.pyi +39 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/forkserver.pyi +45 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/heap.pyi +36 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/managers.pyi +349 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/pool.pyi +101 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/popen_fork.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/popen_forkserver.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi +30 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/process.pyi +39 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/queues.pyi +36 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/reduction.pyi +88 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/resource_sharer.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/resource_tracker.pyi +21 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi +41 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi +129 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/spawn.pyi +32 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/synchronize.pyi +60 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/util.pyi +108 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/netrc.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/nis.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/nntplib.pyi +120 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/nt.pyi +113 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ntpath.pyi +126 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/nturl2path.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/numbers.pyi +209 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/opcode.pyi +47 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/operator.pyi +215 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/optparse.pyi +309 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/os/__init__.pyi +1664 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/os/path.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ossaudiodev.pyi +131 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/parser.pyi +25 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pathlib/__init__.pyi +307 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pathlib/types.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pdb.pyi +250 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pickle.pyi +233 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pickletools.pyi +174 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pipes.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pkgutil.pyi +53 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/platform.pyi +87 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/plistlib.pyi +84 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/poplib.pyi +72 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/posix.pyi +405 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/posixpath.pyi +166 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pprint.pyi +112 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/profile.pyi +31 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pstats.pyi +91 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pty.pyi +24 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pwd.pyi +28 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/py_compile.pyi +34 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pyclbr.pyi +74 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pydoc.pyi +340 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pydoc_data/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pydoc_data/topics.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pyexpat/__init__.pyi +82 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pyexpat/errors.pyi +53 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pyexpat/model.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/queue.pyi +54 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/quopri.pyi +11 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/random.pyi +128 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/re.pyi +312 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/readline.pyi +40 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/reprlib.pyi +65 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/resource.pyi +94 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/rlcompleter.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/runpy.pyi +24 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sched.pyi +46 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/secrets.pyi +15 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/select.pyi +163 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/selectors.pyi +69 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/shelve.pyi +59 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/shlex.pyi +63 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/shutil.pyi +235 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/signal.pyi +187 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/site.pyi +36 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/smtpd.pyi +91 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/smtplib.pyi +195 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sndhdr.pyi +14 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/socket.pyi +1429 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/socketserver.pyi +170 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/spwd.pyi +46 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sqlite3/__init__.pyi +469 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sqlite3/dbapi2.pyi +241 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sqlite3/dump.pyi +2 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi +11 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sre_constants.pyi +128 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sre_parse.pyi +104 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ssl.pyi +534 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/stat.pyi +7 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/statistics.pyi +158 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/string/__init__.pyi +79 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/string/templatelib.pyi +31 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/stringprep.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/struct.pyi +5 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/subprocess.pyi +2093 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sunau.pyi +82 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/symbol.pyi +93 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/symtable.pyi +86 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sys/__init__.pyi +476 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sys/_monitoring.pyi +52 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sysconfig.pyi +48 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/syslog.pyi +57 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tabnanny.pyi +16 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tarfile.pyi +685 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/telnetlib.pyi +123 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tempfile.pyi +478 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/termios.pyi +303 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/textwrap.pyi +103 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/this.pyi +2 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/threading.pyi +203 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/time.pyi +111 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/timeit.pyi +32 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/__init__.pyi +4081 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/colorchooser.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/commondialog.pyi +12 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/constants.pyi +80 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/dialog.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/dnd.pyi +18 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/filedialog.pyi +149 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/font.pyi +118 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/messagebox.pyi +33 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/scrolledtext.pyi +9 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/simpledialog.pyi +54 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/tix.pyi +299 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/ttk.pyi +1207 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/token.pyi +168 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tokenize.pyi +191 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tomllib.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/trace.pyi +86 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/traceback.pyi +314 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tracemalloc.pyi +117 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tty.pyi +30 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/turtle.pyi +769 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/types.pyi +711 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/typing.pyi +1131 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/typing_extensions.pyi +702 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unicodedata.pyi +73 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/__init__.pyi +63 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/_log.pyi +27 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/async_case.pyi +25 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/case.pyi +331 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/loader.pyi +55 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/main.pyi +73 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/mock.pyi +463 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/result.pyi +47 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/runner.pyi +91 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/signals.pyi +15 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/suite.pyi +24 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/util.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/error.pyi +23 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/parse.pyi +195 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/request.pyi +416 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/response.pyi +40 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/robotparser.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/uu.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/uuid.pyi +104 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/venv/__init__.pyi +85 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/warnings.pyi +126 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wave.pyi +78 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/weakref.pyi +190 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/webbrowser.pyi +78 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/winreg.pyi +132 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/winsound.pyi +38 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/handlers.pyi +91 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/headers.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/simple_server.pyi +37 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/types.pyi +32 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/util.pyi +26 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/validate.pyi +50 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xdrlib.pyi +57 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/__init__.pyi +3 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/NodeFilter.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/__init__.pyi +100 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/domreg.pyi +8 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi +121 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/minicompat.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/minidom.pyi +650 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/pulldom.pyi +109 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/xmlbuilder.pyi +79 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/ElementInclude.pyi +25 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/ElementPath.pyi +41 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/ElementTree.pyi +364 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/cElementTree.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/parsers/__init__.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/parsers/expat/__init__.pyi +7 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/parsers/expat/errors.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/parsers/expat/model.pyi +1 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/__init__.pyi +42 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/_exceptions.pyi +19 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/expatreader.pyi +78 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/handler.pyi +86 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/saxutils.pyi +68 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/xmlreader.pyi +90 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xmlrpc/__init__.pyi +0 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xmlrpc/client.pyi +297 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xmlrpc/server.pyi +144 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xxlimited.pyi +24 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipapp.pyi +20 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipfile/__init__.pyi +387 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipfile/_path/__init__.pyi +83 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipfile/_path/glob.pyi +22 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipimport.pyi +51 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zlib.pyi +70 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zoneinfo/__init__.pyi +28 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zoneinfo/_common.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zoneinfo/_tzpath.pyi +13 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stubs/mypy-extensions/mypy_extensions.pyi +218 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/pydantic_core/_pydantic_core.pyi +1039 -0
- faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/typing_inspection/typing_objects.pyi +406 -0
- faster_eth_abi-5.2.0/faster_eth_abi/__init__.py +12 -0
- faster_eth_abi-5.2.0/faster_eth_abi/abi.py +17 -0
- faster_eth_abi-5.2.0/faster_eth_abi/base.py +41 -0
- faster_eth_abi-5.2.0/faster_eth_abi/codec.py +166 -0
- faster_eth_abi-5.2.0/faster_eth_abi/constants.py +7 -0
- faster_eth_abi-5.2.0/faster_eth_abi/decoding.py +563 -0
- faster_eth_abi-5.2.0/faster_eth_abi/encoding.py +699 -0
- faster_eth_abi-5.2.0/faster_eth_abi/exceptions.py +115 -0
- faster_eth_abi-5.2.0/faster_eth_abi/from_type_str.py +135 -0
- faster_eth_abi-5.2.0/faster_eth_abi/grammar.py +467 -0
- faster_eth_abi-5.2.0/faster_eth_abi/io.py +103 -0
- faster_eth_abi-5.2.0/faster_eth_abi/packed.py +15 -0
- faster_eth_abi-5.2.0/faster_eth_abi/py.typed +0 -0
- faster_eth_abi-5.2.0/faster_eth_abi/registry.py +640 -0
- faster_eth_abi-5.2.0/faster_eth_abi/tools/__init__.py +3 -0
- faster_eth_abi-5.2.0/faster_eth_abi/tools/_strategies.py +237 -0
- faster_eth_abi-5.2.0/faster_eth_abi/utils/__init__.py +0 -0
- faster_eth_abi-5.2.0/faster_eth_abi/utils/numeric.py +86 -0
- faster_eth_abi-5.2.0/faster_eth_abi/utils/padding.py +22 -0
- faster_eth_abi-5.2.0/faster_eth_abi/utils/string.py +19 -0
- faster_eth_abi-5.2.0/faster_eth_abi/utils/validation.py +22 -0
- faster_eth_abi-5.2.0/faster_eth_abi.egg-info/PKG-INFO +48 -0
- faster_eth_abi-5.2.0/faster_eth_abi.egg-info/SOURCES.txt +806 -0
- faster_eth_abi-5.2.0/faster_eth_abi.egg-info/dependency_links.txt +1 -0
- faster_eth_abi-5.2.0/faster_eth_abi.egg-info/not-zip-safe +1 -0
- faster_eth_abi-5.2.0/faster_eth_abi.egg-info/requires.txt +42 -0
- faster_eth_abi-5.2.0/faster_eth_abi.egg-info/top_level.txt +3 -0
- faster_eth_abi-5.2.0/pyproject.toml +181 -0
- faster_eth_abi-5.2.0/scripts/release/test_package.py +50 -0
- faster_eth_abi-5.2.0/setup.cfg +4 -0
- faster_eth_abi-5.2.0/setup.py +112 -0
- faster_eth_abi-5.2.0/tests/core/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/abi_tests/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/abi_tests/test_decode.py +249 -0
- faster_eth_abi-5.2.0/tests/core/abi_tests/test_encode.py +139 -0
- faster_eth_abi-5.2.0/tests/core/abi_tests/test_is_encodable.py +48 -0
- faster_eth_abi-5.2.0/tests/core/abi_tests/test_is_encodable_type.py +20 -0
- faster_eth_abi-5.2.0/tests/core/abi_tests/test_reversibility_properties.py +52 -0
- faster_eth_abi-5.2.0/tests/core/abi_tests/test_uint_properties.py +26 -0
- faster_eth_abi-5.2.0/tests/core/base.py +133 -0
- faster_eth_abi-5.2.0/tests/core/common/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/common/strategies.py +289 -0
- faster_eth_abi-5.2.0/tests/core/common/unit.py +579 -0
- faster_eth_abi-5.2.0/tests/core/decoding/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/decoding/test_context_frames_bytes_io.py +49 -0
- faster_eth_abi-5.2.0/tests/core/decoding/test_decoder_properties.py +565 -0
- faster_eth_abi-5.2.0/tests/core/encoding/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/encoding/test_encoder_properties.py +463 -0
- faster_eth_abi-5.2.0/tests/core/end_to_end/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/end_to_end/test_custom_registrations.py +107 -0
- faster_eth_abi-5.2.0/tests/core/grammar.py +319 -0
- faster_eth_abi-5.2.0/tests/core/packed/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/packed/test_encode_packed.py +36 -0
- faster_eth_abi-5.2.0/tests/core/packed/test_is_encodable_packed.py +48 -0
- faster_eth_abi-5.2.0/tests/core/registry/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/registry/test_abi_registry.py +194 -0
- faster_eth_abi-5.2.0/tests/core/registry/test_predicate_mapping.py +134 -0
- faster_eth_abi-5.2.0/tests/core/registry/test_predicates.py +151 -0
- faster_eth_abi-5.2.0/tests/core/test_import_and_version.py +4 -0
- faster_eth_abi-5.2.0/tests/core/test_tools.py +118 -0
- faster_eth_abi-5.2.0/tests/core/utils/__init__.py +0 -0
- faster_eth_abi-5.2.0/tests/core/utils/test_abbr.py +37 -0
- faster_eth_abi-5.2.0/tests/core/utils/test_ceil32.py +23 -0
- faster_eth_abi-5.2.0/tests/core/utils/test_scale_places.py +75 -0
- faster_eth_abi-5.2.0/tests/core/utils/test_validation_utils.py +70 -0
- faster_eth_abi-5.2.0/tests/core/utils/test_zpad.py +19 -0
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2016-2020, 2022-2025 The Ethereum Foundation
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,48 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: faster_eth_abi
|
3
|
+
Version: 5.2.0
|
4
|
+
Summary: A fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding, implemented in C.
|
5
|
+
Home-page: https://github.com/BobTheBuidler/faster-eth-abi
|
6
|
+
Author: The Ethereum Foundation
|
7
|
+
Author-email: snakecharmers@ethereum.org
|
8
|
+
License: MIT
|
9
|
+
Keywords: ethereum
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
11
|
+
Classifier: Intended Audience :: Developers
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
13
|
+
Classifier: Natural Language :: English
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
15
|
+
Classifier: Programming Language :: Python :: 3.8
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
21
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
22
|
+
Requires-Python: >=3.8, <3.14
|
23
|
+
Description-Content-Type: text/markdown
|
24
|
+
Provides-Extra: dev
|
25
|
+
Provides-Extra: docs
|
26
|
+
Provides-Extra: test
|
27
|
+
Provides-Extra: tools
|
28
|
+
License-File: LICENSE
|
29
|
+
|
30
|
+
# Ethereum Contract Interface (ABI) Utility
|
31
|
+
|
32
|
+
[](https://discord.gg/GHryRvPB84)
|
33
|
+
[](https://circleci.com/gh/ethereum/faster-eth-abi)
|
34
|
+
[](https://badge.fury.io/py/faster-eth-abi)
|
35
|
+
[](https://pypi.python.org/pypi/faster-eth-abi)
|
36
|
+
[](https://faster-eth-abi.readthedocs.io/en/latest/?badge=latest)
|
37
|
+
|
38
|
+
Python utilities for working with Ethereum ABI definitions, especially encoding and decoding
|
39
|
+
|
40
|
+
Read the [documentation](https://faster-eth-abi.readthedocs.io/).
|
41
|
+
|
42
|
+
View the [change log](https://faster-eth-abi.readthedocs.io/en/latest/release_notes.html).
|
43
|
+
|
44
|
+
## Installation
|
45
|
+
|
46
|
+
```sh
|
47
|
+
python -m pip install faster-eth-abi
|
48
|
+
```
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Ethereum Contract Interface (ABI) Utility
|
2
|
+
|
3
|
+
[](https://discord.gg/GHryRvPB84)
|
4
|
+
[](https://circleci.com/gh/ethereum/faster-eth-abi)
|
5
|
+
[](https://badge.fury.io/py/faster-eth-abi)
|
6
|
+
[](https://pypi.python.org/pypi/faster-eth-abi)
|
7
|
+
[](https://faster-eth-abi.readthedocs.io/en/latest/?badge=latest)
|
8
|
+
|
9
|
+
Python utilities for working with Ethereum ABI definitions, especially encoding and decoding
|
10
|
+
|
11
|
+
Read the [documentation](https://faster-eth-abi.readthedocs.io/).
|
12
|
+
|
13
|
+
View the [change log](https://faster-eth-abi.readthedocs.io/en/latest/release_notes.html).
|
14
|
+
|
15
|
+
## Installation
|
16
|
+
|
17
|
+
```sh
|
18
|
+
python -m pip install faster-eth-abi
|
19
|
+
```
|
@@ -0,0 +1,36 @@
|
|
1
|
+
from typing_extensions import TypeAlias
|
2
|
+
|
3
|
+
_VersionInfo: TypeAlias = tuple[int, int, int, str, int]
|
4
|
+
|
5
|
+
class _Feature:
|
6
|
+
def __init__(self, optionalRelease: _VersionInfo, mandatoryRelease: _VersionInfo | None, compiler_flag: int) -> None: ...
|
7
|
+
def getOptionalRelease(self) -> _VersionInfo: ...
|
8
|
+
def getMandatoryRelease(self) -> _VersionInfo | None: ...
|
9
|
+
compiler_flag: int
|
10
|
+
|
11
|
+
absolute_import: _Feature
|
12
|
+
division: _Feature
|
13
|
+
generators: _Feature
|
14
|
+
nested_scopes: _Feature
|
15
|
+
print_function: _Feature
|
16
|
+
unicode_literals: _Feature
|
17
|
+
with_statement: _Feature
|
18
|
+
barry_as_FLUFL: _Feature
|
19
|
+
generator_stop: _Feature
|
20
|
+
annotations: _Feature
|
21
|
+
|
22
|
+
all_feature_names: list[str] # undocumented
|
23
|
+
|
24
|
+
__all__ = [
|
25
|
+
"all_feature_names",
|
26
|
+
"absolute_import",
|
27
|
+
"division",
|
28
|
+
"generators",
|
29
|
+
"nested_scopes",
|
30
|
+
"print_function",
|
31
|
+
"unicode_literals",
|
32
|
+
"with_statement",
|
33
|
+
"barry_as_FLUFL",
|
34
|
+
"generator_stop",
|
35
|
+
"annotations",
|
36
|
+
]
|
@@ -0,0 +1 @@
|
|
1
|
+
def __getattr__(name: str): ... # incomplete module
|
@@ -0,0 +1,145 @@
|
|
1
|
+
import sys
|
2
|
+
from ast import (
|
3
|
+
AST as AST,
|
4
|
+
Add as Add,
|
5
|
+
And as And,
|
6
|
+
AnnAssign as AnnAssign,
|
7
|
+
Assert as Assert,
|
8
|
+
Assign as Assign,
|
9
|
+
AsyncFor as AsyncFor,
|
10
|
+
AsyncFunctionDef as AsyncFunctionDef,
|
11
|
+
AsyncWith as AsyncWith,
|
12
|
+
Attribute as Attribute,
|
13
|
+
AugAssign as AugAssign,
|
14
|
+
Await as Await,
|
15
|
+
BinOp as BinOp,
|
16
|
+
BitAnd as BitAnd,
|
17
|
+
BitOr as BitOr,
|
18
|
+
BitXor as BitXor,
|
19
|
+
BoolOp as BoolOp,
|
20
|
+
Break as Break,
|
21
|
+
Call as Call,
|
22
|
+
ClassDef as ClassDef,
|
23
|
+
Compare as Compare,
|
24
|
+
Constant as Constant,
|
25
|
+
Continue as Continue,
|
26
|
+
Del as Del,
|
27
|
+
Delete as Delete,
|
28
|
+
Dict as Dict,
|
29
|
+
DictComp as DictComp,
|
30
|
+
Div as Div,
|
31
|
+
Eq as Eq,
|
32
|
+
ExceptHandler as ExceptHandler,
|
33
|
+
Expr as Expr,
|
34
|
+
Expression as Expression,
|
35
|
+
FloorDiv as FloorDiv,
|
36
|
+
For as For,
|
37
|
+
FormattedValue as FormattedValue,
|
38
|
+
FunctionDef as FunctionDef,
|
39
|
+
FunctionType as FunctionType,
|
40
|
+
GeneratorExp as GeneratorExp,
|
41
|
+
Global as Global,
|
42
|
+
Gt as Gt,
|
43
|
+
GtE as GtE,
|
44
|
+
If as If,
|
45
|
+
IfExp as IfExp,
|
46
|
+
Import as Import,
|
47
|
+
ImportFrom as ImportFrom,
|
48
|
+
In as In,
|
49
|
+
Interactive as Interactive,
|
50
|
+
Invert as Invert,
|
51
|
+
Is as Is,
|
52
|
+
IsNot as IsNot,
|
53
|
+
JoinedStr as JoinedStr,
|
54
|
+
Lambda as Lambda,
|
55
|
+
List as List,
|
56
|
+
ListComp as ListComp,
|
57
|
+
Load as Load,
|
58
|
+
LShift as LShift,
|
59
|
+
Lt as Lt,
|
60
|
+
LtE as LtE,
|
61
|
+
MatMult as MatMult,
|
62
|
+
Mod as Mod,
|
63
|
+
Module as Module,
|
64
|
+
Mult as Mult,
|
65
|
+
Name as Name,
|
66
|
+
NamedExpr as NamedExpr,
|
67
|
+
Nonlocal as Nonlocal,
|
68
|
+
Not as Not,
|
69
|
+
NotEq as NotEq,
|
70
|
+
NotIn as NotIn,
|
71
|
+
Or as Or,
|
72
|
+
Pass as Pass,
|
73
|
+
Pow as Pow,
|
74
|
+
Raise as Raise,
|
75
|
+
Return as Return,
|
76
|
+
RShift as RShift,
|
77
|
+
Set as Set,
|
78
|
+
SetComp as SetComp,
|
79
|
+
Slice as Slice,
|
80
|
+
Starred as Starred,
|
81
|
+
Store as Store,
|
82
|
+
Sub as Sub,
|
83
|
+
Subscript as Subscript,
|
84
|
+
Try as Try,
|
85
|
+
Tuple as Tuple,
|
86
|
+
TypeIgnore as TypeIgnore,
|
87
|
+
UAdd as UAdd,
|
88
|
+
UnaryOp as UnaryOp,
|
89
|
+
USub as USub,
|
90
|
+
While as While,
|
91
|
+
With as With,
|
92
|
+
Yield as Yield,
|
93
|
+
YieldFrom as YieldFrom,
|
94
|
+
alias as alias,
|
95
|
+
arg as arg,
|
96
|
+
arguments as arguments,
|
97
|
+
boolop as boolop,
|
98
|
+
cmpop as cmpop,
|
99
|
+
comprehension as comprehension,
|
100
|
+
excepthandler as excepthandler,
|
101
|
+
expr as expr,
|
102
|
+
expr_context as expr_context,
|
103
|
+
keyword as keyword,
|
104
|
+
mod as mod,
|
105
|
+
operator as operator,
|
106
|
+
stmt as stmt,
|
107
|
+
type_ignore as type_ignore,
|
108
|
+
unaryop as unaryop,
|
109
|
+
withitem as withitem,
|
110
|
+
)
|
111
|
+
from typing import Literal
|
112
|
+
|
113
|
+
if sys.version_info >= (3, 12):
|
114
|
+
from ast import (
|
115
|
+
ParamSpec as ParamSpec,
|
116
|
+
TypeAlias as TypeAlias,
|
117
|
+
TypeVar as TypeVar,
|
118
|
+
TypeVarTuple as TypeVarTuple,
|
119
|
+
type_param as type_param,
|
120
|
+
)
|
121
|
+
|
122
|
+
if sys.version_info >= (3, 11):
|
123
|
+
from ast import TryStar as TryStar
|
124
|
+
|
125
|
+
if sys.version_info >= (3, 10):
|
126
|
+
from ast import (
|
127
|
+
Match as Match,
|
128
|
+
MatchAs as MatchAs,
|
129
|
+
MatchClass as MatchClass,
|
130
|
+
MatchMapping as MatchMapping,
|
131
|
+
MatchOr as MatchOr,
|
132
|
+
MatchSequence as MatchSequence,
|
133
|
+
MatchSingleton as MatchSingleton,
|
134
|
+
MatchStar as MatchStar,
|
135
|
+
MatchValue as MatchValue,
|
136
|
+
match_case as match_case,
|
137
|
+
pattern as pattern,
|
138
|
+
)
|
139
|
+
|
140
|
+
PyCF_ALLOW_TOP_LEVEL_AWAIT: Literal[8192]
|
141
|
+
PyCF_ONLY_AST: Literal[1024]
|
142
|
+
PyCF_TYPE_COMMENTS: Literal[4096]
|
143
|
+
|
144
|
+
if sys.version_info >= (3, 13):
|
145
|
+
PyCF_OPTIMIZED_AST: Literal[33792]
|
@@ -0,0 +1,110 @@
|
|
1
|
+
import sys
|
2
|
+
from asyncio.events import AbstractEventLoop
|
3
|
+
from collections.abc import Awaitable, Callable, Coroutine, Generator, Iterable
|
4
|
+
from contextvars import Context
|
5
|
+
from types import FrameType, GenericAlias
|
6
|
+
from typing import Any, Literal, TextIO, TypeVar
|
7
|
+
from typing_extensions import Self, TypeAlias
|
8
|
+
|
9
|
+
_T = TypeVar("_T")
|
10
|
+
_T_co = TypeVar("_T_co", covariant=True)
|
11
|
+
_TaskYieldType: TypeAlias = Future[object] | None
|
12
|
+
|
13
|
+
class Future(Awaitable[_T], Iterable[_T]):
|
14
|
+
_state: str
|
15
|
+
@property
|
16
|
+
def _exception(self) -> BaseException | None: ...
|
17
|
+
_blocking: bool
|
18
|
+
@property
|
19
|
+
def _log_traceback(self) -> bool: ...
|
20
|
+
@_log_traceback.setter
|
21
|
+
def _log_traceback(self, val: Literal[False]) -> None: ...
|
22
|
+
_asyncio_future_blocking: bool # is a part of duck-typing contract for `Future`
|
23
|
+
def __init__(self, *, loop: AbstractEventLoop | None = ...) -> None: ...
|
24
|
+
def __del__(self) -> None: ...
|
25
|
+
def get_loop(self) -> AbstractEventLoop: ...
|
26
|
+
@property
|
27
|
+
def _callbacks(self) -> list[tuple[Callable[[Self], Any], Context]]: ...
|
28
|
+
def add_done_callback(self, fn: Callable[[Self], object], /, *, context: Context | None = None) -> None: ...
|
29
|
+
def cancel(self, msg: Any | None = None) -> bool: ...
|
30
|
+
def cancelled(self) -> bool: ...
|
31
|
+
def done(self) -> bool: ...
|
32
|
+
def result(self) -> _T: ...
|
33
|
+
def exception(self) -> BaseException | None: ...
|
34
|
+
def remove_done_callback(self, fn: Callable[[Self], object], /) -> int: ...
|
35
|
+
def set_result(self, result: _T, /) -> None: ...
|
36
|
+
def set_exception(self, exception: type | BaseException, /) -> None: ...
|
37
|
+
def __iter__(self) -> Generator[Any, None, _T]: ...
|
38
|
+
def __await__(self) -> Generator[Any, None, _T]: ...
|
39
|
+
@property
|
40
|
+
def _loop(self) -> AbstractEventLoop: ...
|
41
|
+
def __class_getitem__(cls, item: Any, /) -> GenericAlias: ...
|
42
|
+
|
43
|
+
if sys.version_info >= (3, 12):
|
44
|
+
_TaskCompatibleCoro: TypeAlias = Coroutine[Any, Any, _T_co]
|
45
|
+
else:
|
46
|
+
_TaskCompatibleCoro: TypeAlias = Generator[_TaskYieldType, None, _T_co] | Coroutine[Any, Any, _T_co]
|
47
|
+
|
48
|
+
# mypy and pyright complain that a subclass of an invariant class shouldn't be covariant.
|
49
|
+
# While this is true in general, here it's sort-of okay to have a covariant subclass,
|
50
|
+
# since the only reason why `asyncio.Future` is invariant is the `set_result()` method,
|
51
|
+
# and `asyncio.Task.set_result()` always raises.
|
52
|
+
class Task(Future[_T_co]): # type: ignore[type-var] # pyright: ignore[reportInvalidTypeArguments]
|
53
|
+
if sys.version_info >= (3, 12):
|
54
|
+
def __init__(
|
55
|
+
self,
|
56
|
+
coro: _TaskCompatibleCoro[_T_co],
|
57
|
+
*,
|
58
|
+
loop: AbstractEventLoop | None = None,
|
59
|
+
name: str | None = ...,
|
60
|
+
context: Context | None = None,
|
61
|
+
eager_start: bool = False,
|
62
|
+
) -> None: ...
|
63
|
+
elif sys.version_info >= (3, 11):
|
64
|
+
def __init__(
|
65
|
+
self,
|
66
|
+
coro: _TaskCompatibleCoro[_T_co],
|
67
|
+
*,
|
68
|
+
loop: AbstractEventLoop | None = None,
|
69
|
+
name: str | None = ...,
|
70
|
+
context: Context | None = None,
|
71
|
+
) -> None: ...
|
72
|
+
else:
|
73
|
+
def __init__(
|
74
|
+
self, coro: _TaskCompatibleCoro[_T_co], *, loop: AbstractEventLoop | None = None, name: str | None = ...
|
75
|
+
) -> None: ...
|
76
|
+
|
77
|
+
if sys.version_info >= (3, 12):
|
78
|
+
def get_coro(self) -> _TaskCompatibleCoro[_T_co] | None: ...
|
79
|
+
else:
|
80
|
+
def get_coro(self) -> _TaskCompatibleCoro[_T_co]: ...
|
81
|
+
|
82
|
+
def get_name(self) -> str: ...
|
83
|
+
def set_name(self, value: object, /) -> None: ...
|
84
|
+
if sys.version_info >= (3, 12):
|
85
|
+
def get_context(self) -> Context: ...
|
86
|
+
|
87
|
+
def get_stack(self, *, limit: int | None = None) -> list[FrameType]: ...
|
88
|
+
def print_stack(self, *, limit: int | None = None, file: TextIO | None = None) -> None: ...
|
89
|
+
if sys.version_info >= (3, 11):
|
90
|
+
def cancelling(self) -> int: ...
|
91
|
+
def uncancel(self) -> int: ...
|
92
|
+
|
93
|
+
def __class_getitem__(cls, item: Any, /) -> GenericAlias: ...
|
94
|
+
|
95
|
+
def get_event_loop() -> AbstractEventLoop: ...
|
96
|
+
def get_running_loop() -> AbstractEventLoop: ...
|
97
|
+
def _set_running_loop(loop: AbstractEventLoop | None, /) -> None: ...
|
98
|
+
def _get_running_loop() -> AbstractEventLoop: ...
|
99
|
+
def _register_task(task: Task[Any]) -> None: ...
|
100
|
+
def _unregister_task(task: Task[Any]) -> None: ...
|
101
|
+
def _enter_task(loop: AbstractEventLoop, task: Task[Any]) -> None: ...
|
102
|
+
def _leave_task(loop: AbstractEventLoop, task: Task[Any]) -> None: ...
|
103
|
+
|
104
|
+
if sys.version_info >= (3, 12):
|
105
|
+
def current_task(loop: AbstractEventLoop | None = None) -> Task[Any] | None: ...
|
106
|
+
|
107
|
+
if sys.version_info >= (3, 14):
|
108
|
+
def future_discard_from_awaited_by(future: Future[Any], waiter: Future[Any], /) -> None: ...
|
109
|
+
def future_add_to_awaited_by(future: Future[Any], waiter: Future[Any], /) -> None: ...
|
110
|
+
def all_tasks(loop: AbstractEventLoop | None = None) -> set[Task[Any]]: ...
|
@@ -0,0 +1,84 @@
|
|
1
|
+
import sys
|
2
|
+
from _typeshed import SupportsLenAndGetItem, SupportsRichComparisonT
|
3
|
+
from collections.abc import Callable, MutableSequence
|
4
|
+
from typing import TypeVar, overload
|
5
|
+
|
6
|
+
_T = TypeVar("_T")
|
7
|
+
|
8
|
+
if sys.version_info >= (3, 10):
|
9
|
+
@overload
|
10
|
+
def bisect_left(
|
11
|
+
a: SupportsLenAndGetItem[SupportsRichComparisonT],
|
12
|
+
x: SupportsRichComparisonT,
|
13
|
+
lo: int = 0,
|
14
|
+
hi: int | None = None,
|
15
|
+
*,
|
16
|
+
key: None = None,
|
17
|
+
) -> int: ...
|
18
|
+
@overload
|
19
|
+
def bisect_left(
|
20
|
+
a: SupportsLenAndGetItem[_T],
|
21
|
+
x: SupportsRichComparisonT,
|
22
|
+
lo: int = 0,
|
23
|
+
hi: int | None = None,
|
24
|
+
*,
|
25
|
+
key: Callable[[_T], SupportsRichComparisonT],
|
26
|
+
) -> int: ...
|
27
|
+
@overload
|
28
|
+
def bisect_right(
|
29
|
+
a: SupportsLenAndGetItem[SupportsRichComparisonT],
|
30
|
+
x: SupportsRichComparisonT,
|
31
|
+
lo: int = 0,
|
32
|
+
hi: int | None = None,
|
33
|
+
*,
|
34
|
+
key: None = None,
|
35
|
+
) -> int: ...
|
36
|
+
@overload
|
37
|
+
def bisect_right(
|
38
|
+
a: SupportsLenAndGetItem[_T],
|
39
|
+
x: SupportsRichComparisonT,
|
40
|
+
lo: int = 0,
|
41
|
+
hi: int | None = None,
|
42
|
+
*,
|
43
|
+
key: Callable[[_T], SupportsRichComparisonT],
|
44
|
+
) -> int: ...
|
45
|
+
@overload
|
46
|
+
def insort_left(
|
47
|
+
a: MutableSequence[SupportsRichComparisonT],
|
48
|
+
x: SupportsRichComparisonT,
|
49
|
+
lo: int = 0,
|
50
|
+
hi: int | None = None,
|
51
|
+
*,
|
52
|
+
key: None = None,
|
53
|
+
) -> None: ...
|
54
|
+
@overload
|
55
|
+
def insort_left(
|
56
|
+
a: MutableSequence[_T], x: _T, lo: int = 0, hi: int | None = None, *, key: Callable[[_T], SupportsRichComparisonT]
|
57
|
+
) -> None: ...
|
58
|
+
@overload
|
59
|
+
def insort_right(
|
60
|
+
a: MutableSequence[SupportsRichComparisonT],
|
61
|
+
x: SupportsRichComparisonT,
|
62
|
+
lo: int = 0,
|
63
|
+
hi: int | None = None,
|
64
|
+
*,
|
65
|
+
key: None = None,
|
66
|
+
) -> None: ...
|
67
|
+
@overload
|
68
|
+
def insort_right(
|
69
|
+
a: MutableSequence[_T], x: _T, lo: int = 0, hi: int | None = None, *, key: Callable[[_T], SupportsRichComparisonT]
|
70
|
+
) -> None: ...
|
71
|
+
|
72
|
+
else:
|
73
|
+
def bisect_left(
|
74
|
+
a: SupportsLenAndGetItem[SupportsRichComparisonT], x: SupportsRichComparisonT, lo: int = 0, hi: int | None = None
|
75
|
+
) -> int: ...
|
76
|
+
def bisect_right(
|
77
|
+
a: SupportsLenAndGetItem[SupportsRichComparisonT], x: SupportsRichComparisonT, lo: int = 0, hi: int | None = None
|
78
|
+
) -> int: ...
|
79
|
+
def insort_left(
|
80
|
+
a: MutableSequence[SupportsRichComparisonT], x: SupportsRichComparisonT, lo: int = 0, hi: int | None = None
|
81
|
+
) -> None: ...
|
82
|
+
def insort_right(
|
83
|
+
a: MutableSequence[SupportsRichComparisonT], x: SupportsRichComparisonT, lo: int = 0, hi: int | None = None
|
84
|
+
) -> None: ...
|
@@ -0,0 +1,76 @@
|
|
1
|
+
from _typeshed import ReadableBuffer
|
2
|
+
from typing import ClassVar, final
|
3
|
+
from typing_extensions import Self
|
4
|
+
|
5
|
+
BLAKE2B_MAX_DIGEST_SIZE: int = 64
|
6
|
+
BLAKE2B_MAX_KEY_SIZE: int = 64
|
7
|
+
BLAKE2B_PERSON_SIZE: int = 16
|
8
|
+
BLAKE2B_SALT_SIZE: int = 16
|
9
|
+
BLAKE2S_MAX_DIGEST_SIZE: int = 32
|
10
|
+
BLAKE2S_MAX_KEY_SIZE: int = 32
|
11
|
+
BLAKE2S_PERSON_SIZE: int = 8
|
12
|
+
BLAKE2S_SALT_SIZE: int = 8
|
13
|
+
|
14
|
+
@final
|
15
|
+
class blake2b:
|
16
|
+
MAX_DIGEST_SIZE: ClassVar[int] = 64
|
17
|
+
MAX_KEY_SIZE: ClassVar[int] = 64
|
18
|
+
PERSON_SIZE: ClassVar[int] = 16
|
19
|
+
SALT_SIZE: ClassVar[int] = 16
|
20
|
+
block_size: int
|
21
|
+
digest_size: int
|
22
|
+
name: str
|
23
|
+
def __new__(
|
24
|
+
cls,
|
25
|
+
data: ReadableBuffer = b"",
|
26
|
+
/,
|
27
|
+
*,
|
28
|
+
digest_size: int = 64,
|
29
|
+
key: ReadableBuffer = b"",
|
30
|
+
salt: ReadableBuffer = b"",
|
31
|
+
person: ReadableBuffer = b"",
|
32
|
+
fanout: int = 1,
|
33
|
+
depth: int = 1,
|
34
|
+
leaf_size: int = 0,
|
35
|
+
node_offset: int = 0,
|
36
|
+
node_depth: int = 0,
|
37
|
+
inner_size: int = 0,
|
38
|
+
last_node: bool = False,
|
39
|
+
usedforsecurity: bool = True,
|
40
|
+
) -> Self: ...
|
41
|
+
def copy(self) -> Self: ...
|
42
|
+
def digest(self) -> bytes: ...
|
43
|
+
def hexdigest(self) -> str: ...
|
44
|
+
def update(self, data: ReadableBuffer, /) -> None: ...
|
45
|
+
|
46
|
+
@final
|
47
|
+
class blake2s:
|
48
|
+
MAX_DIGEST_SIZE: ClassVar[int] = 32
|
49
|
+
MAX_KEY_SIZE: ClassVar[int] = 32
|
50
|
+
PERSON_SIZE: ClassVar[int] = 8
|
51
|
+
SALT_SIZE: ClassVar[int] = 8
|
52
|
+
block_size: int
|
53
|
+
digest_size: int
|
54
|
+
name: str
|
55
|
+
def __new__(
|
56
|
+
cls,
|
57
|
+
data: ReadableBuffer = b"",
|
58
|
+
/,
|
59
|
+
*,
|
60
|
+
digest_size: int = 32,
|
61
|
+
key: ReadableBuffer = b"",
|
62
|
+
salt: ReadableBuffer = b"",
|
63
|
+
person: ReadableBuffer = b"",
|
64
|
+
fanout: int = 1,
|
65
|
+
depth: int = 1,
|
66
|
+
leaf_size: int = 0,
|
67
|
+
node_offset: int = 0,
|
68
|
+
node_depth: int = 0,
|
69
|
+
inner_size: int = 0,
|
70
|
+
last_node: bool = False,
|
71
|
+
usedforsecurity: bool = True,
|
72
|
+
) -> Self: ...
|
73
|
+
def copy(self) -> Self: ...
|
74
|
+
def digest(self) -> bytes: ...
|
75
|
+
def hexdigest(self) -> str: ...
|
76
|
+
def update(self, data: ReadableBuffer, /) -> None: ...
|
@@ -0,0 +1 @@
|
|
1
|
+
def getpreferredencoding(do_setlocale: bool = True) -> str: ...
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import sys
|
2
|
+
from _typeshed import ReadableBuffer
|
3
|
+
from typing import final
|
4
|
+
from typing_extensions import Self
|
5
|
+
|
6
|
+
@final
|
7
|
+
class BZ2Compressor:
|
8
|
+
if sys.version_info >= (3, 12):
|
9
|
+
def __new__(cls, compresslevel: int = 9, /) -> Self: ...
|
10
|
+
else:
|
11
|
+
def __init__(self, compresslevel: int = 9, /) -> None: ...
|
12
|
+
|
13
|
+
def compress(self, data: ReadableBuffer, /) -> bytes: ...
|
14
|
+
def flush(self) -> bytes: ...
|
15
|
+
|
16
|
+
@final
|
17
|
+
class BZ2Decompressor:
|
18
|
+
def decompress(self, data: ReadableBuffer, max_length: int = -1) -> bytes: ...
|
19
|
+
@property
|
20
|
+
def eof(self) -> bool: ...
|
21
|
+
@property
|
22
|
+
def needs_input(self) -> bool: ...
|
23
|
+
@property
|
24
|
+
def unused_data(self) -> bytes: ...
|