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.
Files changed (808) hide show
  1. faster_eth_abi-5.2.0/LICENSE +21 -0
  2. faster_eth_abi-5.2.0/MANIFEST.in +12 -0
  3. faster_eth_abi-5.2.0/PKG-INFO +48 -0
  4. faster_eth_abi-5.2.0/README.md +19 -0
  5. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/__future__.pyi +36 -0
  6. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/__main__.pyi +1 -0
  7. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_ast.pyi +145 -0
  8. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_asyncio.pyi +110 -0
  9. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_bisect.pyi +84 -0
  10. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_blake2.pyi +76 -0
  11. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_bootlocale.pyi +1 -0
  12. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_bz2.pyi +24 -0
  13. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_codecs.pyi +122 -0
  14. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_collections_abc.pyi +107 -0
  15. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_compat_pickle.pyi +8 -0
  16. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_compression.pyi +27 -0
  17. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_contextvars.pyi +64 -0
  18. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_csv.pyi +133 -0
  19. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_ctypes.pyi +334 -0
  20. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_curses.pyi +551 -0
  21. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_curses_panel.pyi +27 -0
  22. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_dbm.pyi +44 -0
  23. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_decimal.pyi +72 -0
  24. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_frozen_importlib.pyi +113 -0
  25. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_frozen_importlib_external.pyi +188 -0
  26. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_gdbm.pyi +47 -0
  27. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_hashlib.pyi +82 -0
  28. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_heapq.pyi +19 -0
  29. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_imp.pyi +30 -0
  30. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_interpchannels.pyi +86 -0
  31. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_interpqueues.pyi +19 -0
  32. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_interpreters.pyi +52 -0
  33. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_io.pyi +242 -0
  34. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_json.pyi +51 -0
  35. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_locale.pyi +121 -0
  36. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_lsprof.pyi +35 -0
  37. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_lzma.pyi +71 -0
  38. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_markupbase.pyi +16 -0
  39. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_msi.pyi +92 -0
  40. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_multibytecodec.pyi +44 -0
  41. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_operator.pyi +115 -0
  42. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_osx_support.pyi +34 -0
  43. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_pickle.pyi +104 -0
  44. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_posixsubprocess.pyi +59 -0
  45. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_py_abc.pyi +14 -0
  46. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_pydecimal.pyi +47 -0
  47. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_queue.pyi +16 -0
  48. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_random.pyi +12 -0
  49. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_sitebuiltins.pyi +17 -0
  50. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_socket.pyi +861 -0
  51. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_sqlite3.pyi +312 -0
  52. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_ssl.pyi +293 -0
  53. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_stat.pyi +119 -0
  54. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_struct.pyi +22 -0
  55. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_thread.pyi +116 -0
  56. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_threading_local.pyi +22 -0
  57. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_tkinter.pyi +143 -0
  58. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_tracemalloc.pyi +13 -0
  59. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/__init__.pyi +377 -0
  60. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/_type_checker_internals.pyi +89 -0
  61. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/dbapi.pyi +37 -0
  62. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/importlib.pyi +18 -0
  63. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/wsgi.pyi +44 -0
  64. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_typeshed/xml.pyi +9 -0
  65. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_warnings.pyi +55 -0
  66. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_weakref.pyi +15 -0
  67. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_weakrefset.pyi +48 -0
  68. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/_winapi.pyi +283 -0
  69. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/abc.pyi +51 -0
  70. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/aifc.pyi +79 -0
  71. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/annotationlib.pyi +132 -0
  72. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/antigravity.pyi +3 -0
  73. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/argparse.pyi +804 -0
  74. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/array.pyi +88 -0
  75. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ast.pyi +2068 -0
  76. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asynchat.pyi +21 -0
  77. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/__init__.pyi +1012 -0
  78. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/base_events.pyi +488 -0
  79. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/base_futures.pyi +19 -0
  80. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/base_subprocess.pyi +63 -0
  81. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/base_tasks.pyi +9 -0
  82. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/constants.pyi +20 -0
  83. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/coroutines.pyi +27 -0
  84. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/events.pyi +666 -0
  85. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/exceptions.pyi +44 -0
  86. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/format_helpers.pyi +31 -0
  87. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/futures.pyi +23 -0
  88. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/graph.pyi +26 -0
  89. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/locks.pyi +104 -0
  90. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/log.pyi +3 -0
  91. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/mixins.pyi +9 -0
  92. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/proactor_events.pyi +65 -0
  93. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/protocols.pyi +35 -0
  94. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/queues.pyi +54 -0
  95. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/runners.pyi +33 -0
  96. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/selector_events.pyi +10 -0
  97. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/sslproto.pyi +165 -0
  98. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/staggered.pyi +10 -0
  99. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/streams.pyi +158 -0
  100. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/subprocess.pyi +230 -0
  101. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/taskgroups.pyi +26 -0
  102. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/tasks.pyi +460 -0
  103. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/threads.pyi +10 -0
  104. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/timeouts.pyi +20 -0
  105. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/transports.pyi +50 -0
  106. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/trsock.pyi +94 -0
  107. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/unix_events.pyi +248 -0
  108. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/windows_events.pyi +121 -0
  109. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncio/windows_utils.pyi +49 -0
  110. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/asyncore.pyi +90 -0
  111. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/atexit.pyi +12 -0
  112. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/audioop.pyi +43 -0
  113. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/base64.pyi +61 -0
  114. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/bdb.pyi +130 -0
  115. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/binascii.pyi +36 -0
  116. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/binhex.pyi +45 -0
  117. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/bisect.pyi +4 -0
  118. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/builtins.pyi +2153 -0
  119. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/bz2.pyi +116 -0
  120. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cProfile.pyi +31 -0
  121. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/calendar.pyi +208 -0
  122. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cgi.pyi +118 -0
  123. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cgitb.pyi +32 -0
  124. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/chunk.pyi +20 -0
  125. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cmath.pyi +36 -0
  126. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/cmd.pyi +46 -0
  127. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/code.pyi +54 -0
  128. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/codecs.pyi +312 -0
  129. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/codeop.pyi +21 -0
  130. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/collections/__init__.pyi +495 -0
  131. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/collections/abc.pyi +2 -0
  132. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/colorsys.pyi +13 -0
  133. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compileall.pyi +87 -0
  134. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/__init__.pyi +0 -0
  135. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/_common/__init__.pyi +0 -0
  136. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/_common/_streams.pyi +25 -0
  137. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/bz2/__init__.pyi +1 -0
  138. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/gzip/__init__.pyi +1 -0
  139. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/lzma/__init__.pyi +1 -0
  140. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/compression/zlib/__init__.pyi +1 -0
  141. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/__init__.pyi +0 -0
  142. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/__init__.pyi +71 -0
  143. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/_base.pyi +119 -0
  144. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/interpreter.pyi +100 -0
  145. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/process.pyi +242 -0
  146. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/concurrent/futures/thread.pyi +136 -0
  147. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/configparser.pyi +464 -0
  148. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/contextlib.pyi +213 -0
  149. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/contextvars.pyi +3 -0
  150. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/copy.pyi +27 -0
  151. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/copyreg.pyi +21 -0
  152. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/crypt.pyi +20 -0
  153. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/csv.pyi +155 -0
  154. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/__init__.pyi +325 -0
  155. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/_endian.pyi +12 -0
  156. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/macholib/__init__.pyi +1 -0
  157. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/macholib/dyld.pyi +8 -0
  158. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/macholib/dylib.pyi +14 -0
  159. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/macholib/framework.pyi +14 -0
  160. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/util.pyi +11 -0
  161. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ctypes/wintypes.pyi +321 -0
  162. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/__init__.pyi +40 -0
  163. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/ascii.pyi +62 -0
  164. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/has_key.pyi +1 -0
  165. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/panel.pyi +1 -0
  166. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/curses/textpad.pyi +11 -0
  167. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dataclasses.pyi +457 -0
  168. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/datetime.pyi +342 -0
  169. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/__init__.pyi +104 -0
  170. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/dumb.pyi +37 -0
  171. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/gnu.pyi +1 -0
  172. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/ndbm.pyi +1 -0
  173. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dbm/sqlite3.pyi +29 -0
  174. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/decimal.pyi +272 -0
  175. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/difflib.pyi +132 -0
  176. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/dis.pyi +289 -0
  177. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/__init__.pyi +5 -0
  178. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/_msvccompiler.pyi +13 -0
  179. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/archive_util.pyi +35 -0
  180. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/bcppcompiler.pyi +3 -0
  181. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/ccompiler.pyi +176 -0
  182. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/cmd.pyi +229 -0
  183. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/__init__.pyi +48 -0
  184. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist.pyi +27 -0
  185. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_dumb.pyi +22 -0
  186. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_msi.pyi +45 -0
  187. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_packager.pyi +0 -0
  188. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_rpm.pyi +53 -0
  189. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/bdist_wininst.pyi +16 -0
  190. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build.pyi +34 -0
  191. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build_clib.pyi +29 -0
  192. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build_ext.pyi +52 -0
  193. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build_py.pyi +45 -0
  194. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/build_scripts.pyi +25 -0
  195. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/check.pyi +40 -0
  196. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/clean.pyi +18 -0
  197. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/config.pyi +84 -0
  198. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install.pyi +71 -0
  199. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_data.pyi +20 -0
  200. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_egg_info.pyi +19 -0
  201. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_headers.pyi +17 -0
  202. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_lib.pyi +26 -0
  203. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/install_scripts.pyi +19 -0
  204. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/register.pyi +20 -0
  205. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/sdist.pyi +45 -0
  206. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/command/upload.pyi +18 -0
  207. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/config.pyi +17 -0
  208. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/core.pyi +58 -0
  209. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/cygwinccompiler.pyi +20 -0
  210. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/debug.pyi +3 -0
  211. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/dep_util.pyi +14 -0
  212. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/dir_util.pyi +23 -0
  213. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/dist.pyi +315 -0
  214. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/errors.pyi +19 -0
  215. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/extension.pyi +36 -0
  216. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/fancy_getopt.pyi +44 -0
  217. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/file_util.pyi +38 -0
  218. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/filelist.pyi +58 -0
  219. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/log.pyi +26 -0
  220. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/msvccompiler.pyi +3 -0
  221. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/spawn.pyi +10 -0
  222. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/sysconfig.pyi +33 -0
  223. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/text_file.pyi +21 -0
  224. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/unixccompiler.pyi +3 -0
  225. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/util.pyi +53 -0
  226. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/distutils/version.pyi +36 -0
  227. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/doctest.pyi +262 -0
  228. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/__init__.pyi +60 -0
  229. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/_header_value_parser.pyi +401 -0
  230. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/_policybase.pyi +80 -0
  231. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/base64mime.pyi +13 -0
  232. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/charset.pyi +35 -0
  233. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/contentmanager.pyi +11 -0
  234. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/encoders.pyi +8 -0
  235. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/errors.pyi +42 -0
  236. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/feedparser.pyi +22 -0
  237. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/generator.pyi +77 -0
  238. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/header.pyi +32 -0
  239. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/headerregistry.pyi +180 -0
  240. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/iterators.pyi +12 -0
  241. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/message.pyi +172 -0
  242. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/__init__.pyi +0 -0
  243. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/application.pyi +17 -0
  244. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/audio.pyi +17 -0
  245. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/base.pyi +8 -0
  246. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/image.pyi +17 -0
  247. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/message.pyi +8 -0
  248. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/multipart.pyi +18 -0
  249. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/nonmultipart.pyi +5 -0
  250. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/mime/text.pyi +9 -0
  251. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/parser.pyi +39 -0
  252. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/policy.pyi +75 -0
  253. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/quoprimime.pyi +28 -0
  254. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/email/utils.pyi +78 -0
  255. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/__init__.pyi +9 -0
  256. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/aliases.pyi +1 -0
  257. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/ascii.pyi +30 -0
  258. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/base64_codec.pyi +26 -0
  259. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/big5.pyi +23 -0
  260. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/big5hkscs.pyi +23 -0
  261. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/bz2_codec.pyi +26 -0
  262. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/charmap.pyi +33 -0
  263. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp037.pyi +21 -0
  264. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1006.pyi +21 -0
  265. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1026.pyi +21 -0
  266. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1125.pyi +21 -0
  267. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1140.pyi +21 -0
  268. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1250.pyi +21 -0
  269. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1251.pyi +21 -0
  270. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1252.pyi +21 -0
  271. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1253.pyi +21 -0
  272. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1254.pyi +21 -0
  273. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1255.pyi +21 -0
  274. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1256.pyi +21 -0
  275. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1257.pyi +21 -0
  276. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp1258.pyi +21 -0
  277. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp273.pyi +21 -0
  278. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp424.pyi +21 -0
  279. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp437.pyi +21 -0
  280. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp500.pyi +21 -0
  281. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp720.pyi +21 -0
  282. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp737.pyi +21 -0
  283. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp775.pyi +21 -0
  284. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp850.pyi +21 -0
  285. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp852.pyi +21 -0
  286. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp855.pyi +21 -0
  287. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp856.pyi +21 -0
  288. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp857.pyi +21 -0
  289. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp858.pyi +21 -0
  290. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp860.pyi +21 -0
  291. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp861.pyi +21 -0
  292. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp862.pyi +21 -0
  293. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp863.pyi +21 -0
  294. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp864.pyi +21 -0
  295. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp865.pyi +21 -0
  296. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp866.pyi +21 -0
  297. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp869.pyi +21 -0
  298. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp874.pyi +21 -0
  299. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp875.pyi +21 -0
  300. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp932.pyi +23 -0
  301. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp949.pyi +23 -0
  302. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/cp950.pyi +23 -0
  303. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/euc_jis_2004.pyi +23 -0
  304. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/euc_jisx0213.pyi +23 -0
  305. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/euc_jp.pyi +23 -0
  306. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/euc_kr.pyi +23 -0
  307. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/gb18030.pyi +23 -0
  308. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/gb2312.pyi +23 -0
  309. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/gbk.pyi +23 -0
  310. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/hex_codec.pyi +26 -0
  311. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/hp_roman8.pyi +21 -0
  312. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/hz.pyi +23 -0
  313. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/idna.pyi +26 -0
  314. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp.pyi +23 -0
  315. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_1.pyi +23 -0
  316. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_2.pyi +23 -0
  317. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_2004.pyi +23 -0
  318. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_3.pyi +23 -0
  319. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_jp_ext.pyi +23 -0
  320. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso2022_kr.pyi +23 -0
  321. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_1.pyi +21 -0
  322. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_10.pyi +21 -0
  323. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_11.pyi +21 -0
  324. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_13.pyi +21 -0
  325. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_14.pyi +21 -0
  326. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_15.pyi +21 -0
  327. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_16.pyi +21 -0
  328. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_2.pyi +21 -0
  329. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_3.pyi +21 -0
  330. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_4.pyi +21 -0
  331. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_5.pyi +21 -0
  332. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_6.pyi +21 -0
  333. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_7.pyi +21 -0
  334. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_8.pyi +21 -0
  335. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/iso8859_9.pyi +21 -0
  336. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/johab.pyi +23 -0
  337. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/koi8_r.pyi +21 -0
  338. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/koi8_t.pyi +21 -0
  339. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/koi8_u.pyi +21 -0
  340. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/kz1048.pyi +21 -0
  341. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/latin_1.pyi +30 -0
  342. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_arabic.pyi +21 -0
  343. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_croatian.pyi +21 -0
  344. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_cyrillic.pyi +21 -0
  345. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_farsi.pyi +21 -0
  346. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_greek.pyi +21 -0
  347. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_iceland.pyi +21 -0
  348. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_latin2.pyi +21 -0
  349. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_roman.pyi +21 -0
  350. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_romanian.pyi +21 -0
  351. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mac_turkish.pyi +21 -0
  352. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/mbcs.pyi +28 -0
  353. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/oem.pyi +28 -0
  354. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/palmos.pyi +21 -0
  355. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/ptcp154.pyi +21 -0
  356. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/punycode.pyi +33 -0
  357. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/quopri_codec.pyi +26 -0
  358. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi +23 -0
  359. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/rot_13.pyi +23 -0
  360. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/shift_jis.pyi +23 -0
  361. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/shift_jis_2004.pyi +23 -0
  362. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/shift_jisx0213.pyi +23 -0
  363. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/tis_620.pyi +21 -0
  364. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/undefined.pyi +20 -0
  365. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/unicode_escape.pyi +23 -0
  366. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_16.pyi +20 -0
  367. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_16_be.pyi +26 -0
  368. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_16_le.pyi +26 -0
  369. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_32.pyi +20 -0
  370. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_32_be.pyi +26 -0
  371. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_32_le.pyi +26 -0
  372. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_7.pyi +26 -0
  373. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_8.pyi +26 -0
  374. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/utf_8_sig.pyi +22 -0
  375. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/uu_codec.pyi +28 -0
  376. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/encodings/zlib_codec.pyi +26 -0
  377. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ensurepip/__init__.pyi +12 -0
  378. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/enum.pyi +342 -0
  379. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/errno.pyi +225 -0
  380. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/faulthandler.pyi +17 -0
  381. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/fcntl.pyi +158 -0
  382. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/filecmp.pyi +65 -0
  383. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/fileinput.pyi +209 -0
  384. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/fnmatch.pyi +15 -0
  385. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/formatter.pyi +88 -0
  386. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/fractions.pyi +150 -0
  387. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ftplib.pyi +153 -0
  388. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/functools.pyi +247 -0
  389. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/gc.pyi +33 -0
  390. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/genericpath.pyi +59 -0
  391. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/getopt.pyi +27 -0
  392. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/getpass.pyi +14 -0
  393. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/gettext.pyi +171 -0
  394. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/glob.pyi +50 -0
  395. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/graphlib.pyi +28 -0
  396. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/grp.pyi +22 -0
  397. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/gzip.pyi +164 -0
  398. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/hashlib.pyi +87 -0
  399. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/heapq.pyi +17 -0
  400. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/hmac.pyi +33 -0
  401. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/html/__init__.pyi +6 -0
  402. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/html/entities.pyi +6 -0
  403. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/html/parser.pyi +34 -0
  404. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/__init__.pyi +118 -0
  405. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/client.pyi +265 -0
  406. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/cookiejar.pyi +159 -0
  407. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/cookies.pyi +56 -0
  408. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/http/server.pyi +130 -0
  409. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/imaplib.pyi +174 -0
  410. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/imghdr.pyi +17 -0
  411. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/imp.pyi +62 -0
  412. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/__init__.pyi +15 -0
  413. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/_abc.pyi +15 -0
  414. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/_bootstrap.pyi +2 -0
  415. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/_bootstrap_external.pyi +2 -0
  416. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/abc.pyi +183 -0
  417. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/machinery.pyi +43 -0
  418. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/metadata/__init__.pyi +290 -0
  419. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/metadata/_meta.pyi +63 -0
  420. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/metadata/diagnose.pyi +2 -0
  421. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/readers.pyi +72 -0
  422. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/__init__.pyi +82 -0
  423. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/_common.pyi +42 -0
  424. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/_functional.pyi +30 -0
  425. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/abc.pyi +69 -0
  426. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/readers.pyi +14 -0
  427. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/resources/simple.pyi +56 -0
  428. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/simple.pyi +11 -0
  429. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/importlib/util.pyi +49 -0
  430. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/inspect.pyi +687 -0
  431. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/io.pyi +73 -0
  432. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ipaddress.pyi +241 -0
  433. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/itertools.pyi +333 -0
  434. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/__init__.pyi +61 -0
  435. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/decoder.pyi +32 -0
  436. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/encoder.pyi +40 -0
  437. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/scanner.pyi +7 -0
  438. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/json/tool.pyi +1 -0
  439. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/keyword.pyi +16 -0
  440. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/__init__.pyi +0 -0
  441. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/btm_matcher.pyi +28 -0
  442. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixer_base.pyi +42 -0
  443. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/__init__.pyi +0 -0
  444. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi +8 -0
  445. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi +10 -0
  446. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi +8 -0
  447. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi +8 -0
  448. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi +16 -0
  449. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_except.pyi +14 -0
  450. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi +8 -0
  451. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi +8 -0
  452. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi +13 -0
  453. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi +9 -0
  454. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi +8 -0
  455. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_future.pyi +8 -0
  456. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi +8 -0
  457. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi +8 -0
  458. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi +15 -0
  459. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_import.pyi +16 -0
  460. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi +21 -0
  461. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi +8 -0
  462. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_input.pyi +11 -0
  463. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi +9 -0
  464. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi +8 -0
  465. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi +9 -0
  466. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi +7 -0
  467. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_long.pyi +7 -0
  468. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_map.pyi +9 -0
  469. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi +17 -0
  470. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi +10 -0
  471. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi +8 -0
  472. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_next.pyi +19 -0
  473. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi +8 -0
  474. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi +8 -0
  475. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi +12 -0
  476. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi +8 -0
  477. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_print.pyi +12 -0
  478. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi +8 -0
  479. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi +8 -0
  480. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi +8 -0
  481. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi +9 -0
  482. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi +17 -0
  483. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi +8 -0
  484. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi +7 -0
  485. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi +8 -0
  486. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi +9 -0
  487. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi +8 -0
  488. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi +17 -0
  489. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_types.pyi +8 -0
  490. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi +12 -0
  491. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi +15 -0
  492. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi +12 -0
  493. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi +20 -0
  494. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi +8 -0
  495. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi +9 -0
  496. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/main.pyi +42 -0
  497. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/__init__.pyi +9 -0
  498. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/driver.pyi +27 -0
  499. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/grammar.pyi +24 -0
  500. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/literals.pyi +7 -0
  501. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/parse.pyi +30 -0
  502. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/pgen.pyi +51 -0
  503. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/token.pyi +69 -0
  504. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi +96 -0
  505. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pygram.pyi +114 -0
  506. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/pytree.pyi +118 -0
  507. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lib2to3/refactor.pyi +82 -0
  508. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/linecache.pyi +19 -0
  509. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/locale.pyi +156 -0
  510. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/logging/__init__.pyi +660 -0
  511. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/logging/config.pyi +139 -0
  512. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/logging/handlers.pyi +257 -0
  513. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/lzma.pyi +179 -0
  514. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/mailbox.pyi +259 -0
  515. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/mailcap.pyi +11 -0
  516. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/marshal.pyi +49 -0
  517. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/math.pyi +137 -0
  518. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/mimetypes.pyi +56 -0
  519. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/mmap.pyi +146 -0
  520. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/modulefinder.pyi +68 -0
  521. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msilib/__init__.pyi +177 -0
  522. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msilib/schema.pyi +94 -0
  523. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msilib/sequence.pyi +13 -0
  524. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msilib/text.pyi +7 -0
  525. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/msvcrt.pyi +32 -0
  526. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/__init__.pyi +90 -0
  527. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/connection.pyi +83 -0
  528. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/context.pyi +206 -0
  529. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/dummy/__init__.pyi +77 -0
  530. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/dummy/connection.pyi +39 -0
  531. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/forkserver.pyi +45 -0
  532. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/heap.pyi +36 -0
  533. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/managers.pyi +349 -0
  534. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/pool.pyi +101 -0
  535. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/popen_fork.pyi +26 -0
  536. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/popen_forkserver.pyi +16 -0
  537. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi +20 -0
  538. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi +30 -0
  539. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/process.pyi +39 -0
  540. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/queues.pyi +36 -0
  541. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/reduction.pyi +88 -0
  542. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/resource_sharer.pyi +20 -0
  543. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/resource_tracker.pyi +21 -0
  544. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi +41 -0
  545. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi +129 -0
  546. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/spawn.pyi +32 -0
  547. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/synchronize.pyi +60 -0
  548. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/multiprocessing/util.pyi +108 -0
  549. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/netrc.pyi +23 -0
  550. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/nis.pyi +9 -0
  551. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/nntplib.pyi +120 -0
  552. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/nt.pyi +113 -0
  553. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ntpath.pyi +126 -0
  554. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/nturl2path.pyi +12 -0
  555. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/numbers.pyi +209 -0
  556. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/opcode.pyi +47 -0
  557. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/operator.pyi +215 -0
  558. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/optparse.pyi +309 -0
  559. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/os/__init__.pyi +1664 -0
  560. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/os/path.pyi +8 -0
  561. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ossaudiodev.pyi +131 -0
  562. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/parser.pyi +25 -0
  563. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pathlib/__init__.pyi +307 -0
  564. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pathlib/types.pyi +8 -0
  565. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pdb.pyi +250 -0
  566. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pickle.pyi +233 -0
  567. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pickletools.pyi +174 -0
  568. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pipes.pyi +16 -0
  569. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pkgutil.pyi +53 -0
  570. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/platform.pyi +87 -0
  571. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/plistlib.pyi +84 -0
  572. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/poplib.pyi +72 -0
  573. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/posix.pyi +405 -0
  574. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/posixpath.pyi +166 -0
  575. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pprint.pyi +112 -0
  576. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/profile.pyi +31 -0
  577. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pstats.pyi +91 -0
  578. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pty.pyi +24 -0
  579. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pwd.pyi +28 -0
  580. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/py_compile.pyi +34 -0
  581. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pyclbr.pyi +74 -0
  582. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pydoc.pyi +340 -0
  583. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pydoc_data/__init__.pyi +0 -0
  584. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pydoc_data/topics.pyi +1 -0
  585. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pyexpat/__init__.pyi +82 -0
  586. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pyexpat/errors.pyi +53 -0
  587. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/pyexpat/model.pyi +13 -0
  588. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/queue.pyi +54 -0
  589. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/quopri.pyi +11 -0
  590. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/random.pyi +128 -0
  591. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/re.pyi +312 -0
  592. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/readline.pyi +40 -0
  593. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/reprlib.pyi +65 -0
  594. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/resource.pyi +94 -0
  595. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/rlcompleter.pyi +9 -0
  596. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/runpy.pyi +24 -0
  597. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sched.pyi +46 -0
  598. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/secrets.pyi +15 -0
  599. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/select.pyi +163 -0
  600. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/selectors.pyi +69 -0
  601. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/shelve.pyi +59 -0
  602. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/shlex.pyi +63 -0
  603. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/shutil.pyi +235 -0
  604. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/signal.pyi +187 -0
  605. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/site.pyi +36 -0
  606. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/smtpd.pyi +91 -0
  607. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/smtplib.pyi +195 -0
  608. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sndhdr.pyi +14 -0
  609. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/socket.pyi +1429 -0
  610. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/socketserver.pyi +170 -0
  611. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/spwd.pyi +46 -0
  612. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sqlite3/__init__.pyi +469 -0
  613. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sqlite3/dbapi2.pyi +241 -0
  614. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sqlite3/dump.pyi +2 -0
  615. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi +11 -0
  616. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sre_constants.pyi +128 -0
  617. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sre_parse.pyi +104 -0
  618. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/ssl.pyi +534 -0
  619. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/stat.pyi +7 -0
  620. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/statistics.pyi +158 -0
  621. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/string/__init__.pyi +79 -0
  622. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/string/templatelib.pyi +31 -0
  623. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/stringprep.pyi +27 -0
  624. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/struct.pyi +5 -0
  625. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/subprocess.pyi +2093 -0
  626. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sunau.pyi +82 -0
  627. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/symbol.pyi +93 -0
  628. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/symtable.pyi +86 -0
  629. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sys/__init__.pyi +476 -0
  630. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sys/_monitoring.pyi +52 -0
  631. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/sysconfig.pyi +48 -0
  632. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/syslog.pyi +57 -0
  633. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tabnanny.pyi +16 -0
  634. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tarfile.pyi +685 -0
  635. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/telnetlib.pyi +123 -0
  636. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tempfile.pyi +478 -0
  637. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/termios.pyi +303 -0
  638. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/textwrap.pyi +103 -0
  639. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/this.pyi +2 -0
  640. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/threading.pyi +203 -0
  641. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/time.pyi +111 -0
  642. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/timeit.pyi +32 -0
  643. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/__init__.pyi +4081 -0
  644. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/colorchooser.pyi +12 -0
  645. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/commondialog.pyi +12 -0
  646. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/constants.pyi +80 -0
  647. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/dialog.pyi +13 -0
  648. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/dnd.pyi +18 -0
  649. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/filedialog.pyi +149 -0
  650. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/font.pyi +118 -0
  651. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/messagebox.pyi +33 -0
  652. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/scrolledtext.pyi +9 -0
  653. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/simpledialog.pyi +54 -0
  654. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/tix.pyi +299 -0
  655. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tkinter/ttk.pyi +1207 -0
  656. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/token.pyi +168 -0
  657. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tokenize.pyi +191 -0
  658. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tomllib.pyi +26 -0
  659. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/trace.pyi +86 -0
  660. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/traceback.pyi +314 -0
  661. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tracemalloc.pyi +117 -0
  662. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/tty.pyi +30 -0
  663. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/turtle.pyi +769 -0
  664. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/types.pyi +711 -0
  665. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/typing.pyi +1131 -0
  666. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/typing_extensions.pyi +702 -0
  667. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unicodedata.pyi +73 -0
  668. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/__init__.pyi +63 -0
  669. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/_log.pyi +27 -0
  670. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/async_case.pyi +25 -0
  671. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/case.pyi +331 -0
  672. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/loader.pyi +55 -0
  673. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/main.pyi +73 -0
  674. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/mock.pyi +463 -0
  675. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/result.pyi +47 -0
  676. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/runner.pyi +91 -0
  677. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/signals.pyi +15 -0
  678. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/suite.pyi +24 -0
  679. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/unittest/util.pyi +23 -0
  680. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/__init__.pyi +0 -0
  681. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/error.pyi +23 -0
  682. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/parse.pyi +195 -0
  683. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/request.pyi +416 -0
  684. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/response.pyi +40 -0
  685. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/urllib/robotparser.pyi +20 -0
  686. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/uu.pyi +13 -0
  687. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/uuid.pyi +104 -0
  688. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/venv/__init__.pyi +85 -0
  689. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/warnings.pyi +126 -0
  690. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wave.pyi +78 -0
  691. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/weakref.pyi +190 -0
  692. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/webbrowser.pyi +78 -0
  693. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/winreg.pyi +132 -0
  694. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/winsound.pyi +38 -0
  695. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/__init__.pyi +0 -0
  696. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/handlers.pyi +91 -0
  697. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/headers.pyi +26 -0
  698. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/simple_server.pyi +37 -0
  699. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/types.pyi +32 -0
  700. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/util.pyi +26 -0
  701. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/wsgiref/validate.pyi +50 -0
  702. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xdrlib.pyi +57 -0
  703. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/__init__.pyi +3 -0
  704. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/NodeFilter.pyi +22 -0
  705. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/__init__.pyi +100 -0
  706. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/domreg.pyi +8 -0
  707. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi +121 -0
  708. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/minicompat.pyi +22 -0
  709. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/minidom.pyi +650 -0
  710. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/pulldom.pyi +109 -0
  711. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/dom/xmlbuilder.pyi +79 -0
  712. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/ElementInclude.pyi +25 -0
  713. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/ElementPath.pyi +41 -0
  714. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/ElementTree.pyi +364 -0
  715. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/__init__.pyi +0 -0
  716. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/etree/cElementTree.pyi +1 -0
  717. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/parsers/__init__.pyi +1 -0
  718. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/parsers/expat/__init__.pyi +7 -0
  719. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/parsers/expat/errors.pyi +1 -0
  720. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/parsers/expat/model.pyi +1 -0
  721. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/__init__.pyi +42 -0
  722. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/_exceptions.pyi +19 -0
  723. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/expatreader.pyi +78 -0
  724. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/handler.pyi +86 -0
  725. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/saxutils.pyi +68 -0
  726. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xml/sax/xmlreader.pyi +90 -0
  727. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xmlrpc/__init__.pyi +0 -0
  728. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xmlrpc/client.pyi +297 -0
  729. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xmlrpc/server.pyi +144 -0
  730. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/xxlimited.pyi +24 -0
  731. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipapp.pyi +20 -0
  732. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipfile/__init__.pyi +387 -0
  733. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipfile/_path/__init__.pyi +83 -0
  734. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipfile/_path/glob.pyi +22 -0
  735. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zipimport.pyi +51 -0
  736. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zlib.pyi +70 -0
  737. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zoneinfo/__init__.pyi +28 -0
  738. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zoneinfo/_common.pyi +13 -0
  739. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stdlib/zoneinfo/_tzpath.pyi +13 -0
  740. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/mypy/typeshed/stubs/mypy-extensions/mypy_extensions.pyi +218 -0
  741. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/pydantic_core/_pydantic_core.pyi +1039 -0
  742. faster_eth_abi-5.2.0/env/lib64/python3.10/site-packages/typing_inspection/typing_objects.pyi +406 -0
  743. faster_eth_abi-5.2.0/faster_eth_abi/__init__.py +12 -0
  744. faster_eth_abi-5.2.0/faster_eth_abi/abi.py +17 -0
  745. faster_eth_abi-5.2.0/faster_eth_abi/base.py +41 -0
  746. faster_eth_abi-5.2.0/faster_eth_abi/codec.py +166 -0
  747. faster_eth_abi-5.2.0/faster_eth_abi/constants.py +7 -0
  748. faster_eth_abi-5.2.0/faster_eth_abi/decoding.py +563 -0
  749. faster_eth_abi-5.2.0/faster_eth_abi/encoding.py +699 -0
  750. faster_eth_abi-5.2.0/faster_eth_abi/exceptions.py +115 -0
  751. faster_eth_abi-5.2.0/faster_eth_abi/from_type_str.py +135 -0
  752. faster_eth_abi-5.2.0/faster_eth_abi/grammar.py +467 -0
  753. faster_eth_abi-5.2.0/faster_eth_abi/io.py +103 -0
  754. faster_eth_abi-5.2.0/faster_eth_abi/packed.py +15 -0
  755. faster_eth_abi-5.2.0/faster_eth_abi/py.typed +0 -0
  756. faster_eth_abi-5.2.0/faster_eth_abi/registry.py +640 -0
  757. faster_eth_abi-5.2.0/faster_eth_abi/tools/__init__.py +3 -0
  758. faster_eth_abi-5.2.0/faster_eth_abi/tools/_strategies.py +237 -0
  759. faster_eth_abi-5.2.0/faster_eth_abi/utils/__init__.py +0 -0
  760. faster_eth_abi-5.2.0/faster_eth_abi/utils/numeric.py +86 -0
  761. faster_eth_abi-5.2.0/faster_eth_abi/utils/padding.py +22 -0
  762. faster_eth_abi-5.2.0/faster_eth_abi/utils/string.py +19 -0
  763. faster_eth_abi-5.2.0/faster_eth_abi/utils/validation.py +22 -0
  764. faster_eth_abi-5.2.0/faster_eth_abi.egg-info/PKG-INFO +48 -0
  765. faster_eth_abi-5.2.0/faster_eth_abi.egg-info/SOURCES.txt +806 -0
  766. faster_eth_abi-5.2.0/faster_eth_abi.egg-info/dependency_links.txt +1 -0
  767. faster_eth_abi-5.2.0/faster_eth_abi.egg-info/not-zip-safe +1 -0
  768. faster_eth_abi-5.2.0/faster_eth_abi.egg-info/requires.txt +42 -0
  769. faster_eth_abi-5.2.0/faster_eth_abi.egg-info/top_level.txt +3 -0
  770. faster_eth_abi-5.2.0/pyproject.toml +181 -0
  771. faster_eth_abi-5.2.0/scripts/release/test_package.py +50 -0
  772. faster_eth_abi-5.2.0/setup.cfg +4 -0
  773. faster_eth_abi-5.2.0/setup.py +112 -0
  774. faster_eth_abi-5.2.0/tests/core/__init__.py +0 -0
  775. faster_eth_abi-5.2.0/tests/core/abi_tests/__init__.py +0 -0
  776. faster_eth_abi-5.2.0/tests/core/abi_tests/test_decode.py +249 -0
  777. faster_eth_abi-5.2.0/tests/core/abi_tests/test_encode.py +139 -0
  778. faster_eth_abi-5.2.0/tests/core/abi_tests/test_is_encodable.py +48 -0
  779. faster_eth_abi-5.2.0/tests/core/abi_tests/test_is_encodable_type.py +20 -0
  780. faster_eth_abi-5.2.0/tests/core/abi_tests/test_reversibility_properties.py +52 -0
  781. faster_eth_abi-5.2.0/tests/core/abi_tests/test_uint_properties.py +26 -0
  782. faster_eth_abi-5.2.0/tests/core/base.py +133 -0
  783. faster_eth_abi-5.2.0/tests/core/common/__init__.py +0 -0
  784. faster_eth_abi-5.2.0/tests/core/common/strategies.py +289 -0
  785. faster_eth_abi-5.2.0/tests/core/common/unit.py +579 -0
  786. faster_eth_abi-5.2.0/tests/core/decoding/__init__.py +0 -0
  787. faster_eth_abi-5.2.0/tests/core/decoding/test_context_frames_bytes_io.py +49 -0
  788. faster_eth_abi-5.2.0/tests/core/decoding/test_decoder_properties.py +565 -0
  789. faster_eth_abi-5.2.0/tests/core/encoding/__init__.py +0 -0
  790. faster_eth_abi-5.2.0/tests/core/encoding/test_encoder_properties.py +463 -0
  791. faster_eth_abi-5.2.0/tests/core/end_to_end/__init__.py +0 -0
  792. faster_eth_abi-5.2.0/tests/core/end_to_end/test_custom_registrations.py +107 -0
  793. faster_eth_abi-5.2.0/tests/core/grammar.py +319 -0
  794. faster_eth_abi-5.2.0/tests/core/packed/__init__.py +0 -0
  795. faster_eth_abi-5.2.0/tests/core/packed/test_encode_packed.py +36 -0
  796. faster_eth_abi-5.2.0/tests/core/packed/test_is_encodable_packed.py +48 -0
  797. faster_eth_abi-5.2.0/tests/core/registry/__init__.py +0 -0
  798. faster_eth_abi-5.2.0/tests/core/registry/test_abi_registry.py +194 -0
  799. faster_eth_abi-5.2.0/tests/core/registry/test_predicate_mapping.py +134 -0
  800. faster_eth_abi-5.2.0/tests/core/registry/test_predicates.py +151 -0
  801. faster_eth_abi-5.2.0/tests/core/test_import_and_version.py +4 -0
  802. faster_eth_abi-5.2.0/tests/core/test_tools.py +118 -0
  803. faster_eth_abi-5.2.0/tests/core/utils/__init__.py +0 -0
  804. faster_eth_abi-5.2.0/tests/core/utils/test_abbr.py +37 -0
  805. faster_eth_abi-5.2.0/tests/core/utils/test_ceil32.py +23 -0
  806. faster_eth_abi-5.2.0/tests/core/utils/test_scale_places.py +75 -0
  807. faster_eth_abi-5.2.0/tests/core/utils/test_validation_utils.py +70 -0
  808. 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,12 @@
1
+ include LICENSE
2
+ include README.md
3
+
4
+ recursive-include scripts *
5
+ recursive-include tests *
6
+
7
+ global-include *.pyi
8
+
9
+ recursive-exclude * __pycache__
10
+ recursive-exclude * *.py[co]
11
+ prune .tox
12
+ prune venv*
@@ -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
+ [![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
33
+ [![Build Status](https://circleci.com/gh/ethereum/faster-eth-abi.svg?style=shield)](https://circleci.com/gh/ethereum/faster-eth-abi)
34
+ [![PyPI version](https://badge.fury.io/py/faster-eth-abi.svg)](https://badge.fury.io/py/faster-eth-abi)
35
+ [![Python versions](https://img.shields.io/pypi/pyversions/faster-eth-abi.svg)](https://pypi.python.org/pypi/faster-eth-abi)
36
+ [![Docs build](https://readthedocs.org/projects/faster-eth-abi/badge/?version=latest)](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
+ [![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
4
+ [![Build Status](https://circleci.com/gh/ethereum/faster-eth-abi.svg?style=shield)](https://circleci.com/gh/ethereum/faster-eth-abi)
5
+ [![PyPI version](https://badge.fury.io/py/faster-eth-abi.svg)](https://badge.fury.io/py/faster-eth-abi)
6
+ [![Python versions](https://img.shields.io/pypi/pyversions/faster-eth-abi.svg)](https://pypi.python.org/pypi/faster-eth-abi)
7
+ [![Docs build](https://readthedocs.org/projects/faster-eth-abi/badge/?version=latest)](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: ...