@agent-webui/ai-desk-python-win32-x64 1.0.29-beta1

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 (3340) hide show
  1. package/README.md +3 -0
  2. package/package.json +20 -0
  3. package/python/DLLs/_asyncio.pdb +0 -0
  4. package/python/DLLs/_asyncio.pyd +0 -0
  5. package/python/DLLs/_bz2.pdb +0 -0
  6. package/python/DLLs/_bz2.pyd +0 -0
  7. package/python/DLLs/_ctypes.pdb +0 -0
  8. package/python/DLLs/_ctypes.pyd +0 -0
  9. package/python/DLLs/_ctypes_test.pdb +0 -0
  10. package/python/DLLs/_ctypes_test.pyd +0 -0
  11. package/python/DLLs/_decimal.pdb +0 -0
  12. package/python/DLLs/_decimal.pyd +0 -0
  13. package/python/DLLs/_elementtree.pdb +0 -0
  14. package/python/DLLs/_elementtree.pyd +0 -0
  15. package/python/DLLs/_hashlib.pdb +0 -0
  16. package/python/DLLs/_hashlib.pyd +0 -0
  17. package/python/DLLs/_lzma.pdb +0 -0
  18. package/python/DLLs/_lzma.pyd +0 -0
  19. package/python/DLLs/_multiprocessing.pdb +0 -0
  20. package/python/DLLs/_multiprocessing.pyd +0 -0
  21. package/python/DLLs/_overlapped.pdb +0 -0
  22. package/python/DLLs/_overlapped.pyd +0 -0
  23. package/python/DLLs/_queue.pdb +0 -0
  24. package/python/DLLs/_queue.pyd +0 -0
  25. package/python/DLLs/_socket.pdb +0 -0
  26. package/python/DLLs/_socket.pyd +0 -0
  27. package/python/DLLs/_sqlite3.pdb +0 -0
  28. package/python/DLLs/_sqlite3.pyd +0 -0
  29. package/python/DLLs/_ssl.pdb +0 -0
  30. package/python/DLLs/_ssl.pyd +0 -0
  31. package/python/DLLs/_testbuffer.pdb +0 -0
  32. package/python/DLLs/_testbuffer.pyd +0 -0
  33. package/python/DLLs/_testcapi.pdb +0 -0
  34. package/python/DLLs/_testcapi.pyd +0 -0
  35. package/python/DLLs/_testclinic.pdb +0 -0
  36. package/python/DLLs/_testclinic.pyd +0 -0
  37. package/python/DLLs/_testclinic_limited.pdb +0 -0
  38. package/python/DLLs/_testclinic_limited.pyd +0 -0
  39. package/python/DLLs/_testconsole.pdb +0 -0
  40. package/python/DLLs/_testconsole.pyd +0 -0
  41. package/python/DLLs/_testimportmultiple.pdb +0 -0
  42. package/python/DLLs/_testimportmultiple.pyd +0 -0
  43. package/python/DLLs/_testinternalcapi.pdb +0 -0
  44. package/python/DLLs/_testinternalcapi.pyd +0 -0
  45. package/python/DLLs/_testlimitedcapi.pdb +0 -0
  46. package/python/DLLs/_testlimitedcapi.pyd +0 -0
  47. package/python/DLLs/_testmultiphase.pdb +0 -0
  48. package/python/DLLs/_testmultiphase.pyd +0 -0
  49. package/python/DLLs/_testsinglephase.pdb +0 -0
  50. package/python/DLLs/_testsinglephase.pyd +0 -0
  51. package/python/DLLs/_tkinter.pdb +0 -0
  52. package/python/DLLs/_tkinter.pyd +0 -0
  53. package/python/DLLs/_uuid.pdb +0 -0
  54. package/python/DLLs/_uuid.pyd +0 -0
  55. package/python/DLLs/_wmi.pdb +0 -0
  56. package/python/DLLs/_wmi.pyd +0 -0
  57. package/python/DLLs/_zoneinfo.pdb +0 -0
  58. package/python/DLLs/_zoneinfo.pyd +0 -0
  59. package/python/DLLs/libcrypto-3-x64.dll +0 -0
  60. package/python/DLLs/libcrypto-3-x64.pdb +0 -0
  61. package/python/DLLs/libffi-8.dll +0 -0
  62. package/python/DLLs/libssl-3-x64.dll +0 -0
  63. package/python/DLLs/libssl-3-x64.pdb +0 -0
  64. package/python/DLLs/pyexpat.pdb +0 -0
  65. package/python/DLLs/pyexpat.pyd +0 -0
  66. package/python/DLLs/select.pdb +0 -0
  67. package/python/DLLs/select.pyd +0 -0
  68. package/python/DLLs/sqlite3.dll +0 -0
  69. package/python/DLLs/sqlite3.pdb +0 -0
  70. package/python/DLLs/tcl86t.dll +0 -0
  71. package/python/DLLs/tk86t.dll +0 -0
  72. package/python/DLLs/unicodedata.pdb +0 -0
  73. package/python/DLLs/unicodedata.pyd +0 -0
  74. package/python/DLLs/winsound.pdb +0 -0
  75. package/python/DLLs/winsound.pyd +0 -0
  76. package/python/LICENSE.txt +445 -0
  77. package/python/Lib/__future__.py +147 -0
  78. package/python/Lib/__hello__.py +16 -0
  79. package/python/Lib/__phello__/__init__.py +7 -0
  80. package/python/Lib/__phello__/ham/__init__.py +0 -0
  81. package/python/Lib/__phello__/ham/eggs.py +0 -0
  82. package/python/Lib/__phello__/spam.py +7 -0
  83. package/python/Lib/__pycache__/__future__.cpython-313.pyc +0 -0
  84. package/python/Lib/__pycache__/_colorize.cpython-313.pyc +0 -0
  85. package/python/Lib/__pycache__/_compat_pickle.cpython-313.pyc +0 -0
  86. package/python/Lib/__pycache__/_compression.cpython-313.pyc +0 -0
  87. package/python/Lib/__pycache__/_markupbase.cpython-313.pyc +0 -0
  88. package/python/Lib/__pycache__/_opcode_metadata.cpython-313.pyc +0 -0
  89. package/python/Lib/__pycache__/_weakrefset.cpython-313.pyc +0 -0
  90. package/python/Lib/__pycache__/ast.cpython-313.pyc +0 -0
  91. package/python/Lib/__pycache__/base64.cpython-313.pyc +0 -0
  92. package/python/Lib/__pycache__/bisect.cpython-313.pyc +0 -0
  93. package/python/Lib/__pycache__/bz2.cpython-313.pyc +0 -0
  94. package/python/Lib/__pycache__/calendar.cpython-313.pyc +0 -0
  95. package/python/Lib/__pycache__/colorsys.cpython-313.pyc +0 -0
  96. package/python/Lib/__pycache__/compileall.cpython-313.pyc +0 -0
  97. package/python/Lib/__pycache__/configparser.cpython-313.pyc +0 -0
  98. package/python/Lib/__pycache__/contextlib.cpython-313.pyc +0 -0
  99. package/python/Lib/__pycache__/copy.cpython-313.pyc +0 -0
  100. package/python/Lib/__pycache__/copyreg.cpython-313.pyc +0 -0
  101. package/python/Lib/__pycache__/csv.cpython-313.pyc +0 -0
  102. package/python/Lib/__pycache__/dataclasses.cpython-313.pyc +0 -0
  103. package/python/Lib/__pycache__/datetime.cpython-313.pyc +0 -0
  104. package/python/Lib/__pycache__/decimal.cpython-313.pyc +0 -0
  105. package/python/Lib/__pycache__/dis.cpython-313.pyc +0 -0
  106. package/python/Lib/__pycache__/enum.cpython-313.pyc +0 -0
  107. package/python/Lib/__pycache__/filecmp.cpython-313.pyc +0 -0
  108. package/python/Lib/__pycache__/fnmatch.cpython-313.pyc +0 -0
  109. package/python/Lib/__pycache__/fractions.cpython-313.pyc +0 -0
  110. package/python/Lib/__pycache__/functools.cpython-313.pyc +0 -0
  111. package/python/Lib/__pycache__/getpass.cpython-313.pyc +0 -0
  112. package/python/Lib/__pycache__/gettext.cpython-313.pyc +0 -0
  113. package/python/Lib/__pycache__/glob.cpython-313.pyc +0 -0
  114. package/python/Lib/__pycache__/gzip.cpython-313.pyc +0 -0
  115. package/python/Lib/__pycache__/hashlib.cpython-313.pyc +0 -0
  116. package/python/Lib/__pycache__/heapq.cpython-313.pyc +0 -0
  117. package/python/Lib/__pycache__/hmac.cpython-313.pyc +0 -0
  118. package/python/Lib/__pycache__/inspect.cpython-313.pyc +0 -0
  119. package/python/Lib/__pycache__/ipaddress.cpython-313.pyc +0 -0
  120. package/python/Lib/__pycache__/keyword.cpython-313.pyc +0 -0
  121. package/python/Lib/__pycache__/linecache.cpython-313.pyc +0 -0
  122. package/python/Lib/__pycache__/locale.cpython-313.pyc +0 -0
  123. package/python/Lib/__pycache__/lzma.cpython-313.pyc +0 -0
  124. package/python/Lib/__pycache__/mimetypes.cpython-313.pyc +0 -0
  125. package/python/Lib/__pycache__/nturl2path.cpython-313.pyc +0 -0
  126. package/python/Lib/__pycache__/numbers.cpython-313.pyc +0 -0
  127. package/python/Lib/__pycache__/opcode.cpython-313.pyc +0 -0
  128. package/python/Lib/__pycache__/operator.cpython-313.pyc +0 -0
  129. package/python/Lib/__pycache__/optparse.cpython-313.pyc +0 -0
  130. package/python/Lib/__pycache__/pickle.cpython-313.pyc +0 -0
  131. package/python/Lib/__pycache__/pkgutil.cpython-313.pyc +0 -0
  132. package/python/Lib/__pycache__/platform.cpython-313.pyc +0 -0
  133. package/python/Lib/__pycache__/py_compile.cpython-313.pyc +0 -0
  134. package/python/Lib/__pycache__/queue.cpython-313.pyc +0 -0
  135. package/python/Lib/__pycache__/quopri.cpython-313.pyc +0 -0
  136. package/python/Lib/__pycache__/random.cpython-313.pyc +0 -0
  137. package/python/Lib/__pycache__/reprlib.cpython-313.pyc +0 -0
  138. package/python/Lib/__pycache__/selectors.cpython-313.pyc +0 -0
  139. package/python/Lib/__pycache__/shlex.cpython-313.pyc +0 -0
  140. package/python/Lib/__pycache__/shutil.cpython-313.pyc +0 -0
  141. package/python/Lib/__pycache__/signal.cpython-313.pyc +0 -0
  142. package/python/Lib/__pycache__/socket.cpython-313.pyc +0 -0
  143. package/python/Lib/__pycache__/socketserver.cpython-313.pyc +0 -0
  144. package/python/Lib/__pycache__/ssl.cpython-313.pyc +0 -0
  145. package/python/Lib/__pycache__/string.cpython-313.pyc +0 -0
  146. package/python/Lib/__pycache__/stringprep.cpython-313.pyc +0 -0
  147. package/python/Lib/__pycache__/struct.cpython-313.pyc +0 -0
  148. package/python/Lib/__pycache__/subprocess.cpython-313.pyc +0 -0
  149. package/python/Lib/__pycache__/tarfile.cpython-313.pyc +0 -0
  150. package/python/Lib/__pycache__/tempfile.cpython-313.pyc +0 -0
  151. package/python/Lib/__pycache__/textwrap.cpython-313.pyc +0 -0
  152. package/python/Lib/__pycache__/threading.cpython-313.pyc +0 -0
  153. package/python/Lib/__pycache__/token.cpython-313.pyc +0 -0
  154. package/python/Lib/__pycache__/tokenize.cpython-313.pyc +0 -0
  155. package/python/Lib/__pycache__/traceback.cpython-313.pyc +0 -0
  156. package/python/Lib/__pycache__/types.cpython-313.pyc +0 -0
  157. package/python/Lib/__pycache__/typing.cpython-313.pyc +0 -0
  158. package/python/Lib/__pycache__/uuid.cpython-313.pyc +0 -0
  159. package/python/Lib/__pycache__/warnings.cpython-313.pyc +0 -0
  160. package/python/Lib/__pycache__/weakref.cpython-313.pyc +0 -0
  161. package/python/Lib/_aix_support.py +108 -0
  162. package/python/Lib/_android_support.py +192 -0
  163. package/python/Lib/_apple_support.py +66 -0
  164. package/python/Lib/_collections_abc.py +1182 -0
  165. package/python/Lib/_colorize.py +119 -0
  166. package/python/Lib/_compat_pickle.py +251 -0
  167. package/python/Lib/_compression.py +162 -0
  168. package/python/Lib/_ios_support.py +71 -0
  169. package/python/Lib/_markupbase.py +396 -0
  170. package/python/Lib/_opcode_metadata.py +343 -0
  171. package/python/Lib/_osx_support.py +579 -0
  172. package/python/Lib/_py_abc.py +147 -0
  173. package/python/Lib/_pydatetime.py +2639 -0
  174. package/python/Lib/_pydecimal.py +6351 -0
  175. package/python/Lib/_pyio.py +2704 -0
  176. package/python/Lib/_pylong.py +363 -0
  177. package/python/Lib/_pyrepl/__init__.py +19 -0
  178. package/python/Lib/_pyrepl/__main__.py +10 -0
  179. package/python/Lib/_pyrepl/_minimal_curses.py +68 -0
  180. package/python/Lib/_pyrepl/_threading_handler.py +74 -0
  181. package/python/Lib/_pyrepl/base_eventqueue.py +110 -0
  182. package/python/Lib/_pyrepl/commands.py +492 -0
  183. package/python/Lib/_pyrepl/completing_reader.py +295 -0
  184. package/python/Lib/_pyrepl/console.py +229 -0
  185. package/python/Lib/_pyrepl/curses.py +33 -0
  186. package/python/Lib/_pyrepl/fancy_termios.py +82 -0
  187. package/python/Lib/_pyrepl/historical_reader.py +419 -0
  188. package/python/Lib/_pyrepl/input.py +114 -0
  189. package/python/Lib/_pyrepl/keymap.py +213 -0
  190. package/python/Lib/_pyrepl/main.py +59 -0
  191. package/python/Lib/_pyrepl/mypy.ini +29 -0
  192. package/python/Lib/_pyrepl/pager.py +175 -0
  193. package/python/Lib/_pyrepl/reader.py +764 -0
  194. package/python/Lib/_pyrepl/readline.py +599 -0
  195. package/python/Lib/_pyrepl/simple_interact.py +180 -0
  196. package/python/Lib/_pyrepl/trace.py +21 -0
  197. package/python/Lib/_pyrepl/types.py +10 -0
  198. package/python/Lib/_pyrepl/unix_console.py +852 -0
  199. package/python/Lib/_pyrepl/unix_eventqueue.py +76 -0
  200. package/python/Lib/_pyrepl/utils.py +83 -0
  201. package/python/Lib/_pyrepl/windows_console.py +692 -0
  202. package/python/Lib/_pyrepl/windows_eventqueue.py +42 -0
  203. package/python/Lib/_sitebuiltins.py +91 -0
  204. package/python/Lib/_strptime.py +800 -0
  205. package/python/Lib/_threading_local.py +120 -0
  206. package/python/Lib/_weakrefset.py +205 -0
  207. package/python/Lib/abc.py +188 -0
  208. package/python/Lib/antigravity.py +17 -0
  209. package/python/Lib/argparse.py +2690 -0
  210. package/python/Lib/ast.py +1865 -0
  211. package/python/Lib/asyncio/__init__.py +47 -0
  212. package/python/Lib/asyncio/__main__.py +207 -0
  213. package/python/Lib/asyncio/base_events.py +2075 -0
  214. package/python/Lib/asyncio/base_futures.py +67 -0
  215. package/python/Lib/asyncio/base_subprocess.py +319 -0
  216. package/python/Lib/asyncio/base_tasks.py +94 -0
  217. package/python/Lib/asyncio/constants.py +41 -0
  218. package/python/Lib/asyncio/coroutines.py +109 -0
  219. package/python/Lib/asyncio/events.py +882 -0
  220. package/python/Lib/asyncio/exceptions.py +62 -0
  221. package/python/Lib/asyncio/format_helpers.py +84 -0
  222. package/python/Lib/asyncio/futures.py +425 -0
  223. package/python/Lib/asyncio/locks.py +617 -0
  224. package/python/Lib/asyncio/log.py +7 -0
  225. package/python/Lib/asyncio/mixins.py +21 -0
  226. package/python/Lib/asyncio/proactor_events.py +896 -0
  227. package/python/Lib/asyncio/protocols.py +216 -0
  228. package/python/Lib/asyncio/queues.py +307 -0
  229. package/python/Lib/asyncio/runners.py +216 -0
  230. package/python/Lib/asyncio/selector_events.py +1326 -0
  231. package/python/Lib/asyncio/sslproto.py +929 -0
  232. package/python/Lib/asyncio/staggered.py +174 -0
  233. package/python/Lib/asyncio/streams.py +787 -0
  234. package/python/Lib/asyncio/subprocess.py +229 -0
  235. package/python/Lib/asyncio/taskgroups.py +278 -0
  236. package/python/Lib/asyncio/tasks.py +1118 -0
  237. package/python/Lib/asyncio/threads.py +25 -0
  238. package/python/Lib/asyncio/timeouts.py +184 -0
  239. package/python/Lib/asyncio/transports.py +337 -0
  240. package/python/Lib/asyncio/trsock.py +98 -0
  241. package/python/Lib/asyncio/unix_events.py +1536 -0
  242. package/python/Lib/asyncio/windows_events.py +903 -0
  243. package/python/Lib/asyncio/windows_utils.py +173 -0
  244. package/python/Lib/base64.py +621 -0
  245. package/python/Lib/bdb.py +973 -0
  246. package/python/Lib/bisect.py +118 -0
  247. package/python/Lib/bz2.py +352 -0
  248. package/python/Lib/cProfile.py +197 -0
  249. package/python/Lib/calendar.py +813 -0
  250. package/python/Lib/cmd.py +409 -0
  251. package/python/Lib/code.py +386 -0
  252. package/python/Lib/codecs.py +1132 -0
  253. package/python/Lib/codeop.py +155 -0
  254. package/python/Lib/collections/__init__.py +1600 -0
  255. package/python/Lib/collections/__pycache__/__init__.cpython-313.pyc +0 -0
  256. package/python/Lib/colorsys.py +166 -0
  257. package/python/Lib/compileall.py +470 -0
  258. package/python/Lib/concurrent/__init__.py +1 -0
  259. package/python/Lib/concurrent/futures/__init__.py +54 -0
  260. package/python/Lib/concurrent/futures/_base.py +654 -0
  261. package/python/Lib/concurrent/futures/process.py +862 -0
  262. package/python/Lib/concurrent/futures/thread.py +240 -0
  263. package/python/Lib/configparser.py +1387 -0
  264. package/python/Lib/contextlib.py +814 -0
  265. package/python/Lib/contextvars.py +4 -0
  266. package/python/Lib/copy.py +306 -0
  267. package/python/Lib/copyreg.py +217 -0
  268. package/python/Lib/csv.py +513 -0
  269. package/python/Lib/ctypes/__init__.py +600 -0
  270. package/python/Lib/ctypes/__pycache__/__init__.cpython-313.pyc +0 -0
  271. package/python/Lib/ctypes/__pycache__/_endian.cpython-313.pyc +0 -0
  272. package/python/Lib/ctypes/__pycache__/wintypes.cpython-313.pyc +0 -0
  273. package/python/Lib/ctypes/_aix.py +327 -0
  274. package/python/Lib/ctypes/_endian.py +78 -0
  275. package/python/Lib/ctypes/macholib/README.ctypes +7 -0
  276. package/python/Lib/ctypes/macholib/__init__.py +9 -0
  277. package/python/Lib/ctypes/macholib/dyld.py +165 -0
  278. package/python/Lib/ctypes/macholib/dylib.py +42 -0
  279. package/python/Lib/ctypes/macholib/fetch_macholib +2 -0
  280. package/python/Lib/ctypes/macholib/fetch_macholib.bat +1 -0
  281. package/python/Lib/ctypes/macholib/framework.py +42 -0
  282. package/python/Lib/ctypes/util.py +388 -0
  283. package/python/Lib/ctypes/wintypes.py +202 -0
  284. package/python/Lib/curses/__init__.py +101 -0
  285. package/python/Lib/curses/ascii.py +99 -0
  286. package/python/Lib/curses/has_key.py +192 -0
  287. package/python/Lib/curses/panel.py +6 -0
  288. package/python/Lib/curses/textpad.py +204 -0
  289. package/python/Lib/dataclasses.py +1630 -0
  290. package/python/Lib/datetime.py +9 -0
  291. package/python/Lib/dbm/__init__.py +194 -0
  292. package/python/Lib/dbm/dumb.py +319 -0
  293. package/python/Lib/dbm/gnu.py +3 -0
  294. package/python/Lib/dbm/ndbm.py +3 -0
  295. package/python/Lib/dbm/sqlite3.py +144 -0
  296. package/python/Lib/decimal.py +109 -0
  297. package/python/Lib/difflib.py +2056 -0
  298. package/python/Lib/dis.py +1075 -0
  299. package/python/Lib/doctest.py +2919 -0
  300. package/python/Lib/email/__init__.py +61 -0
  301. package/python/Lib/email/__pycache__/__init__.cpython-313.pyc +0 -0
  302. package/python/Lib/email/__pycache__/_encoded_words.cpython-313.pyc +0 -0
  303. package/python/Lib/email/__pycache__/_parseaddr.cpython-313.pyc +0 -0
  304. package/python/Lib/email/__pycache__/_policybase.cpython-313.pyc +0 -0
  305. package/python/Lib/email/__pycache__/base64mime.cpython-313.pyc +0 -0
  306. package/python/Lib/email/__pycache__/charset.cpython-313.pyc +0 -0
  307. package/python/Lib/email/__pycache__/encoders.cpython-313.pyc +0 -0
  308. package/python/Lib/email/__pycache__/errors.cpython-313.pyc +0 -0
  309. package/python/Lib/email/__pycache__/feedparser.cpython-313.pyc +0 -0
  310. package/python/Lib/email/__pycache__/header.cpython-313.pyc +0 -0
  311. package/python/Lib/email/__pycache__/iterators.cpython-313.pyc +0 -0
  312. package/python/Lib/email/__pycache__/message.cpython-313.pyc +0 -0
  313. package/python/Lib/email/__pycache__/parser.cpython-313.pyc +0 -0
  314. package/python/Lib/email/__pycache__/quoprimime.cpython-313.pyc +0 -0
  315. package/python/Lib/email/__pycache__/utils.cpython-313.pyc +0 -0
  316. package/python/Lib/email/_encoded_words.py +233 -0
  317. package/python/Lib/email/_header_value_parser.py +3145 -0
  318. package/python/Lib/email/_parseaddr.py +563 -0
  319. package/python/Lib/email/_policybase.py +382 -0
  320. package/python/Lib/email/architecture.rst +216 -0
  321. package/python/Lib/email/base64mime.py +115 -0
  322. package/python/Lib/email/charset.py +398 -0
  323. package/python/Lib/email/contentmanager.py +253 -0
  324. package/python/Lib/email/encoders.py +65 -0
  325. package/python/Lib/email/errors.py +117 -0
  326. package/python/Lib/email/feedparser.py +536 -0
  327. package/python/Lib/email/generator.py +530 -0
  328. package/python/Lib/email/header.py +582 -0
  329. package/python/Lib/email/headerregistry.py +618 -0
  330. package/python/Lib/email/iterators.py +68 -0
  331. package/python/Lib/email/message.py +1217 -0
  332. package/python/Lib/email/mime/__init__.py +0 -0
  333. package/python/Lib/email/mime/application.py +37 -0
  334. package/python/Lib/email/mime/audio.py +97 -0
  335. package/python/Lib/email/mime/base.py +29 -0
  336. package/python/Lib/email/mime/image.py +152 -0
  337. package/python/Lib/email/mime/message.py +33 -0
  338. package/python/Lib/email/mime/multipart.py +47 -0
  339. package/python/Lib/email/mime/nonmultipart.py +21 -0
  340. package/python/Lib/email/mime/text.py +40 -0
  341. package/python/Lib/email/parser.py +127 -0
  342. package/python/Lib/email/policy.py +232 -0
  343. package/python/Lib/email/quoprimime.py +300 -0
  344. package/python/Lib/email/utils.py +494 -0
  345. package/python/Lib/encodings/__init__.py +174 -0
  346. package/python/Lib/encodings/__pycache__/__init__.cpython-313.pyc +0 -0
  347. package/python/Lib/encodings/__pycache__/aliases.cpython-313.pyc +0 -0
  348. package/python/Lib/encodings/__pycache__/cp1252.cpython-313.pyc +0 -0
  349. package/python/Lib/encodings/__pycache__/cp437.cpython-313.pyc +0 -0
  350. package/python/Lib/encodings/__pycache__/hex_codec.cpython-313.pyc +0 -0
  351. package/python/Lib/encodings/__pycache__/idna.cpython-313.pyc +0 -0
  352. package/python/Lib/encodings/__pycache__/utf_8.cpython-313.pyc +0 -0
  353. package/python/Lib/encodings/aliases.py +552 -0
  354. package/python/Lib/encodings/ascii.py +50 -0
  355. package/python/Lib/encodings/base64_codec.py +55 -0
  356. package/python/Lib/encodings/big5.py +39 -0
  357. package/python/Lib/encodings/big5hkscs.py +39 -0
  358. package/python/Lib/encodings/bz2_codec.py +78 -0
  359. package/python/Lib/encodings/charmap.py +69 -0
  360. package/python/Lib/encodings/cp037.py +307 -0
  361. package/python/Lib/encodings/cp1006.py +307 -0
  362. package/python/Lib/encodings/cp1026.py +307 -0
  363. package/python/Lib/encodings/cp1125.py +698 -0
  364. package/python/Lib/encodings/cp1140.py +307 -0
  365. package/python/Lib/encodings/cp1250.py +307 -0
  366. package/python/Lib/encodings/cp1251.py +307 -0
  367. package/python/Lib/encodings/cp1252.py +307 -0
  368. package/python/Lib/encodings/cp1253.py +307 -0
  369. package/python/Lib/encodings/cp1254.py +307 -0
  370. package/python/Lib/encodings/cp1255.py +307 -0
  371. package/python/Lib/encodings/cp1256.py +307 -0
  372. package/python/Lib/encodings/cp1257.py +307 -0
  373. package/python/Lib/encodings/cp1258.py +307 -0
  374. package/python/Lib/encodings/cp273.py +307 -0
  375. package/python/Lib/encodings/cp424.py +307 -0
  376. package/python/Lib/encodings/cp437.py +698 -0
  377. package/python/Lib/encodings/cp500.py +307 -0
  378. package/python/Lib/encodings/cp720.py +309 -0
  379. package/python/Lib/encodings/cp737.py +698 -0
  380. package/python/Lib/encodings/cp775.py +697 -0
  381. package/python/Lib/encodings/cp850.py +698 -0
  382. package/python/Lib/encodings/cp852.py +698 -0
  383. package/python/Lib/encodings/cp855.py +698 -0
  384. package/python/Lib/encodings/cp856.py +307 -0
  385. package/python/Lib/encodings/cp857.py +694 -0
  386. package/python/Lib/encodings/cp858.py +698 -0
  387. package/python/Lib/encodings/cp860.py +698 -0
  388. package/python/Lib/encodings/cp861.py +698 -0
  389. package/python/Lib/encodings/cp862.py +698 -0
  390. package/python/Lib/encodings/cp863.py +698 -0
  391. package/python/Lib/encodings/cp864.py +690 -0
  392. package/python/Lib/encodings/cp865.py +698 -0
  393. package/python/Lib/encodings/cp866.py +698 -0
  394. package/python/Lib/encodings/cp869.py +689 -0
  395. package/python/Lib/encodings/cp874.py +307 -0
  396. package/python/Lib/encodings/cp875.py +307 -0
  397. package/python/Lib/encodings/cp932.py +39 -0
  398. package/python/Lib/encodings/cp949.py +39 -0
  399. package/python/Lib/encodings/cp950.py +39 -0
  400. package/python/Lib/encodings/euc_jis_2004.py +39 -0
  401. package/python/Lib/encodings/euc_jisx0213.py +39 -0
  402. package/python/Lib/encodings/euc_jp.py +39 -0
  403. package/python/Lib/encodings/euc_kr.py +39 -0
  404. package/python/Lib/encodings/gb18030.py +39 -0
  405. package/python/Lib/encodings/gb2312.py +39 -0
  406. package/python/Lib/encodings/gbk.py +39 -0
  407. package/python/Lib/encodings/hex_codec.py +55 -0
  408. package/python/Lib/encodings/hp_roman8.py +314 -0
  409. package/python/Lib/encodings/hz.py +39 -0
  410. package/python/Lib/encodings/idna.py +387 -0
  411. package/python/Lib/encodings/iso2022_jp.py +39 -0
  412. package/python/Lib/encodings/iso2022_jp_1.py +39 -0
  413. package/python/Lib/encodings/iso2022_jp_2.py +39 -0
  414. package/python/Lib/encodings/iso2022_jp_2004.py +39 -0
  415. package/python/Lib/encodings/iso2022_jp_3.py +39 -0
  416. package/python/Lib/encodings/iso2022_jp_ext.py +39 -0
  417. package/python/Lib/encodings/iso2022_kr.py +39 -0
  418. package/python/Lib/encodings/iso8859_1.py +307 -0
  419. package/python/Lib/encodings/iso8859_10.py +307 -0
  420. package/python/Lib/encodings/iso8859_11.py +307 -0
  421. package/python/Lib/encodings/iso8859_13.py +307 -0
  422. package/python/Lib/encodings/iso8859_14.py +307 -0
  423. package/python/Lib/encodings/iso8859_15.py +307 -0
  424. package/python/Lib/encodings/iso8859_16.py +307 -0
  425. package/python/Lib/encodings/iso8859_2.py +307 -0
  426. package/python/Lib/encodings/iso8859_3.py +307 -0
  427. package/python/Lib/encodings/iso8859_4.py +307 -0
  428. package/python/Lib/encodings/iso8859_5.py +307 -0
  429. package/python/Lib/encodings/iso8859_6.py +307 -0
  430. package/python/Lib/encodings/iso8859_7.py +307 -0
  431. package/python/Lib/encodings/iso8859_8.py +307 -0
  432. package/python/Lib/encodings/iso8859_9.py +307 -0
  433. package/python/Lib/encodings/johab.py +39 -0
  434. package/python/Lib/encodings/koi8_r.py +307 -0
  435. package/python/Lib/encodings/koi8_t.py +308 -0
  436. package/python/Lib/encodings/koi8_u.py +307 -0
  437. package/python/Lib/encodings/kz1048.py +307 -0
  438. package/python/Lib/encodings/latin_1.py +50 -0
  439. package/python/Lib/encodings/mac_arabic.py +698 -0
  440. package/python/Lib/encodings/mac_croatian.py +307 -0
  441. package/python/Lib/encodings/mac_cyrillic.py +307 -0
  442. package/python/Lib/encodings/mac_farsi.py +307 -0
  443. package/python/Lib/encodings/mac_greek.py +307 -0
  444. package/python/Lib/encodings/mac_iceland.py +307 -0
  445. package/python/Lib/encodings/mac_latin2.py +312 -0
  446. package/python/Lib/encodings/mac_roman.py +307 -0
  447. package/python/Lib/encodings/mac_romanian.py +307 -0
  448. package/python/Lib/encodings/mac_turkish.py +307 -0
  449. package/python/Lib/encodings/mbcs.py +47 -0
  450. package/python/Lib/encodings/oem.py +41 -0
  451. package/python/Lib/encodings/palmos.py +308 -0
  452. package/python/Lib/encodings/ptcp154.py +312 -0
  453. package/python/Lib/encodings/punycode.py +253 -0
  454. package/python/Lib/encodings/quopri_codec.py +56 -0
  455. package/python/Lib/encodings/raw_unicode_escape.py +46 -0
  456. package/python/Lib/encodings/rot_13.py +113 -0
  457. package/python/Lib/encodings/shift_jis.py +39 -0
  458. package/python/Lib/encodings/shift_jis_2004.py +39 -0
  459. package/python/Lib/encodings/shift_jisx0213.py +39 -0
  460. package/python/Lib/encodings/tis_620.py +307 -0
  461. package/python/Lib/encodings/undefined.py +49 -0
  462. package/python/Lib/encodings/unicode_escape.py +46 -0
  463. package/python/Lib/encodings/utf_16.py +155 -0
  464. package/python/Lib/encodings/utf_16_be.py +42 -0
  465. package/python/Lib/encodings/utf_16_le.py +42 -0
  466. package/python/Lib/encodings/utf_32.py +150 -0
  467. package/python/Lib/encodings/utf_32_be.py +37 -0
  468. package/python/Lib/encodings/utf_32_le.py +37 -0
  469. package/python/Lib/encodings/utf_7.py +38 -0
  470. package/python/Lib/encodings/utf_8.py +42 -0
  471. package/python/Lib/encodings/utf_8_sig.py +130 -0
  472. package/python/Lib/encodings/uu_codec.py +103 -0
  473. package/python/Lib/encodings/zlib_codec.py +77 -0
  474. package/python/Lib/ensurepip/__init__.py +264 -0
  475. package/python/Lib/ensurepip/__main__.py +5 -0
  476. package/python/Lib/ensurepip/_bundled/pip-25.3-py3-none-any.whl +0 -0
  477. package/python/Lib/ensurepip/_uninstall.py +31 -0
  478. package/python/Lib/enum.py +2182 -0
  479. package/python/Lib/filecmp.py +320 -0
  480. package/python/Lib/fileinput.py +442 -0
  481. package/python/Lib/fnmatch.py +192 -0
  482. package/python/Lib/fractions.py +1043 -0
  483. package/python/Lib/ftplib.py +966 -0
  484. package/python/Lib/functools.py +1036 -0
  485. package/python/Lib/genericpath.py +200 -0
  486. package/python/Lib/getopt.py +215 -0
  487. package/python/Lib/getpass.py +192 -0
  488. package/python/Lib/gettext.py +657 -0
  489. package/python/Lib/glob.py +551 -0
  490. package/python/Lib/graphlib.py +250 -0
  491. package/python/Lib/gzip.py +691 -0
  492. package/python/Lib/hashlib.py +255 -0
  493. package/python/Lib/heapq.py +603 -0
  494. package/python/Lib/hmac.py +220 -0
  495. package/python/Lib/html/__init__.py +132 -0
  496. package/python/Lib/html/__pycache__/__init__.cpython-313.pyc +0 -0
  497. package/python/Lib/html/__pycache__/entities.cpython-313.pyc +0 -0
  498. package/python/Lib/html/__pycache__/parser.cpython-313.pyc +0 -0
  499. package/python/Lib/html/entities.py +2513 -0
  500. package/python/Lib/html/parser.py +553 -0
  501. package/python/Lib/http/__init__.py +202 -0
  502. package/python/Lib/http/__pycache__/__init__.cpython-313.pyc +0 -0
  503. package/python/Lib/http/__pycache__/client.cpython-313.pyc +0 -0
  504. package/python/Lib/http/__pycache__/cookiejar.cpython-313.pyc +0 -0
  505. package/python/Lib/http/__pycache__/cookies.cpython-313.pyc +0 -0
  506. package/python/Lib/http/client.py +1570 -0
  507. package/python/Lib/http/cookiejar.py +2122 -0
  508. package/python/Lib/http/cookies.py +615 -0
  509. package/python/Lib/http/server.py +1351 -0
  510. package/python/Lib/idlelib/CREDITS.txt +48 -0
  511. package/python/Lib/idlelib/ChangeLog +1591 -0
  512. package/python/Lib/idlelib/HISTORY.txt +296 -0
  513. package/python/Lib/idlelib/Icons/README.txt +51 -0
  514. package/python/Lib/idlelib/Icons/folder.gif +0 -0
  515. package/python/Lib/idlelib/Icons/idle.ico +0 -0
  516. package/python/Lib/idlelib/Icons/idle_16.gif +0 -0
  517. package/python/Lib/idlelib/Icons/idle_16.png +0 -0
  518. package/python/Lib/idlelib/Icons/idle_256.png +0 -0
  519. package/python/Lib/idlelib/Icons/idle_32.gif +0 -0
  520. package/python/Lib/idlelib/Icons/idle_32.png +0 -0
  521. package/python/Lib/idlelib/Icons/idle_48.gif +0 -0
  522. package/python/Lib/idlelib/Icons/idle_48.png +0 -0
  523. package/python/Lib/idlelib/Icons/minusnode.gif +0 -0
  524. package/python/Lib/idlelib/Icons/openfolder.gif +0 -0
  525. package/python/Lib/idlelib/Icons/plusnode.gif +0 -0
  526. package/python/Lib/idlelib/Icons/python.gif +0 -0
  527. package/python/Lib/idlelib/Icons/tk.gif +0 -0
  528. package/python/Lib/idlelib/NEWS2x.txt +660 -0
  529. package/python/Lib/idlelib/News3.txt +1407 -0
  530. package/python/Lib/idlelib/README.txt +290 -0
  531. package/python/Lib/idlelib/TODO.txt +210 -0
  532. package/python/Lib/idlelib/__init__.py +10 -0
  533. package/python/Lib/idlelib/__main__.py +7 -0
  534. package/python/Lib/idlelib/autocomplete.py +228 -0
  535. package/python/Lib/idlelib/autocomplete_w.py +498 -0
  536. package/python/Lib/idlelib/autoexpand.py +96 -0
  537. package/python/Lib/idlelib/browser.py +260 -0
  538. package/python/Lib/idlelib/calltip.py +205 -0
  539. package/python/Lib/idlelib/calltip_w.py +202 -0
  540. package/python/Lib/idlelib/codecontext.py +270 -0
  541. package/python/Lib/idlelib/colorizer.py +384 -0
  542. package/python/Lib/idlelib/config-extensions.def +62 -0
  543. package/python/Lib/idlelib/config-highlight.def +105 -0
  544. package/python/Lib/idlelib/config-keys.def +309 -0
  545. package/python/Lib/idlelib/config-main.def +92 -0
  546. package/python/Lib/idlelib/config.py +917 -0
  547. package/python/Lib/idlelib/config_key.py +354 -0
  548. package/python/Lib/idlelib/configdialog.py +2408 -0
  549. package/python/Lib/idlelib/debugger.py +602 -0
  550. package/python/Lib/idlelib/debugger_r.py +390 -0
  551. package/python/Lib/idlelib/debugobj.py +146 -0
  552. package/python/Lib/idlelib/debugobj_r.py +41 -0
  553. package/python/Lib/idlelib/delegator.py +34 -0
  554. package/python/Lib/idlelib/dynoption.py +57 -0
  555. package/python/Lib/idlelib/editor.py +1721 -0
  556. package/python/Lib/idlelib/extend.txt +83 -0
  557. package/python/Lib/idlelib/filelist.py +132 -0
  558. package/python/Lib/idlelib/format.py +426 -0
  559. package/python/Lib/idlelib/grep.py +223 -0
  560. package/python/Lib/idlelib/help.html +865 -0
  561. package/python/Lib/idlelib/help.py +343 -0
  562. package/python/Lib/idlelib/help_about.py +211 -0
  563. package/python/Lib/idlelib/history.py +106 -0
  564. package/python/Lib/idlelib/hyperparser.py +312 -0
  565. package/python/Lib/idlelib/idle.bat +4 -0
  566. package/python/Lib/idlelib/idle.py +14 -0
  567. package/python/Lib/idlelib/idle.pyw +17 -0
  568. package/python/Lib/idlelib/iomenu.py +441 -0
  569. package/python/Lib/idlelib/macosx.py +278 -0
  570. package/python/Lib/idlelib/mainmenu.py +126 -0
  571. package/python/Lib/idlelib/multicall.py +451 -0
  572. package/python/Lib/idlelib/outwin.py +188 -0
  573. package/python/Lib/idlelib/parenmatch.py +183 -0
  574. package/python/Lib/idlelib/pathbrowser.py +107 -0
  575. package/python/Lib/idlelib/percolator.py +120 -0
  576. package/python/Lib/idlelib/pyparse.py +589 -0
  577. package/python/Lib/idlelib/pyshell.py +1699 -0
  578. package/python/Lib/idlelib/query.py +390 -0
  579. package/python/Lib/idlelib/redirector.py +174 -0
  580. package/python/Lib/idlelib/replace.py +299 -0
  581. package/python/Lib/idlelib/rpc.py +635 -0
  582. package/python/Lib/idlelib/run.py +653 -0
  583. package/python/Lib/idlelib/runscript.py +213 -0
  584. package/python/Lib/idlelib/scrolledlist.py +151 -0
  585. package/python/Lib/idlelib/search.py +165 -0
  586. package/python/Lib/idlelib/searchbase.py +210 -0
  587. package/python/Lib/idlelib/searchengine.py +234 -0
  588. package/python/Lib/idlelib/sidebar.py +543 -0
  589. package/python/Lib/idlelib/squeezer.py +345 -0
  590. package/python/Lib/idlelib/stackviewer.py +134 -0
  591. package/python/Lib/idlelib/statusbar.py +52 -0
  592. package/python/Lib/idlelib/textview.py +193 -0
  593. package/python/Lib/idlelib/tooltip.py +190 -0
  594. package/python/Lib/idlelib/tree.py +509 -0
  595. package/python/Lib/idlelib/undo.py +367 -0
  596. package/python/Lib/idlelib/util.py +37 -0
  597. package/python/Lib/idlelib/window.py +98 -0
  598. package/python/Lib/idlelib/zoomheight.py +124 -0
  599. package/python/Lib/idlelib/zzdummy.py +73 -0
  600. package/python/Lib/imaplib.py +1651 -0
  601. package/python/Lib/importlib/__init__.py +136 -0
  602. package/python/Lib/importlib/__pycache__/__init__.cpython-313.pyc +0 -0
  603. package/python/Lib/importlib/__pycache__/_abc.cpython-313.pyc +0 -0
  604. package/python/Lib/importlib/__pycache__/abc.cpython-313.pyc +0 -0
  605. package/python/Lib/importlib/__pycache__/readers.cpython-313.pyc +0 -0
  606. package/python/Lib/importlib/_abc.py +39 -0
  607. package/python/Lib/importlib/_bootstrap.py +1551 -0
  608. package/python/Lib/importlib/_bootstrap_external.py +1826 -0
  609. package/python/Lib/importlib/abc.py +243 -0
  610. package/python/Lib/importlib/machinery.py +21 -0
  611. package/python/Lib/importlib/metadata/__init__.py +1093 -0
  612. package/python/Lib/importlib/metadata/__pycache__/__init__.cpython-313.pyc +0 -0
  613. package/python/Lib/importlib/metadata/__pycache__/_adapters.cpython-313.pyc +0 -0
  614. package/python/Lib/importlib/metadata/__pycache__/_collections.cpython-313.pyc +0 -0
  615. package/python/Lib/importlib/metadata/__pycache__/_functools.cpython-313.pyc +0 -0
  616. package/python/Lib/importlib/metadata/__pycache__/_itertools.cpython-313.pyc +0 -0
  617. package/python/Lib/importlib/metadata/__pycache__/_meta.cpython-313.pyc +0 -0
  618. package/python/Lib/importlib/metadata/__pycache__/_text.cpython-313.pyc +0 -0
  619. package/python/Lib/importlib/metadata/_adapters.py +89 -0
  620. package/python/Lib/importlib/metadata/_collections.py +30 -0
  621. package/python/Lib/importlib/metadata/_functools.py +104 -0
  622. package/python/Lib/importlib/metadata/_itertools.py +73 -0
  623. package/python/Lib/importlib/metadata/_meta.py +67 -0
  624. package/python/Lib/importlib/metadata/_text.py +99 -0
  625. package/python/Lib/importlib/metadata/diagnose.py +21 -0
  626. package/python/Lib/importlib/readers.py +12 -0
  627. package/python/Lib/importlib/resources/__init__.py +43 -0
  628. package/python/Lib/importlib/resources/__pycache__/__init__.cpython-313.pyc +0 -0
  629. package/python/Lib/importlib/resources/__pycache__/_adapters.cpython-313.pyc +0 -0
  630. package/python/Lib/importlib/resources/__pycache__/_common.cpython-313.pyc +0 -0
  631. package/python/Lib/importlib/resources/__pycache__/_functional.cpython-313.pyc +0 -0
  632. package/python/Lib/importlib/resources/__pycache__/_itertools.cpython-313.pyc +0 -0
  633. package/python/Lib/importlib/resources/__pycache__/abc.cpython-313.pyc +0 -0
  634. package/python/Lib/importlib/resources/__pycache__/readers.cpython-313.pyc +0 -0
  635. package/python/Lib/importlib/resources/_adapters.py +168 -0
  636. package/python/Lib/importlib/resources/_common.py +211 -0
  637. package/python/Lib/importlib/resources/_functional.py +81 -0
  638. package/python/Lib/importlib/resources/_itertools.py +38 -0
  639. package/python/Lib/importlib/resources/abc.py +173 -0
  640. package/python/Lib/importlib/resources/readers.py +203 -0
  641. package/python/Lib/importlib/resources/simple.py +106 -0
  642. package/python/Lib/importlib/simple.py +14 -0
  643. package/python/Lib/importlib/util.py +274 -0
  644. package/python/Lib/inspect.py +3471 -0
  645. package/python/Lib/io.py +99 -0
  646. package/python/Lib/ipaddress.py +2440 -0
  647. package/python/Lib/json/__init__.py +365 -0
  648. package/python/Lib/json/__pycache__/__init__.cpython-313.pyc +0 -0
  649. package/python/Lib/json/__pycache__/decoder.cpython-313.pyc +0 -0
  650. package/python/Lib/json/__pycache__/encoder.cpython-313.pyc +0 -0
  651. package/python/Lib/json/__pycache__/scanner.cpython-313.pyc +0 -0
  652. package/python/Lib/json/decoder.py +364 -0
  653. package/python/Lib/json/encoder.py +446 -0
  654. package/python/Lib/json/scanner.py +73 -0
  655. package/python/Lib/json/tool.py +89 -0
  656. package/python/Lib/keyword.py +64 -0
  657. package/python/Lib/linecache.py +236 -0
  658. package/python/Lib/locale.py +1778 -0
  659. package/python/Lib/logging/__init__.py +2326 -0
  660. package/python/Lib/logging/__pycache__/__init__.cpython-313.pyc +0 -0
  661. package/python/Lib/logging/__pycache__/config.cpython-313.pyc +0 -0
  662. package/python/Lib/logging/__pycache__/handlers.cpython-313.pyc +0 -0
  663. package/python/Lib/logging/config.py +1065 -0
  664. package/python/Lib/logging/handlers.py +1629 -0
  665. package/python/Lib/lzma.py +364 -0
  666. package/python/Lib/mailbox.py +2219 -0
  667. package/python/Lib/mimetypes.py +679 -0
  668. package/python/Lib/modulefinder.py +671 -0
  669. package/python/Lib/multiprocessing/__init__.py +37 -0
  670. package/python/Lib/multiprocessing/connection.py +1190 -0
  671. package/python/Lib/multiprocessing/context.py +377 -0
  672. package/python/Lib/multiprocessing/dummy/__init__.py +126 -0
  673. package/python/Lib/multiprocessing/dummy/connection.py +75 -0
  674. package/python/Lib/multiprocessing/forkserver.py +364 -0
  675. package/python/Lib/multiprocessing/heap.py +337 -0
  676. package/python/Lib/multiprocessing/managers.py +1397 -0
  677. package/python/Lib/multiprocessing/pool.py +957 -0
  678. package/python/Lib/multiprocessing/popen_fork.py +87 -0
  679. package/python/Lib/multiprocessing/popen_forkserver.py +74 -0
  680. package/python/Lib/multiprocessing/popen_spawn_posix.py +76 -0
  681. package/python/Lib/multiprocessing/popen_spawn_win32.py +147 -0
  682. package/python/Lib/multiprocessing/process.py +436 -0
  683. package/python/Lib/multiprocessing/queues.py +399 -0
  684. package/python/Lib/multiprocessing/reduction.py +281 -0
  685. package/python/Lib/multiprocessing/resource_sharer.py +154 -0
  686. package/python/Lib/multiprocessing/resource_tracker.py +420 -0
  687. package/python/Lib/multiprocessing/shared_memory.py +544 -0
  688. package/python/Lib/multiprocessing/sharedctypes.py +240 -0
  689. package/python/Lib/multiprocessing/spawn.py +307 -0
  690. package/python/Lib/multiprocessing/synchronize.py +404 -0
  691. package/python/Lib/multiprocessing/util.py +562 -0
  692. package/python/Lib/netrc.py +199 -0
  693. package/python/Lib/ntpath.py +870 -0
  694. package/python/Lib/nturl2path.py +69 -0
  695. package/python/Lib/numbers.py +427 -0
  696. package/python/Lib/opcode.py +115 -0
  697. package/python/Lib/operator.py +467 -0
  698. package/python/Lib/optparse.py +1681 -0
  699. package/python/Lib/os.py +1184 -0
  700. package/python/Lib/pathlib/__init__.py +12 -0
  701. package/python/Lib/pathlib/__pycache__/__init__.cpython-313.pyc +0 -0
  702. package/python/Lib/pathlib/__pycache__/_abc.cpython-313.pyc +0 -0
  703. package/python/Lib/pathlib/__pycache__/_local.cpython-313.pyc +0 -0
  704. package/python/Lib/pathlib/_abc.py +930 -0
  705. package/python/Lib/pathlib/_local.py +861 -0
  706. package/python/Lib/pdb.py +2550 -0
  707. package/python/Lib/pickle.py +1866 -0
  708. package/python/Lib/pickletools.py +2904 -0
  709. package/python/Lib/pkgutil.py +529 -0
  710. package/python/Lib/platform.py +1454 -0
  711. package/python/Lib/plistlib.py +948 -0
  712. package/python/Lib/poplib.py +477 -0
  713. package/python/Lib/posixpath.py +578 -0
  714. package/python/Lib/pprint.py +658 -0
  715. package/python/Lib/profile.py +616 -0
  716. package/python/Lib/pstats.py +778 -0
  717. package/python/Lib/pty.py +211 -0
  718. package/python/Lib/py_compile.py +212 -0
  719. package/python/Lib/pyclbr.py +314 -0
  720. package/python/Lib/pydoc.py +2859 -0
  721. package/python/Lib/pydoc_data/__init__.py +0 -0
  722. package/python/Lib/pydoc_data/_pydoc.css +112 -0
  723. package/python/Lib/pydoc_data/module_docs.py +314 -0
  724. package/python/Lib/pydoc_data/topics.py +13000 -0
  725. package/python/Lib/queue.py +383 -0
  726. package/python/Lib/quopri.py +237 -0
  727. package/python/Lib/random.py +1070 -0
  728. package/python/Lib/re/__init__.py +428 -0
  729. package/python/Lib/re/__pycache__/__init__.cpython-313.pyc +0 -0
  730. package/python/Lib/re/__pycache__/_casefix.cpython-313.pyc +0 -0
  731. package/python/Lib/re/__pycache__/_compiler.cpython-313.pyc +0 -0
  732. package/python/Lib/re/__pycache__/_constants.cpython-313.pyc +0 -0
  733. package/python/Lib/re/__pycache__/_parser.cpython-313.pyc +0 -0
  734. package/python/Lib/re/_casefix.py +106 -0
  735. package/python/Lib/re/_compiler.py +768 -0
  736. package/python/Lib/re/_constants.py +222 -0
  737. package/python/Lib/re/_parser.py +1081 -0
  738. package/python/Lib/reprlib.py +230 -0
  739. package/python/Lib/rlcompleter.py +221 -0
  740. package/python/Lib/runpy.py +319 -0
  741. package/python/Lib/sched.py +167 -0
  742. package/python/Lib/secrets.py +71 -0
  743. package/python/Lib/selectors.py +603 -0
  744. package/python/Lib/shelve.py +250 -0
  745. package/python/Lib/shlex.py +345 -0
  746. package/python/Lib/shutil.py +1583 -0
  747. package/python/Lib/signal.py +94 -0
  748. package/python/Lib/site-packages/README.txt +2 -0
  749. package/python/Lib/site-packages/pip/__init__.py +13 -0
  750. package/python/Lib/site-packages/pip/__main__.py +24 -0
  751. package/python/Lib/site-packages/pip/__pip-runner__.py +50 -0
  752. package/python/Lib/site-packages/pip/__pycache__/__init__.cpython-313.pyc +0 -0
  753. package/python/Lib/site-packages/pip/__pycache__/__main__.cpython-313.pyc +0 -0
  754. package/python/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-313.pyc +0 -0
  755. package/python/Lib/site-packages/pip/_internal/__init__.py +18 -0
  756. package/python/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-313.pyc +0 -0
  757. package/python/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-313.pyc +0 -0
  758. package/python/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-313.pyc +0 -0
  759. package/python/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-313.pyc +0 -0
  760. package/python/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-313.pyc +0 -0
  761. package/python/Lib/site-packages/pip/_internal/__pycache__/main.cpython-313.pyc +0 -0
  762. package/python/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-313.pyc +0 -0
  763. package/python/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-313.pyc +0 -0
  764. package/python/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-313.pyc +0 -0
  765. package/python/Lib/site-packages/pip/_internal/build_env.py +606 -0
  766. package/python/Lib/site-packages/pip/_internal/cache.py +291 -0
  767. package/python/Lib/site-packages/pip/_internal/cli/__init__.py +3 -0
  768. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-313.pyc +0 -0
  769. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-313.pyc +0 -0
  770. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-313.pyc +0 -0
  771. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-313.pyc +0 -0
  772. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-313.pyc +0 -0
  773. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-313.pyc +0 -0
  774. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-313.pyc +0 -0
  775. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-313.pyc +0 -0
  776. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-313.pyc +0 -0
  777. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-313.pyc +0 -0
  778. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-313.pyc +0 -0
  779. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-313.pyc +0 -0
  780. package/python/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-313.pyc +0 -0
  781. package/python/Lib/site-packages/pip/_internal/cli/autocompletion.py +184 -0
  782. package/python/Lib/site-packages/pip/_internal/cli/base_command.py +255 -0
  783. package/python/Lib/site-packages/pip/_internal/cli/cmdoptions.py +1267 -0
  784. package/python/Lib/site-packages/pip/_internal/cli/command_context.py +28 -0
  785. package/python/Lib/site-packages/pip/_internal/cli/index_command.py +195 -0
  786. package/python/Lib/site-packages/pip/_internal/cli/main.py +85 -0
  787. package/python/Lib/site-packages/pip/_internal/cli/main_parser.py +136 -0
  788. package/python/Lib/site-packages/pip/_internal/cli/parser.py +358 -0
  789. package/python/Lib/site-packages/pip/_internal/cli/progress_bars.py +153 -0
  790. package/python/Lib/site-packages/pip/_internal/cli/req_command.py +447 -0
  791. package/python/Lib/site-packages/pip/_internal/cli/spinners.py +235 -0
  792. package/python/Lib/site-packages/pip/_internal/cli/status_codes.py +6 -0
  793. package/python/Lib/site-packages/pip/_internal/commands/__init__.py +139 -0
  794. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-313.pyc +0 -0
  795. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-313.pyc +0 -0
  796. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-313.pyc +0 -0
  797. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-313.pyc +0 -0
  798. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-313.pyc +0 -0
  799. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-313.pyc +0 -0
  800. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-313.pyc +0 -0
  801. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-313.pyc +0 -0
  802. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-313.pyc +0 -0
  803. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-313.pyc +0 -0
  804. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-313.pyc +0 -0
  805. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-313.pyc +0 -0
  806. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-313.pyc +0 -0
  807. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-313.pyc +0 -0
  808. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/lock.cpython-313.pyc +0 -0
  809. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-313.pyc +0 -0
  810. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-313.pyc +0 -0
  811. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-313.pyc +0 -0
  812. package/python/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-313.pyc +0 -0
  813. package/python/Lib/site-packages/pip/_internal/commands/cache.py +255 -0
  814. package/python/Lib/site-packages/pip/_internal/commands/check.py +66 -0
  815. package/python/Lib/site-packages/pip/_internal/commands/completion.py +136 -0
  816. package/python/Lib/site-packages/pip/_internal/commands/configuration.py +288 -0
  817. package/python/Lib/site-packages/pip/_internal/commands/debug.py +203 -0
  818. package/python/Lib/site-packages/pip/_internal/commands/download.py +146 -0
  819. package/python/Lib/site-packages/pip/_internal/commands/freeze.py +107 -0
  820. package/python/Lib/site-packages/pip/_internal/commands/hash.py +58 -0
  821. package/python/Lib/site-packages/pip/_internal/commands/help.py +40 -0
  822. package/python/Lib/site-packages/pip/_internal/commands/index.py +166 -0
  823. package/python/Lib/site-packages/pip/_internal/commands/inspect.py +92 -0
  824. package/python/Lib/site-packages/pip/_internal/commands/install.py +810 -0
  825. package/python/Lib/site-packages/pip/_internal/commands/list.py +398 -0
  826. package/python/Lib/site-packages/pip/_internal/commands/lock.py +175 -0
  827. package/python/Lib/site-packages/pip/_internal/commands/search.py +178 -0
  828. package/python/Lib/site-packages/pip/_internal/commands/show.py +231 -0
  829. package/python/Lib/site-packages/pip/_internal/commands/uninstall.py +113 -0
  830. package/python/Lib/site-packages/pip/_internal/commands/wheel.py +171 -0
  831. package/python/Lib/site-packages/pip/_internal/configuration.py +396 -0
  832. package/python/Lib/site-packages/pip/_internal/distributions/__init__.py +21 -0
  833. package/python/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-313.pyc +0 -0
  834. package/python/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-313.pyc +0 -0
  835. package/python/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-313.pyc +0 -0
  836. package/python/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-313.pyc +0 -0
  837. package/python/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-313.pyc +0 -0
  838. package/python/Lib/site-packages/pip/_internal/distributions/base.py +55 -0
  839. package/python/Lib/site-packages/pip/_internal/distributions/installed.py +33 -0
  840. package/python/Lib/site-packages/pip/_internal/distributions/sdist.py +164 -0
  841. package/python/Lib/site-packages/pip/_internal/distributions/wheel.py +44 -0
  842. package/python/Lib/site-packages/pip/_internal/exceptions.py +971 -0
  843. package/python/Lib/site-packages/pip/_internal/index/__init__.py +1 -0
  844. package/python/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-313.pyc +0 -0
  845. package/python/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-313.pyc +0 -0
  846. package/python/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-313.pyc +0 -0
  847. package/python/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-313.pyc +0 -0
  848. package/python/Lib/site-packages/pip/_internal/index/collector.py +488 -0
  849. package/python/Lib/site-packages/pip/_internal/index/package_finder.py +1125 -0
  850. package/python/Lib/site-packages/pip/_internal/index/sources.py +287 -0
  851. package/python/Lib/site-packages/pip/_internal/locations/__init__.py +440 -0
  852. package/python/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-313.pyc +0 -0
  853. package/python/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-313.pyc +0 -0
  854. package/python/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-313.pyc +0 -0
  855. package/python/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-313.pyc +0 -0
  856. package/python/Lib/site-packages/pip/_internal/locations/_distutils.py +173 -0
  857. package/python/Lib/site-packages/pip/_internal/locations/_sysconfig.py +218 -0
  858. package/python/Lib/site-packages/pip/_internal/locations/base.py +82 -0
  859. package/python/Lib/site-packages/pip/_internal/main.py +12 -0
  860. package/python/Lib/site-packages/pip/_internal/metadata/__init__.py +169 -0
  861. package/python/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-313.pyc +0 -0
  862. package/python/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-313.pyc +0 -0
  863. package/python/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-313.pyc +0 -0
  864. package/python/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-313.pyc +0 -0
  865. package/python/Lib/site-packages/pip/_internal/metadata/_json.py +87 -0
  866. package/python/Lib/site-packages/pip/_internal/metadata/base.py +685 -0
  867. package/python/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
  868. package/python/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-313.pyc +0 -0
  869. package/python/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-313.pyc +0 -0
  870. package/python/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-313.pyc +0 -0
  871. package/python/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-313.pyc +0 -0
  872. package/python/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py +87 -0
  873. package/python/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py +229 -0
  874. package/python/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py +143 -0
  875. package/python/Lib/site-packages/pip/_internal/metadata/pkg_resources.py +298 -0
  876. package/python/Lib/site-packages/pip/_internal/models/__init__.py +1 -0
  877. package/python/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-313.pyc +0 -0
  878. package/python/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-313.pyc +0 -0
  879. package/python/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-313.pyc +0 -0
  880. package/python/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-313.pyc +0 -0
  881. package/python/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-313.pyc +0 -0
  882. package/python/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-313.pyc +0 -0
  883. package/python/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-313.pyc +0 -0
  884. package/python/Lib/site-packages/pip/_internal/models/__pycache__/release_control.cpython-313.pyc +0 -0
  885. package/python/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-313.pyc +0 -0
  886. package/python/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-313.pyc +0 -0
  887. package/python/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-313.pyc +0 -0
  888. package/python/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-313.pyc +0 -0
  889. package/python/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-313.pyc +0 -0
  890. package/python/Lib/site-packages/pip/_internal/models/candidate.py +25 -0
  891. package/python/Lib/site-packages/pip/_internal/models/direct_url.py +227 -0
  892. package/python/Lib/site-packages/pip/_internal/models/format_control.py +78 -0
  893. package/python/Lib/site-packages/pip/_internal/models/index.py +28 -0
  894. package/python/Lib/site-packages/pip/_internal/models/installation_report.py +57 -0
  895. package/python/Lib/site-packages/pip/_internal/models/link.py +617 -0
  896. package/python/Lib/site-packages/pip/_internal/models/release_control.py +92 -0
  897. package/python/Lib/site-packages/pip/_internal/models/scheme.py +25 -0
  898. package/python/Lib/site-packages/pip/_internal/models/search_scope.py +126 -0
  899. package/python/Lib/site-packages/pip/_internal/models/selection_prefs.py +56 -0
  900. package/python/Lib/site-packages/pip/_internal/models/target_python.py +122 -0
  901. package/python/Lib/site-packages/pip/_internal/models/wheel.py +80 -0
  902. package/python/Lib/site-packages/pip/_internal/network/__init__.py +1 -0
  903. package/python/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-313.pyc +0 -0
  904. package/python/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-313.pyc +0 -0
  905. package/python/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-313.pyc +0 -0
  906. package/python/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-313.pyc +0 -0
  907. package/python/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-313.pyc +0 -0
  908. package/python/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-313.pyc +0 -0
  909. package/python/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-313.pyc +0 -0
  910. package/python/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-313.pyc +0 -0
  911. package/python/Lib/site-packages/pip/_internal/network/auth.py +568 -0
  912. package/python/Lib/site-packages/pip/_internal/network/cache.py +128 -0
  913. package/python/Lib/site-packages/pip/_internal/network/download.py +341 -0
  914. package/python/Lib/site-packages/pip/_internal/network/lazy_wheel.py +215 -0
  915. package/python/Lib/site-packages/pip/_internal/network/session.py +532 -0
  916. package/python/Lib/site-packages/pip/_internal/network/utils.py +98 -0
  917. package/python/Lib/site-packages/pip/_internal/network/xmlrpc.py +61 -0
  918. package/python/Lib/site-packages/pip/_internal/operations/__init__.py +0 -0
  919. package/python/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-313.pyc +0 -0
  920. package/python/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-313.pyc +0 -0
  921. package/python/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-313.pyc +0 -0
  922. package/python/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-313.pyc +0 -0
  923. package/python/Lib/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  924. package/python/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-313.pyc +0 -0
  925. package/python/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-313.pyc +0 -0
  926. package/python/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-313.pyc +0 -0
  927. package/python/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-313.pyc +0 -0
  928. package/python/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-313.pyc +0 -0
  929. package/python/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-313.pyc +0 -0
  930. package/python/Lib/site-packages/pip/_internal/operations/build/build_tracker.py +140 -0
  931. package/python/Lib/site-packages/pip/_internal/operations/build/metadata.py +38 -0
  932. package/python/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
  933. package/python/Lib/site-packages/pip/_internal/operations/build/wheel.py +38 -0
  934. package/python/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py +47 -0
  935. package/python/Lib/site-packages/pip/_internal/operations/check.py +175 -0
  936. package/python/Lib/site-packages/pip/_internal/operations/freeze.py +259 -0
  937. package/python/Lib/site-packages/pip/_internal/operations/install/__init__.py +1 -0
  938. package/python/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-313.pyc +0 -0
  939. package/python/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-313.pyc +0 -0
  940. package/python/Lib/site-packages/pip/_internal/operations/install/wheel.py +745 -0
  941. package/python/Lib/site-packages/pip/_internal/operations/prepare.py +747 -0
  942. package/python/Lib/site-packages/pip/_internal/pyproject.py +123 -0
  943. package/python/Lib/site-packages/pip/_internal/req/__init__.py +103 -0
  944. package/python/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-313.pyc +0 -0
  945. package/python/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-313.pyc +0 -0
  946. package/python/Lib/site-packages/pip/_internal/req/__pycache__/pep723.cpython-313.pyc +0 -0
  947. package/python/Lib/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-313.pyc +0 -0
  948. package/python/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-313.pyc +0 -0
  949. package/python/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-313.pyc +0 -0
  950. package/python/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-313.pyc +0 -0
  951. package/python/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-313.pyc +0 -0
  952. package/python/Lib/site-packages/pip/_internal/req/constructors.py +568 -0
  953. package/python/Lib/site-packages/pip/_internal/req/pep723.py +41 -0
  954. package/python/Lib/site-packages/pip/_internal/req/req_dependency_group.py +75 -0
  955. package/python/Lib/site-packages/pip/_internal/req/req_file.py +631 -0
  956. package/python/Lib/site-packages/pip/_internal/req/req_install.py +828 -0
  957. package/python/Lib/site-packages/pip/_internal/req/req_set.py +81 -0
  958. package/python/Lib/site-packages/pip/_internal/req/req_uninstall.py +639 -0
  959. package/python/Lib/site-packages/pip/_internal/resolution/__init__.py +0 -0
  960. package/python/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-313.pyc +0 -0
  961. package/python/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-313.pyc +0 -0
  962. package/python/Lib/site-packages/pip/_internal/resolution/base.py +20 -0
  963. package/python/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  964. package/python/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-313.pyc +0 -0
  965. package/python/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-313.pyc +0 -0
  966. package/python/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py +598 -0
  967. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  968. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-313.pyc +0 -0
  969. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-313.pyc +0 -0
  970. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-313.pyc +0 -0
  971. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-313.pyc +0 -0
  972. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-313.pyc +0 -0
  973. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-313.pyc +0 -0
  974. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-313.pyc +0 -0
  975. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-313.pyc +0 -0
  976. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-313.pyc +0 -0
  977. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py +142 -0
  978. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py +591 -0
  979. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py +856 -0
  980. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +166 -0
  981. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py +285 -0
  982. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py +98 -0
  983. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py +251 -0
  984. package/python/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py +332 -0
  985. package/python/Lib/site-packages/pip/_internal/self_outdated_check.py +255 -0
  986. package/python/Lib/site-packages/pip/_internal/utils/__init__.py +0 -0
  987. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-313.pyc +0 -0
  988. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-313.pyc +0 -0
  989. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-313.pyc +0 -0
  990. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-313.pyc +0 -0
  991. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-313.pyc +0 -0
  992. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-313.pyc +0 -0
  993. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-313.pyc +0 -0
  994. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-313.pyc +0 -0
  995. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-313.pyc +0 -0
  996. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-313.pyc +0 -0
  997. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-313.pyc +0 -0
  998. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-313.pyc +0 -0
  999. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-313.pyc +0 -0
  1000. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-313.pyc +0 -0
  1001. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-313.pyc +0 -0
  1002. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-313.pyc +0 -0
  1003. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-313.pyc +0 -0
  1004. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-313.pyc +0 -0
  1005. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/pylock.cpython-313.pyc +0 -0
  1006. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-313.pyc +0 -0
  1007. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-313.pyc +0 -0
  1008. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-313.pyc +0 -0
  1009. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-313.pyc +0 -0
  1010. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-313.pyc +0 -0
  1011. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-313.pyc +0 -0
  1012. package/python/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-313.pyc +0 -0
  1013. package/python/Lib/site-packages/pip/_internal/utils/_jaraco_text.py +109 -0
  1014. package/python/Lib/site-packages/pip/_internal/utils/_log.py +38 -0
  1015. package/python/Lib/site-packages/pip/_internal/utils/appdirs.py +52 -0
  1016. package/python/Lib/site-packages/pip/_internal/utils/compat.py +85 -0
  1017. package/python/Lib/site-packages/pip/_internal/utils/compatibility_tags.py +201 -0
  1018. package/python/Lib/site-packages/pip/_internal/utils/datetime.py +28 -0
  1019. package/python/Lib/site-packages/pip/_internal/utils/deprecation.py +126 -0
  1020. package/python/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
  1021. package/python/Lib/site-packages/pip/_internal/utils/egg_link.py +81 -0
  1022. package/python/Lib/site-packages/pip/_internal/utils/entrypoints.py +88 -0
  1023. package/python/Lib/site-packages/pip/_internal/utils/filesystem.py +203 -0
  1024. package/python/Lib/site-packages/pip/_internal/utils/filetypes.py +24 -0
  1025. package/python/Lib/site-packages/pip/_internal/utils/glibc.py +102 -0
  1026. package/python/Lib/site-packages/pip/_internal/utils/hashes.py +150 -0
  1027. package/python/Lib/site-packages/pip/_internal/utils/logging.py +396 -0
  1028. package/python/Lib/site-packages/pip/_internal/utils/misc.py +771 -0
  1029. package/python/Lib/site-packages/pip/_internal/utils/packaging.py +44 -0
  1030. package/python/Lib/site-packages/pip/_internal/utils/pylock.py +116 -0
  1031. package/python/Lib/site-packages/pip/_internal/utils/retry.py +45 -0
  1032. package/python/Lib/site-packages/pip/_internal/utils/subprocess.py +248 -0
  1033. package/python/Lib/site-packages/pip/_internal/utils/temp_dir.py +294 -0
  1034. package/python/Lib/site-packages/pip/_internal/utils/unpacking.py +362 -0
  1035. package/python/Lib/site-packages/pip/_internal/utils/urls.py +55 -0
  1036. package/python/Lib/site-packages/pip/_internal/utils/virtualenv.py +105 -0
  1037. package/python/Lib/site-packages/pip/_internal/utils/wheel.py +132 -0
  1038. package/python/Lib/site-packages/pip/_internal/vcs/__init__.py +15 -0
  1039. package/python/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-313.pyc +0 -0
  1040. package/python/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-313.pyc +0 -0
  1041. package/python/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-313.pyc +0 -0
  1042. package/python/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-313.pyc +0 -0
  1043. package/python/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-313.pyc +0 -0
  1044. package/python/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-313.pyc +0 -0
  1045. package/python/Lib/site-packages/pip/_internal/vcs/bazaar.py +130 -0
  1046. package/python/Lib/site-packages/pip/_internal/vcs/git.py +571 -0
  1047. package/python/Lib/site-packages/pip/_internal/vcs/mercurial.py +186 -0
  1048. package/python/Lib/site-packages/pip/_internal/vcs/subversion.py +335 -0
  1049. package/python/Lib/site-packages/pip/_internal/vcs/versioncontrol.py +695 -0
  1050. package/python/Lib/site-packages/pip/_internal/wheel_builder.py +261 -0
  1051. package/python/Lib/site-packages/pip/_vendor/README.rst +180 -0
  1052. package/python/Lib/site-packages/pip/_vendor/__init__.py +117 -0
  1053. package/python/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-313.pyc +0 -0
  1054. package/python/Lib/site-packages/pip/_vendor/cachecontrol/LICENSE.txt +13 -0
  1055. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py +32 -0
  1056. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-313.pyc +0 -0
  1057. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-313.pyc +0 -0
  1058. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-313.pyc +0 -0
  1059. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-313.pyc +0 -0
  1060. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-313.pyc +0 -0
  1061. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-313.pyc +0 -0
  1062. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-313.pyc +0 -0
  1063. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-313.pyc +0 -0
  1064. package/python/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-313.pyc +0 -0
  1065. package/python/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py +70 -0
  1066. package/python/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py +167 -0
  1067. package/python/Lib/site-packages/pip/_vendor/cachecontrol/cache.py +75 -0
  1068. package/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
  1069. package/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-313.pyc +0 -0
  1070. package/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-313.pyc +0 -0
  1071. package/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-313.pyc +0 -0
  1072. package/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +145 -0
  1073. package/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
  1074. package/python/Lib/site-packages/pip/_vendor/cachecontrol/controller.py +511 -0
  1075. package/python/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py +121 -0
  1076. package/python/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py +157 -0
  1077. package/python/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  1078. package/python/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py +146 -0
  1079. package/python/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
  1080. package/python/Lib/site-packages/pip/_vendor/certifi/LICENSE +20 -0
  1081. package/python/Lib/site-packages/pip/_vendor/certifi/__init__.py +4 -0
  1082. package/python/Lib/site-packages/pip/_vendor/certifi/__main__.py +12 -0
  1083. package/python/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-313.pyc +0 -0
  1084. package/python/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-313.pyc +0 -0
  1085. package/python/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-313.pyc +0 -0
  1086. package/python/Lib/site-packages/pip/_vendor/certifi/cacert.pem +4468 -0
  1087. package/python/Lib/site-packages/pip/_vendor/certifi/core.py +83 -0
  1088. package/python/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
  1089. package/python/Lib/site-packages/pip/_vendor/dependency_groups/LICENSE.txt +9 -0
  1090. package/python/Lib/site-packages/pip/_vendor/dependency_groups/__init__.py +13 -0
  1091. package/python/Lib/site-packages/pip/_vendor/dependency_groups/__main__.py +65 -0
  1092. package/python/Lib/site-packages/pip/_vendor/dependency_groups/__pycache__/__init__.cpython-313.pyc +0 -0
  1093. package/python/Lib/site-packages/pip/_vendor/dependency_groups/__pycache__/__main__.cpython-313.pyc +0 -0
  1094. package/python/Lib/site-packages/pip/_vendor/dependency_groups/__pycache__/_implementation.cpython-313.pyc +0 -0
  1095. package/python/Lib/site-packages/pip/_vendor/dependency_groups/__pycache__/_lint_dependency_groups.cpython-313.pyc +0 -0
  1096. package/python/Lib/site-packages/pip/_vendor/dependency_groups/__pycache__/_pip_wrapper.cpython-313.pyc +0 -0
  1097. package/python/Lib/site-packages/pip/_vendor/dependency_groups/__pycache__/_toml_compat.cpython-313.pyc +0 -0
  1098. package/python/Lib/site-packages/pip/_vendor/dependency_groups/_implementation.py +209 -0
  1099. package/python/Lib/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py +59 -0
  1100. package/python/Lib/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py +62 -0
  1101. package/python/Lib/site-packages/pip/_vendor/dependency_groups/_toml_compat.py +9 -0
  1102. package/python/Lib/site-packages/pip/_vendor/dependency_groups/py.typed +0 -0
  1103. package/python/Lib/site-packages/pip/_vendor/distlib/LICENSE.txt +284 -0
  1104. package/python/Lib/site-packages/pip/_vendor/distlib/__init__.py +33 -0
  1105. package/python/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-313.pyc +0 -0
  1106. package/python/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-313.pyc +0 -0
  1107. package/python/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-313.pyc +0 -0
  1108. package/python/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-313.pyc +0 -0
  1109. package/python/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-313.pyc +0 -0
  1110. package/python/Lib/site-packages/pip/_vendor/distlib/compat.py +1137 -0
  1111. package/python/Lib/site-packages/pip/_vendor/distlib/resources.py +358 -0
  1112. package/python/Lib/site-packages/pip/_vendor/distlib/scripts.py +447 -0
  1113. package/python/Lib/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  1114. package/python/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  1115. package/python/Lib/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  1116. package/python/Lib/site-packages/pip/_vendor/distlib/util.py +1984 -0
  1117. package/python/Lib/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  1118. package/python/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  1119. package/python/Lib/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  1120. package/python/Lib/site-packages/pip/_vendor/distro/LICENSE +202 -0
  1121. package/python/Lib/site-packages/pip/_vendor/distro/__init__.py +54 -0
  1122. package/python/Lib/site-packages/pip/_vendor/distro/__main__.py +4 -0
  1123. package/python/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-313.pyc +0 -0
  1124. package/python/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-313.pyc +0 -0
  1125. package/python/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-313.pyc +0 -0
  1126. package/python/Lib/site-packages/pip/_vendor/distro/distro.py +1403 -0
  1127. package/python/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
  1128. package/python/Lib/site-packages/pip/_vendor/idna/LICENSE.md +31 -0
  1129. package/python/Lib/site-packages/pip/_vendor/idna/__init__.py +45 -0
  1130. package/python/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-313.pyc +0 -0
  1131. package/python/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-313.pyc +0 -0
  1132. package/python/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-313.pyc +0 -0
  1133. package/python/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-313.pyc +0 -0
  1134. package/python/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-313.pyc +0 -0
  1135. package/python/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-313.pyc +0 -0
  1136. package/python/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-313.pyc +0 -0
  1137. package/python/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-313.pyc +0 -0
  1138. package/python/Lib/site-packages/pip/_vendor/idna/codec.py +122 -0
  1139. package/python/Lib/site-packages/pip/_vendor/idna/compat.py +15 -0
  1140. package/python/Lib/site-packages/pip/_vendor/idna/core.py +437 -0
  1141. package/python/Lib/site-packages/pip/_vendor/idna/idnadata.py +4309 -0
  1142. package/python/Lib/site-packages/pip/_vendor/idna/intranges.py +57 -0
  1143. package/python/Lib/site-packages/pip/_vendor/idna/package_data.py +1 -0
  1144. package/python/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
  1145. package/python/Lib/site-packages/pip/_vendor/idna/uts46data.py +8841 -0
  1146. package/python/Lib/site-packages/pip/_vendor/msgpack/COPYING +14 -0
  1147. package/python/Lib/site-packages/pip/_vendor/msgpack/__init__.py +55 -0
  1148. package/python/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-313.pyc +0 -0
  1149. package/python/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-313.pyc +0 -0
  1150. package/python/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-313.pyc +0 -0
  1151. package/python/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-313.pyc +0 -0
  1152. package/python/Lib/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
  1153. package/python/Lib/site-packages/pip/_vendor/msgpack/ext.py +170 -0
  1154. package/python/Lib/site-packages/pip/_vendor/msgpack/fallback.py +929 -0
  1155. package/python/Lib/site-packages/pip/_vendor/packaging/LICENSE +3 -0
  1156. package/python/Lib/site-packages/pip/_vendor/packaging/LICENSE.APACHE +177 -0
  1157. package/python/Lib/site-packages/pip/_vendor/packaging/LICENSE.BSD +23 -0
  1158. package/python/Lib/site-packages/pip/_vendor/packaging/__init__.py +15 -0
  1159. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-313.pyc +0 -0
  1160. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-313.pyc +0 -0
  1161. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-313.pyc +0 -0
  1162. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-313.pyc +0 -0
  1163. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-313.pyc +0 -0
  1164. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-313.pyc +0 -0
  1165. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-313.pyc +0 -0
  1166. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-313.pyc +0 -0
  1167. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-313.pyc +0 -0
  1168. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/pylock.cpython-313.pyc +0 -0
  1169. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-313.pyc +0 -0
  1170. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-313.pyc +0 -0
  1171. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-313.pyc +0 -0
  1172. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-313.pyc +0 -0
  1173. package/python/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-313.pyc +0 -0
  1174. package/python/Lib/site-packages/pip/_vendor/packaging/_elffile.py +108 -0
  1175. package/python/Lib/site-packages/pip/_vendor/packaging/_manylinux.py +262 -0
  1176. package/python/Lib/site-packages/pip/_vendor/packaging/_musllinux.py +85 -0
  1177. package/python/Lib/site-packages/pip/_vendor/packaging/_parser.py +365 -0
  1178. package/python/Lib/site-packages/pip/_vendor/packaging/_structures.py +69 -0
  1179. package/python/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py +193 -0
  1180. package/python/Lib/site-packages/pip/_vendor/packaging/licenses/__init__.py +147 -0
  1181. package/python/Lib/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-313.pyc +0 -0
  1182. package/python/Lib/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-313.pyc +0 -0
  1183. package/python/Lib/site-packages/pip/_vendor/packaging/licenses/_spdx.py +799 -0
  1184. package/python/Lib/site-packages/pip/_vendor/packaging/markers.py +388 -0
  1185. package/python/Lib/site-packages/pip/_vendor/packaging/metadata.py +978 -0
  1186. package/python/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
  1187. package/python/Lib/site-packages/pip/_vendor/packaging/pylock.py +635 -0
  1188. package/python/Lib/site-packages/pip/_vendor/packaging/requirements.py +86 -0
  1189. package/python/Lib/site-packages/pip/_vendor/packaging/specifiers.py +1068 -0
  1190. package/python/Lib/site-packages/pip/_vendor/packaging/tags.py +651 -0
  1191. package/python/Lib/site-packages/pip/_vendor/packaging/utils.py +158 -0
  1192. package/python/Lib/site-packages/pip/_vendor/packaging/version.py +792 -0
  1193. package/python/Lib/site-packages/pip/_vendor/pkg_resources/LICENSE +17 -0
  1194. package/python/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py +3676 -0
  1195. package/python/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-313.pyc +0 -0
  1196. package/python/Lib/site-packages/pip/_vendor/platformdirs/LICENSE +21 -0
  1197. package/python/Lib/site-packages/pip/_vendor/platformdirs/__init__.py +631 -0
  1198. package/python/Lib/site-packages/pip/_vendor/platformdirs/__main__.py +55 -0
  1199. package/python/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-313.pyc +0 -0
  1200. package/python/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-313.pyc +0 -0
  1201. package/python/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-313.pyc +0 -0
  1202. package/python/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-313.pyc +0 -0
  1203. package/python/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-313.pyc +0 -0
  1204. package/python/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-313.pyc +0 -0
  1205. package/python/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-313.pyc +0 -0
  1206. package/python/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-313.pyc +0 -0
  1207. package/python/Lib/site-packages/pip/_vendor/platformdirs/android.py +249 -0
  1208. package/python/Lib/site-packages/pip/_vendor/platformdirs/api.py +299 -0
  1209. package/python/Lib/site-packages/pip/_vendor/platformdirs/macos.py +146 -0
  1210. package/python/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  1211. package/python/Lib/site-packages/pip/_vendor/platformdirs/unix.py +272 -0
  1212. package/python/Lib/site-packages/pip/_vendor/platformdirs/version.py +34 -0
  1213. package/python/Lib/site-packages/pip/_vendor/platformdirs/windows.py +278 -0
  1214. package/python/Lib/site-packages/pip/_vendor/pygments/LICENSE +25 -0
  1215. package/python/Lib/site-packages/pip/_vendor/pygments/__init__.py +82 -0
  1216. package/python/Lib/site-packages/pip/_vendor/pygments/__main__.py +17 -0
  1217. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-313.pyc +0 -0
  1218. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-313.pyc +0 -0
  1219. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-313.pyc +0 -0
  1220. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-313.pyc +0 -0
  1221. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-313.pyc +0 -0
  1222. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-313.pyc +0 -0
  1223. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-313.pyc +0 -0
  1224. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-313.pyc +0 -0
  1225. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-313.pyc +0 -0
  1226. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-313.pyc +0 -0
  1227. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-313.pyc +0 -0
  1228. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-313.pyc +0 -0
  1229. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-313.pyc +0 -0
  1230. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-313.pyc +0 -0
  1231. package/python/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-313.pyc +0 -0
  1232. package/python/Lib/site-packages/pip/_vendor/pygments/console.py +70 -0
  1233. package/python/Lib/site-packages/pip/_vendor/pygments/filter.py +70 -0
  1234. package/python/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
  1235. package/python/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-313.pyc +0 -0
  1236. package/python/Lib/site-packages/pip/_vendor/pygments/formatter.py +129 -0
  1237. package/python/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py +157 -0
  1238. package/python/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-313.pyc +0 -0
  1239. package/python/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-313.pyc +0 -0
  1240. package/python/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
  1241. package/python/Lib/site-packages/pip/_vendor/pygments/lexer.py +963 -0
  1242. package/python/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
  1243. package/python/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-313.pyc +0 -0
  1244. package/python/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-313.pyc +0 -0
  1245. package/python/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-313.pyc +0 -0
  1246. package/python/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py +602 -0
  1247. package/python/Lib/site-packages/pip/_vendor/pygments/lexers/python.py +1201 -0
  1248. package/python/Lib/site-packages/pip/_vendor/pygments/modeline.py +43 -0
  1249. package/python/Lib/site-packages/pip/_vendor/pygments/plugin.py +72 -0
  1250. package/python/Lib/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
  1251. package/python/Lib/site-packages/pip/_vendor/pygments/scanner.py +104 -0
  1252. package/python/Lib/site-packages/pip/_vendor/pygments/sphinxext.py +247 -0
  1253. package/python/Lib/site-packages/pip/_vendor/pygments/style.py +203 -0
  1254. package/python/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py +61 -0
  1255. package/python/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-313.pyc +0 -0
  1256. package/python/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-313.pyc +0 -0
  1257. package/python/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py +54 -0
  1258. package/python/Lib/site-packages/pip/_vendor/pygments/token.py +214 -0
  1259. package/python/Lib/site-packages/pip/_vendor/pygments/unistring.py +153 -0
  1260. package/python/Lib/site-packages/pip/_vendor/pygments/util.py +324 -0
  1261. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/LICENSE +21 -0
  1262. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py +31 -0
  1263. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-313.pyc +0 -0
  1264. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-313.pyc +0 -0
  1265. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py +410 -0
  1266. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +21 -0
  1267. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-313.pyc +0 -0
  1268. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-313.pyc +0 -0
  1269. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +389 -0
  1270. package/python/Lib/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
  1271. package/python/Lib/site-packages/pip/_vendor/requests/LICENSE +175 -0
  1272. package/python/Lib/site-packages/pip/_vendor/requests/__init__.py +179 -0
  1273. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-313.pyc +0 -0
  1274. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-313.pyc +0 -0
  1275. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-313.pyc +0 -0
  1276. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-313.pyc +0 -0
  1277. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-313.pyc +0 -0
  1278. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-313.pyc +0 -0
  1279. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-313.pyc +0 -0
  1280. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-313.pyc +0 -0
  1281. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-313.pyc +0 -0
  1282. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-313.pyc +0 -0
  1283. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-313.pyc +0 -0
  1284. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-313.pyc +0 -0
  1285. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-313.pyc +0 -0
  1286. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-313.pyc +0 -0
  1287. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-313.pyc +0 -0
  1288. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-313.pyc +0 -0
  1289. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-313.pyc +0 -0
  1290. package/python/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-313.pyc +0 -0
  1291. package/python/Lib/site-packages/pip/_vendor/requests/__version__.py +14 -0
  1292. package/python/Lib/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
  1293. package/python/Lib/site-packages/pip/_vendor/requests/adapters.py +696 -0
  1294. package/python/Lib/site-packages/pip/_vendor/requests/api.py +157 -0
  1295. package/python/Lib/site-packages/pip/_vendor/requests/auth.py +314 -0
  1296. package/python/Lib/site-packages/pip/_vendor/requests/certs.py +17 -0
  1297. package/python/Lib/site-packages/pip/_vendor/requests/compat.py +90 -0
  1298. package/python/Lib/site-packages/pip/_vendor/requests/cookies.py +561 -0
  1299. package/python/Lib/site-packages/pip/_vendor/requests/exceptions.py +151 -0
  1300. package/python/Lib/site-packages/pip/_vendor/requests/help.py +127 -0
  1301. package/python/Lib/site-packages/pip/_vendor/requests/hooks.py +33 -0
  1302. package/python/Lib/site-packages/pip/_vendor/requests/models.py +1039 -0
  1303. package/python/Lib/site-packages/pip/_vendor/requests/packages.py +25 -0
  1304. package/python/Lib/site-packages/pip/_vendor/requests/sessions.py +831 -0
  1305. package/python/Lib/site-packages/pip/_vendor/requests/status_codes.py +128 -0
  1306. package/python/Lib/site-packages/pip/_vendor/requests/structures.py +99 -0
  1307. package/python/Lib/site-packages/pip/_vendor/requests/utils.py +1086 -0
  1308. package/python/Lib/site-packages/pip/_vendor/resolvelib/LICENSE +13 -0
  1309. package/python/Lib/site-packages/pip/_vendor/resolvelib/__init__.py +27 -0
  1310. package/python/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-313.pyc +0 -0
  1311. package/python/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-313.pyc +0 -0
  1312. package/python/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-313.pyc +0 -0
  1313. package/python/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-313.pyc +0 -0
  1314. package/python/Lib/site-packages/pip/_vendor/resolvelib/providers.py +196 -0
  1315. package/python/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  1316. package/python/Lib/site-packages/pip/_vendor/resolvelib/reporters.py +55 -0
  1317. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py +27 -0
  1318. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-313.pyc +0 -0
  1319. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-313.pyc +0 -0
  1320. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-313.pyc +0 -0
  1321. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-313.pyc +0 -0
  1322. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-313.pyc +0 -0
  1323. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py +47 -0
  1324. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py +48 -0
  1325. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py +57 -0
  1326. package/python/Lib/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py +627 -0
  1327. package/python/Lib/site-packages/pip/_vendor/resolvelib/structs.py +209 -0
  1328. package/python/Lib/site-packages/pip/_vendor/rich/LICENSE +19 -0
  1329. package/python/Lib/site-packages/pip/_vendor/rich/__init__.py +177 -0
  1330. package/python/Lib/site-packages/pip/_vendor/rich/__main__.py +245 -0
  1331. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-313.pyc +0 -0
  1332. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-313.pyc +0 -0
  1333. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-313.pyc +0 -0
  1334. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-313.pyc +0 -0
  1335. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-313.pyc +0 -0
  1336. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-313.pyc +0 -0
  1337. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-313.pyc +0 -0
  1338. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-313.pyc +0 -0
  1339. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-313.pyc +0 -0
  1340. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-313.pyc +0 -0
  1341. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-313.pyc +0 -0
  1342. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-313.pyc +0 -0
  1343. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-313.pyc +0 -0
  1344. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-313.pyc +0 -0
  1345. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-313.pyc +0 -0
  1346. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-313.pyc +0 -0
  1347. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-313.pyc +0 -0
  1348. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-313.pyc +0 -0
  1349. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-313.pyc +0 -0
  1350. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-313.pyc +0 -0
  1351. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-313.pyc +0 -0
  1352. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-313.pyc +0 -0
  1353. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-313.pyc +0 -0
  1354. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-313.pyc +0 -0
  1355. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-313.pyc +0 -0
  1356. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-313.pyc +0 -0
  1357. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-313.pyc +0 -0
  1358. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-313.pyc +0 -0
  1359. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-313.pyc +0 -0
  1360. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-313.pyc +0 -0
  1361. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-313.pyc +0 -0
  1362. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-313.pyc +0 -0
  1363. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-313.pyc +0 -0
  1364. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-313.pyc +0 -0
  1365. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-313.pyc +0 -0
  1366. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-313.pyc +0 -0
  1367. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-313.pyc +0 -0
  1368. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-313.pyc +0 -0
  1369. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-313.pyc +0 -0
  1370. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-313.pyc +0 -0
  1371. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-313.pyc +0 -0
  1372. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-313.pyc +0 -0
  1373. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-313.pyc +0 -0
  1374. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-313.pyc +0 -0
  1375. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-313.pyc +0 -0
  1376. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-313.pyc +0 -0
  1377. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-313.pyc +0 -0
  1378. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-313.pyc +0 -0
  1379. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-313.pyc +0 -0
  1380. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-313.pyc +0 -0
  1381. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-313.pyc +0 -0
  1382. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-313.pyc +0 -0
  1383. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-313.pyc +0 -0
  1384. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-313.pyc +0 -0
  1385. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-313.pyc +0 -0
  1386. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-313.pyc +0 -0
  1387. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-313.pyc +0 -0
  1388. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-313.pyc +0 -0
  1389. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-313.pyc +0 -0
  1390. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-313.pyc +0 -0
  1391. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-313.pyc +0 -0
  1392. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-313.pyc +0 -0
  1393. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-313.pyc +0 -0
  1394. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-313.pyc +0 -0
  1395. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-313.pyc +0 -0
  1396. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-313.pyc +0 -0
  1397. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-313.pyc +0 -0
  1398. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-313.pyc +0 -0
  1399. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-313.pyc +0 -0
  1400. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-313.pyc +0 -0
  1401. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-313.pyc +0 -0
  1402. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-313.pyc +0 -0
  1403. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-313.pyc +0 -0
  1404. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-313.pyc +0 -0
  1405. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-313.pyc +0 -0
  1406. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-313.pyc +0 -0
  1407. package/python/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-313.pyc +0 -0
  1408. package/python/Lib/site-packages/pip/_vendor/rich/_cell_widths.py +454 -0
  1409. package/python/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
  1410. package/python/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
  1411. package/python/Lib/site-packages/pip/_vendor/rich/_export_format.py +76 -0
  1412. package/python/Lib/site-packages/pip/_vendor/rich/_extension.py +10 -0
  1413. package/python/Lib/site-packages/pip/_vendor/rich/_fileno.py +24 -0
  1414. package/python/Lib/site-packages/pip/_vendor/rich/_inspect.py +268 -0
  1415. package/python/Lib/site-packages/pip/_vendor/rich/_log_render.py +94 -0
  1416. package/python/Lib/site-packages/pip/_vendor/rich/_loop.py +43 -0
  1417. package/python/Lib/site-packages/pip/_vendor/rich/_null_file.py +69 -0
  1418. package/python/Lib/site-packages/pip/_vendor/rich/_palettes.py +309 -0
  1419. package/python/Lib/site-packages/pip/_vendor/rich/_pick.py +17 -0
  1420. package/python/Lib/site-packages/pip/_vendor/rich/_ratio.py +153 -0
  1421. package/python/Lib/site-packages/pip/_vendor/rich/_spinners.py +482 -0
  1422. package/python/Lib/site-packages/pip/_vendor/rich/_stack.py +16 -0
  1423. package/python/Lib/site-packages/pip/_vendor/rich/_timer.py +19 -0
  1424. package/python/Lib/site-packages/pip/_vendor/rich/_win32_console.py +661 -0
  1425. package/python/Lib/site-packages/pip/_vendor/rich/_windows.py +71 -0
  1426. package/python/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
  1427. package/python/Lib/site-packages/pip/_vendor/rich/_wrap.py +93 -0
  1428. package/python/Lib/site-packages/pip/_vendor/rich/abc.py +33 -0
  1429. package/python/Lib/site-packages/pip/_vendor/rich/align.py +306 -0
  1430. package/python/Lib/site-packages/pip/_vendor/rich/ansi.py +241 -0
  1431. package/python/Lib/site-packages/pip/_vendor/rich/bar.py +93 -0
  1432. package/python/Lib/site-packages/pip/_vendor/rich/box.py +474 -0
  1433. package/python/Lib/site-packages/pip/_vendor/rich/cells.py +174 -0
  1434. package/python/Lib/site-packages/pip/_vendor/rich/color.py +621 -0
  1435. package/python/Lib/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
  1436. package/python/Lib/site-packages/pip/_vendor/rich/columns.py +187 -0
  1437. package/python/Lib/site-packages/pip/_vendor/rich/console.py +2680 -0
  1438. package/python/Lib/site-packages/pip/_vendor/rich/constrain.py +37 -0
  1439. package/python/Lib/site-packages/pip/_vendor/rich/containers.py +167 -0
  1440. package/python/Lib/site-packages/pip/_vendor/rich/control.py +219 -0
  1441. package/python/Lib/site-packages/pip/_vendor/rich/default_styles.py +193 -0
  1442. package/python/Lib/site-packages/pip/_vendor/rich/diagnose.py +39 -0
  1443. package/python/Lib/site-packages/pip/_vendor/rich/emoji.py +91 -0
  1444. package/python/Lib/site-packages/pip/_vendor/rich/errors.py +34 -0
  1445. package/python/Lib/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
  1446. package/python/Lib/site-packages/pip/_vendor/rich/filesize.py +88 -0
  1447. package/python/Lib/site-packages/pip/_vendor/rich/highlighter.py +232 -0
  1448. package/python/Lib/site-packages/pip/_vendor/rich/json.py +139 -0
  1449. package/python/Lib/site-packages/pip/_vendor/rich/jupyter.py +101 -0
  1450. package/python/Lib/site-packages/pip/_vendor/rich/layout.py +442 -0
  1451. package/python/Lib/site-packages/pip/_vendor/rich/live.py +400 -0
  1452. package/python/Lib/site-packages/pip/_vendor/rich/live_render.py +106 -0
  1453. package/python/Lib/site-packages/pip/_vendor/rich/logging.py +297 -0
  1454. package/python/Lib/site-packages/pip/_vendor/rich/markup.py +251 -0
  1455. package/python/Lib/site-packages/pip/_vendor/rich/measure.py +151 -0
  1456. package/python/Lib/site-packages/pip/_vendor/rich/padding.py +141 -0
  1457. package/python/Lib/site-packages/pip/_vendor/rich/pager.py +34 -0
  1458. package/python/Lib/site-packages/pip/_vendor/rich/palette.py +100 -0
  1459. package/python/Lib/site-packages/pip/_vendor/rich/panel.py +317 -0
  1460. package/python/Lib/site-packages/pip/_vendor/rich/pretty.py +1016 -0
  1461. package/python/Lib/site-packages/pip/_vendor/rich/progress.py +1715 -0
  1462. package/python/Lib/site-packages/pip/_vendor/rich/progress_bar.py +223 -0
  1463. package/python/Lib/site-packages/pip/_vendor/rich/prompt.py +400 -0
  1464. package/python/Lib/site-packages/pip/_vendor/rich/protocol.py +42 -0
  1465. package/python/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
  1466. package/python/Lib/site-packages/pip/_vendor/rich/region.py +10 -0
  1467. package/python/Lib/site-packages/pip/_vendor/rich/repr.py +149 -0
  1468. package/python/Lib/site-packages/pip/_vendor/rich/rule.py +130 -0
  1469. package/python/Lib/site-packages/pip/_vendor/rich/scope.py +86 -0
  1470. package/python/Lib/site-packages/pip/_vendor/rich/screen.py +54 -0
  1471. package/python/Lib/site-packages/pip/_vendor/rich/segment.py +752 -0
  1472. package/python/Lib/site-packages/pip/_vendor/rich/spinner.py +132 -0
  1473. package/python/Lib/site-packages/pip/_vendor/rich/status.py +131 -0
  1474. package/python/Lib/site-packages/pip/_vendor/rich/style.py +792 -0
  1475. package/python/Lib/site-packages/pip/_vendor/rich/styled.py +42 -0
  1476. package/python/Lib/site-packages/pip/_vendor/rich/syntax.py +985 -0
  1477. package/python/Lib/site-packages/pip/_vendor/rich/table.py +1006 -0
  1478. package/python/Lib/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
  1479. package/python/Lib/site-packages/pip/_vendor/rich/text.py +1361 -0
  1480. package/python/Lib/site-packages/pip/_vendor/rich/theme.py +115 -0
  1481. package/python/Lib/site-packages/pip/_vendor/rich/themes.py +5 -0
  1482. package/python/Lib/site-packages/pip/_vendor/rich/traceback.py +899 -0
  1483. package/python/Lib/site-packages/pip/_vendor/rich/tree.py +257 -0
  1484. package/python/Lib/site-packages/pip/_vendor/tomli/LICENSE +21 -0
  1485. package/python/Lib/site-packages/pip/_vendor/tomli/__init__.py +8 -0
  1486. package/python/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-313.pyc +0 -0
  1487. package/python/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-313.pyc +0 -0
  1488. package/python/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-313.pyc +0 -0
  1489. package/python/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-313.pyc +0 -0
  1490. package/python/Lib/site-packages/pip/_vendor/tomli/_parser.py +777 -0
  1491. package/python/Lib/site-packages/pip/_vendor/tomli/_re.py +115 -0
  1492. package/python/Lib/site-packages/pip/_vendor/tomli/_types.py +10 -0
  1493. package/python/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
  1494. package/python/Lib/site-packages/pip/_vendor/tomli_w/LICENSE +21 -0
  1495. package/python/Lib/site-packages/pip/_vendor/tomli_w/__init__.py +4 -0
  1496. package/python/Lib/site-packages/pip/_vendor/tomli_w/__pycache__/__init__.cpython-313.pyc +0 -0
  1497. package/python/Lib/site-packages/pip/_vendor/tomli_w/__pycache__/_writer.cpython-313.pyc +0 -0
  1498. package/python/Lib/site-packages/pip/_vendor/tomli_w/_writer.py +229 -0
  1499. package/python/Lib/site-packages/pip/_vendor/tomli_w/py.typed +1 -0
  1500. package/python/Lib/site-packages/pip/_vendor/truststore/LICENSE +21 -0
  1501. package/python/Lib/site-packages/pip/_vendor/truststore/__init__.py +36 -0
  1502. package/python/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-313.pyc +0 -0
  1503. package/python/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-313.pyc +0 -0
  1504. package/python/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-313.pyc +0 -0
  1505. package/python/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-313.pyc +0 -0
  1506. package/python/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-313.pyc +0 -0
  1507. package/python/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-313.pyc +0 -0
  1508. package/python/Lib/site-packages/pip/_vendor/truststore/_api.py +341 -0
  1509. package/python/Lib/site-packages/pip/_vendor/truststore/_macos.py +571 -0
  1510. package/python/Lib/site-packages/pip/_vendor/truststore/_openssl.py +68 -0
  1511. package/python/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
  1512. package/python/Lib/site-packages/pip/_vendor/truststore/_windows.py +567 -0
  1513. package/python/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
  1514. package/python/Lib/site-packages/pip/_vendor/urllib3/LICENSE.txt +21 -0
  1515. package/python/Lib/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
  1516. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-313.pyc +0 -0
  1517. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-313.pyc +0 -0
  1518. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-313.pyc +0 -0
  1519. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-313.pyc +0 -0
  1520. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-313.pyc +0 -0
  1521. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-313.pyc +0 -0
  1522. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-313.pyc +0 -0
  1523. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-313.pyc +0 -0
  1524. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-313.pyc +0 -0
  1525. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-313.pyc +0 -0
  1526. package/python/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-313.pyc +0 -0
  1527. package/python/Lib/site-packages/pip/_vendor/urllib3/_collections.py +355 -0
  1528. package/python/Lib/site-packages/pip/_vendor/urllib3/_version.py +2 -0
  1529. package/python/Lib/site-packages/pip/_vendor/urllib3/connection.py +572 -0
  1530. package/python/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py +1140 -0
  1531. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  1532. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-313.pyc +0 -0
  1533. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-313.pyc +0 -0
  1534. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-313.pyc +0 -0
  1535. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-313.pyc +0 -0
  1536. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-313.pyc +0 -0
  1537. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-313.pyc +0 -0
  1538. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-313.pyc +0 -0
  1539. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
  1540. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  1541. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-313.pyc +0 -0
  1542. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-313.pyc +0 -0
  1543. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-313.pyc +0 -0
  1544. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
  1545. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
  1546. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
  1547. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
  1548. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
  1549. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +920 -0
  1550. package/python/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
  1551. package/python/Lib/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
  1552. package/python/Lib/site-packages/pip/_vendor/urllib3/fields.py +274 -0
  1553. package/python/Lib/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
  1554. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  1555. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-313.pyc +0 -0
  1556. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-313.pyc +0 -0
  1557. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  1558. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-313.pyc +0 -0
  1559. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-313.pyc +0 -0
  1560. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-313.pyc +0 -0
  1561. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
  1562. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
  1563. package/python/Lib/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
  1564. package/python/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py +540 -0
  1565. package/python/Lib/site-packages/pip/_vendor/urllib3/request.py +191 -0
  1566. package/python/Lib/site-packages/pip/_vendor/urllib3/response.py +879 -0
  1567. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
  1568. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-313.pyc +0 -0
  1569. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-313.pyc +0 -0
  1570. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-313.pyc +0 -0
  1571. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-313.pyc +0 -0
  1572. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-313.pyc +0 -0
  1573. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-313.pyc +0 -0
  1574. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-313.pyc +0 -0
  1575. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-313.pyc +0 -0
  1576. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.pyc +0 -0
  1577. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-313.pyc +0 -0
  1578. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-313.pyc +0 -0
  1579. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-313.pyc +0 -0
  1580. package/python/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-313.pyc +0 -0
  1581. package/python/Lib/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
  1582. package/python/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
  1583. package/python/Lib/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
  1584. package/python/Lib/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
  1585. package/python/Lib/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
  1586. package/python/Lib/site-packages/pip/_vendor/urllib3/util/retry.py +622 -0
  1587. package/python/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py +504 -0
  1588. package/python/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
  1589. package/python/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
  1590. package/python/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
  1591. package/python/Lib/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
  1592. package/python/Lib/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
  1593. package/python/Lib/site-packages/pip/_vendor/vendor.txt +19 -0
  1594. package/python/Lib/site-packages/pip/py.typed +4 -0
  1595. package/python/Lib/site-packages/pip-26.0.1.dist-info/INSTALLER +1 -0
  1596. package/python/Lib/site-packages/pip-26.0.1.dist-info/METADATA +111 -0
  1597. package/python/Lib/site-packages/pip-26.0.1.dist-info/RECORD +879 -0
  1598. package/python/Lib/site-packages/pip-26.0.1.dist-info/REQUESTED +0 -0
  1599. package/python/Lib/site-packages/pip-26.0.1.dist-info/WHEEL +4 -0
  1600. package/python/Lib/site-packages/pip-26.0.1.dist-info/direct_url.json +1 -0
  1601. package/python/Lib/site-packages/pip-26.0.1.dist-info/entry_points.txt +4 -0
  1602. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/AUTHORS.txt +860 -0
  1603. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/LICENSE.txt +20 -0
  1604. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt +13 -0
  1605. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/certifi/LICENSE +20 -0
  1606. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt +9 -0
  1607. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt +284 -0
  1608. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/distro/LICENSE +202 -0
  1609. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md +31 -0
  1610. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/msgpack/COPYING +14 -0
  1611. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE +3 -0
  1612. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE +177 -0
  1613. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD +23 -0
  1614. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE +17 -0
  1615. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE +21 -0
  1616. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pygments/LICENSE +25 -0
  1617. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE +21 -0
  1618. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/requests/LICENSE +175 -0
  1619. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE +13 -0
  1620. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/rich/LICENSE +19 -0
  1621. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli/LICENSE +21 -0
  1622. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE +21 -0
  1623. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/truststore/LICENSE +21 -0
  1624. package/python/Lib/site-packages/pip-26.0.1.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt +21 -0
  1625. package/python/Lib/site.py +773 -0
  1626. package/python/Lib/smtplib.py +1123 -0
  1627. package/python/Lib/socket.py +982 -0
  1628. package/python/Lib/socketserver.py +863 -0
  1629. package/python/Lib/sqlite3/__init__.py +70 -0
  1630. package/python/Lib/sqlite3/__main__.py +139 -0
  1631. package/python/Lib/sqlite3/dbapi2.py +108 -0
  1632. package/python/Lib/sqlite3/dump.py +113 -0
  1633. package/python/Lib/sre_compile.py +7 -0
  1634. package/python/Lib/sre_constants.py +7 -0
  1635. package/python/Lib/sre_parse.py +7 -0
  1636. package/python/Lib/ssl.py +1529 -0
  1637. package/python/Lib/stat.py +212 -0
  1638. package/python/Lib/statistics.py +1817 -0
  1639. package/python/Lib/string.py +309 -0
  1640. package/python/Lib/stringprep.py +272 -0
  1641. package/python/Lib/struct.py +15 -0
  1642. package/python/Lib/subprocess.py +2258 -0
  1643. package/python/Lib/symtable.py +414 -0
  1644. package/python/Lib/sysconfig/__init__.py +726 -0
  1645. package/python/Lib/sysconfig/__main__.py +248 -0
  1646. package/python/Lib/sysconfig/__pycache__/__init__.cpython-313.pyc +0 -0
  1647. package/python/Lib/tabnanny.py +340 -0
  1648. package/python/Lib/tarfile.py +3070 -0
  1649. package/python/Lib/tempfile.py +957 -0
  1650. package/python/Lib/textwrap.py +497 -0
  1651. package/python/Lib/this.py +28 -0
  1652. package/python/Lib/threading.py +1602 -0
  1653. package/python/Lib/timeit.py +381 -0
  1654. package/python/Lib/tkinter/__init__.py +5002 -0
  1655. package/python/Lib/tkinter/__main__.py +7 -0
  1656. package/python/Lib/tkinter/colorchooser.py +86 -0
  1657. package/python/Lib/tkinter/commondialog.py +53 -0
  1658. package/python/Lib/tkinter/constants.py +110 -0
  1659. package/python/Lib/tkinter/dialog.py +49 -0
  1660. package/python/Lib/tkinter/dnd.py +324 -0
  1661. package/python/Lib/tkinter/filedialog.py +492 -0
  1662. package/python/Lib/tkinter/font.py +239 -0
  1663. package/python/Lib/tkinter/messagebox.py +146 -0
  1664. package/python/Lib/tkinter/scrolledtext.py +56 -0
  1665. package/python/Lib/tkinter/simpledialog.py +441 -0
  1666. package/python/Lib/tkinter/ttk.py +1647 -0
  1667. package/python/Lib/token.py +141 -0
  1668. package/python/Lib/tokenize.py +592 -0
  1669. package/python/Lib/tomllib/__init__.py +10 -0
  1670. package/python/Lib/tomllib/__pycache__/__init__.cpython-313.pyc +0 -0
  1671. package/python/Lib/tomllib/__pycache__/_parser.cpython-313.pyc +0 -0
  1672. package/python/Lib/tomllib/__pycache__/_re.cpython-313.pyc +0 -0
  1673. package/python/Lib/tomllib/__pycache__/_types.cpython-313.pyc +0 -0
  1674. package/python/Lib/tomllib/_parser.py +691 -0
  1675. package/python/Lib/tomllib/_re.py +107 -0
  1676. package/python/Lib/tomllib/_types.py +10 -0
  1677. package/python/Lib/tomllib/mypy.ini +17 -0
  1678. package/python/Lib/trace.py +754 -0
  1679. package/python/Lib/traceback.py +1638 -0
  1680. package/python/Lib/tracemalloc.py +560 -0
  1681. package/python/Lib/tty.py +73 -0
  1682. package/python/Lib/turtle.py +4199 -0
  1683. package/python/Lib/turtledemo/__init__.py +14 -0
  1684. package/python/Lib/turtledemo/__main__.py +401 -0
  1685. package/python/Lib/turtledemo/bytedesign.py +161 -0
  1686. package/python/Lib/turtledemo/chaos.py +59 -0
  1687. package/python/Lib/turtledemo/clock.py +138 -0
  1688. package/python/Lib/turtledemo/colormixer.py +58 -0
  1689. package/python/Lib/turtledemo/forest.py +108 -0
  1690. package/python/Lib/turtledemo/fractalcurves.py +138 -0
  1691. package/python/Lib/turtledemo/lindenmayer.py +119 -0
  1692. package/python/Lib/turtledemo/minimal_hanoi.py +79 -0
  1693. package/python/Lib/turtledemo/nim.py +226 -0
  1694. package/python/Lib/turtledemo/paint.py +54 -0
  1695. package/python/Lib/turtledemo/peace.py +61 -0
  1696. package/python/Lib/turtledemo/penrose.py +175 -0
  1697. package/python/Lib/turtledemo/planet_and_moon.py +111 -0
  1698. package/python/Lib/turtledemo/rosette.py +65 -0
  1699. package/python/Lib/turtledemo/round_dance.py +86 -0
  1700. package/python/Lib/turtledemo/sorting_animate.py +204 -0
  1701. package/python/Lib/turtledemo/tree.py +62 -0
  1702. package/python/Lib/turtledemo/turtle.cfg +10 -0
  1703. package/python/Lib/turtledemo/two_canvases.py +54 -0
  1704. package/python/Lib/turtledemo/yinyang.py +49 -0
  1705. package/python/Lib/types.py +345 -0
  1706. package/python/Lib/typing.py +3831 -0
  1707. package/python/Lib/unittest/__init__.py +80 -0
  1708. package/python/Lib/unittest/__main__.py +18 -0
  1709. package/python/Lib/unittest/_log.py +86 -0
  1710. package/python/Lib/unittest/async_case.py +146 -0
  1711. package/python/Lib/unittest/case.py +1478 -0
  1712. package/python/Lib/unittest/loader.py +453 -0
  1713. package/python/Lib/unittest/main.py +280 -0
  1714. package/python/Lib/unittest/mock.py +3179 -0
  1715. package/python/Lib/unittest/result.py +256 -0
  1716. package/python/Lib/unittest/runner.py +292 -0
  1717. package/python/Lib/unittest/signals.py +71 -0
  1718. package/python/Lib/unittest/suite.py +379 -0
  1719. package/python/Lib/unittest/util.py +170 -0
  1720. package/python/Lib/urllib/__init__.py +0 -0
  1721. package/python/Lib/urllib/__pycache__/__init__.cpython-313.pyc +0 -0
  1722. package/python/Lib/urllib/__pycache__/error.cpython-313.pyc +0 -0
  1723. package/python/Lib/urllib/__pycache__/parse.cpython-313.pyc +0 -0
  1724. package/python/Lib/urllib/__pycache__/request.cpython-313.pyc +0 -0
  1725. package/python/Lib/urllib/__pycache__/response.cpython-313.pyc +0 -0
  1726. package/python/Lib/urllib/error.py +74 -0
  1727. package/python/Lib/urllib/parse.py +1262 -0
  1728. package/python/Lib/urllib/request.py +2797 -0
  1729. package/python/Lib/urllib/response.py +84 -0
  1730. package/python/Lib/urllib/robotparser.py +286 -0
  1731. package/python/Lib/uuid.py +784 -0
  1732. package/python/Lib/venv/__init__.py +687 -0
  1733. package/python/Lib/venv/__main__.py +10 -0
  1734. package/python/Lib/venv/scripts/common/Activate.ps1 +248 -0
  1735. package/python/Lib/venv/scripts/common/activate +76 -0
  1736. package/python/Lib/venv/scripts/common/activate.fish +69 -0
  1737. package/python/Lib/venv/scripts/nt/activate.bat +34 -0
  1738. package/python/Lib/venv/scripts/nt/deactivate.bat +22 -0
  1739. package/python/Lib/venv/scripts/nt/venvlauncher.exe +0 -0
  1740. package/python/Lib/venv/scripts/nt/venvlauncher.pdb +0 -0
  1741. package/python/Lib/venv/scripts/nt/venvwlauncher.exe +0 -0
  1742. package/python/Lib/venv/scripts/nt/venvwlauncher.pdb +0 -0
  1743. package/python/Lib/venv/scripts/posix/activate.csh +27 -0
  1744. package/python/Lib/warnings.py +735 -0
  1745. package/python/Lib/wave.py +665 -0
  1746. package/python/Lib/weakref.py +674 -0
  1747. package/python/Lib/webbrowser.py +710 -0
  1748. package/python/Lib/wsgiref/__init__.py +25 -0
  1749. package/python/Lib/wsgiref/handlers.py +573 -0
  1750. package/python/Lib/wsgiref/headers.py +187 -0
  1751. package/python/Lib/wsgiref/simple_server.py +161 -0
  1752. package/python/Lib/wsgiref/types.py +54 -0
  1753. package/python/Lib/wsgiref/util.py +159 -0
  1754. package/python/Lib/wsgiref/validate.py +438 -0
  1755. package/python/Lib/xml/__init__.py +20 -0
  1756. package/python/Lib/xml/__pycache__/__init__.cpython-313.pyc +0 -0
  1757. package/python/Lib/xml/dom/NodeFilter.py +27 -0
  1758. package/python/Lib/xml/dom/__init__.py +140 -0
  1759. package/python/Lib/xml/dom/domreg.py +99 -0
  1760. package/python/Lib/xml/dom/expatbuilder.py +962 -0
  1761. package/python/Lib/xml/dom/minicompat.py +109 -0
  1762. package/python/Lib/xml/dom/minidom.py +2024 -0
  1763. package/python/Lib/xml/dom/pulldom.py +336 -0
  1764. package/python/Lib/xml/dom/xmlbuilder.py +389 -0
  1765. package/python/Lib/xml/etree/ElementInclude.py +186 -0
  1766. package/python/Lib/xml/etree/ElementPath.py +423 -0
  1767. package/python/Lib/xml/etree/ElementTree.py +2098 -0
  1768. package/python/Lib/xml/etree/__init__.py +33 -0
  1769. package/python/Lib/xml/etree/cElementTree.py +3 -0
  1770. package/python/Lib/xml/parsers/__init__.py +8 -0
  1771. package/python/Lib/xml/parsers/__pycache__/__init__.cpython-313.pyc +0 -0
  1772. package/python/Lib/xml/parsers/__pycache__/expat.cpython-313.pyc +0 -0
  1773. package/python/Lib/xml/parsers/expat.py +8 -0
  1774. package/python/Lib/xml/sax/__init__.py +94 -0
  1775. package/python/Lib/xml/sax/_exceptions.py +127 -0
  1776. package/python/Lib/xml/sax/expatreader.py +454 -0
  1777. package/python/Lib/xml/sax/handler.py +387 -0
  1778. package/python/Lib/xml/sax/saxutils.py +369 -0
  1779. package/python/Lib/xml/sax/xmlreader.py +378 -0
  1780. package/python/Lib/xmlrpc/__init__.py +1 -0
  1781. package/python/Lib/xmlrpc/__pycache__/__init__.cpython-313.pyc +0 -0
  1782. package/python/Lib/xmlrpc/__pycache__/client.cpython-313.pyc +0 -0
  1783. package/python/Lib/xmlrpc/client.py +1503 -0
  1784. package/python/Lib/xmlrpc/server.py +1002 -0
  1785. package/python/Lib/zipapp.py +229 -0
  1786. package/python/Lib/zipfile/__init__.py +2375 -0
  1787. package/python/Lib/zipfile/__main__.py +4 -0
  1788. package/python/Lib/zipfile/__pycache__/__init__.cpython-313.pyc +0 -0
  1789. package/python/Lib/zipfile/_path/__init__.py +452 -0
  1790. package/python/Lib/zipfile/_path/__pycache__/__init__.cpython-313.pyc +0 -0
  1791. package/python/Lib/zipfile/_path/__pycache__/glob.cpython-313.pyc +0 -0
  1792. package/python/Lib/zipfile/_path/glob.py +113 -0
  1793. package/python/Lib/zipimport.py +803 -0
  1794. package/python/Lib/zoneinfo/__init__.py +34 -0
  1795. package/python/Lib/zoneinfo/_common.py +168 -0
  1796. package/python/Lib/zoneinfo/_tzpath.py +189 -0
  1797. package/python/Lib/zoneinfo/_zoneinfo.py +772 -0
  1798. package/python/Scripts/.empty +0 -0
  1799. package/python/include/Python.h +140 -0
  1800. package/python/include/abstract.h +921 -0
  1801. package/python/include/bltinmodule.h +14 -0
  1802. package/python/include/boolobject.h +54 -0
  1803. package/python/include/bytearrayobject.h +44 -0
  1804. package/python/include/bytesobject.h +66 -0
  1805. package/python/include/ceval.h +145 -0
  1806. package/python/include/codecs.h +176 -0
  1807. package/python/include/compile.h +22 -0
  1808. package/python/include/complexobject.h +30 -0
  1809. package/python/include/cpython/abstract.h +87 -0
  1810. package/python/include/cpython/bytearrayobject.h +34 -0
  1811. package/python/include/cpython/bytesobject.h +37 -0
  1812. package/python/include/cpython/cellobject.h +44 -0
  1813. package/python/include/cpython/ceval.h +25 -0
  1814. package/python/include/cpython/classobject.h +71 -0
  1815. package/python/include/cpython/code.h +358 -0
  1816. package/python/include/cpython/compile.h +50 -0
  1817. package/python/include/cpython/complexobject.h +33 -0
  1818. package/python/include/cpython/context.h +74 -0
  1819. package/python/include/cpython/critical_section.h +134 -0
  1820. package/python/include/cpython/descrobject.h +62 -0
  1821. package/python/include/cpython/dictobject.h +102 -0
  1822. package/python/include/cpython/fileobject.h +16 -0
  1823. package/python/include/cpython/fileutils.h +8 -0
  1824. package/python/include/cpython/floatobject.h +27 -0
  1825. package/python/include/cpython/frameobject.h +35 -0
  1826. package/python/include/cpython/funcobject.h +184 -0
  1827. package/python/include/cpython/genobject.h +83 -0
  1828. package/python/include/cpython/import.h +25 -0
  1829. package/python/include/cpython/initconfig.h +274 -0
  1830. package/python/include/cpython/listobject.h +53 -0
  1831. package/python/include/cpython/lock.h +63 -0
  1832. package/python/include/cpython/longintrepr.h +146 -0
  1833. package/python/include/cpython/longobject.h +116 -0
  1834. package/python/include/cpython/memoryobject.h +50 -0
  1835. package/python/include/cpython/methodobject.h +66 -0
  1836. package/python/include/cpython/modsupport.h +26 -0
  1837. package/python/include/cpython/monitoring.h +250 -0
  1838. package/python/include/cpython/object.h +535 -0
  1839. package/python/include/cpython/objimpl.h +104 -0
  1840. package/python/include/cpython/odictobject.h +43 -0
  1841. package/python/include/cpython/picklebufobject.h +31 -0
  1842. package/python/include/cpython/pthread_stubs.h +105 -0
  1843. package/python/include/cpython/pyatomic.h +569 -0
  1844. package/python/include/cpython/pyatomic_gcc.h +551 -0
  1845. package/python/include/cpython/pyatomic_msc.h +1095 -0
  1846. package/python/include/cpython/pyatomic_std.h +976 -0
  1847. package/python/include/cpython/pyctype.h +39 -0
  1848. package/python/include/cpython/pydebug.h +38 -0
  1849. package/python/include/cpython/pyerrors.h +132 -0
  1850. package/python/include/cpython/pyfpe.h +15 -0
  1851. package/python/include/cpython/pyframe.h +45 -0
  1852. package/python/include/cpython/pyhash.h +47 -0
  1853. package/python/include/cpython/pylifecycle.h +92 -0
  1854. package/python/include/cpython/pymem.h +84 -0
  1855. package/python/include/cpython/pystate.h +277 -0
  1856. package/python/include/cpython/pystats.h +175 -0
  1857. package/python/include/cpython/pythonrun.h +96 -0
  1858. package/python/include/cpython/pythread.h +43 -0
  1859. package/python/include/cpython/pytime.h +27 -0
  1860. package/python/include/cpython/setobject.h +71 -0
  1861. package/python/include/cpython/sysmodule.h +22 -0
  1862. package/python/include/cpython/traceback.h +13 -0
  1863. package/python/include/cpython/tracemalloc.h +32 -0
  1864. package/python/include/cpython/tupleobject.h +38 -0
  1865. package/python/include/cpython/unicodeobject.h +703 -0
  1866. package/python/include/cpython/warnings.h +20 -0
  1867. package/python/include/cpython/weakrefobject.h +63 -0
  1868. package/python/include/critical_section.h +16 -0
  1869. package/python/include/datetime.h +267 -0
  1870. package/python/include/descrobject.h +100 -0
  1871. package/python/include/dictobject.h +108 -0
  1872. package/python/include/dynamic_annotations.h +499 -0
  1873. package/python/include/enumobject.h +17 -0
  1874. package/python/include/errcode.h +45 -0
  1875. package/python/include/exports.h +108 -0
  1876. package/python/include/fileobject.h +41 -0
  1877. package/python/include/fileutils.h +62 -0
  1878. package/python/include/floatobject.h +54 -0
  1879. package/python/include/frameobject.h +20 -0
  1880. package/python/include/genericaliasobject.h +14 -0
  1881. package/python/include/import.h +103 -0
  1882. package/python/include/internal/mimalloc/mimalloc/atomic.h +392 -0
  1883. package/python/include/internal/mimalloc/mimalloc/internal.h +969 -0
  1884. package/python/include/internal/mimalloc/mimalloc/prim.h +329 -0
  1885. package/python/include/internal/mimalloc/mimalloc/track.h +147 -0
  1886. package/python/include/internal/mimalloc/mimalloc/types.h +721 -0
  1887. package/python/include/internal/mimalloc/mimalloc.h +565 -0
  1888. package/python/include/internal/pycore_abstract.h +61 -0
  1889. package/python/include/internal/pycore_asdl.h +112 -0
  1890. package/python/include/internal/pycore_ast.h +926 -0
  1891. package/python/include/internal/pycore_ast_state.h +268 -0
  1892. package/python/include/internal/pycore_atexit.h +67 -0
  1893. package/python/include/internal/pycore_backoff.h +145 -0
  1894. package/python/include/internal/pycore_bitutils.h +186 -0
  1895. package/python/include/internal/pycore_blocks_output_buffer.h +321 -0
  1896. package/python/include/internal/pycore_brc.h +74 -0
  1897. package/python/include/internal/pycore_bytes_methods.h +82 -0
  1898. package/python/include/internal/pycore_bytesobject.h +152 -0
  1899. package/python/include/internal/pycore_call.h +205 -0
  1900. package/python/include/internal/pycore_capsule.h +17 -0
  1901. package/python/include/internal/pycore_cell.h +48 -0
  1902. package/python/include/internal/pycore_ceval.h +305 -0
  1903. package/python/include/internal/pycore_ceval_state.h +137 -0
  1904. package/python/include/internal/pycore_code.h +603 -0
  1905. package/python/include/internal/pycore_codecs.h +86 -0
  1906. package/python/include/internal/pycore_compile.h +118 -0
  1907. package/python/include/internal/pycore_complexobject.h +25 -0
  1908. package/python/include/internal/pycore_condvar.h +93 -0
  1909. package/python/include/internal/pycore_context.h +61 -0
  1910. package/python/include/internal/pycore_critical_section.h +233 -0
  1911. package/python/include/internal/pycore_crossinterp.h +340 -0
  1912. package/python/include/internal/pycore_descrobject.h +28 -0
  1913. package/python/include/internal/pycore_dict.h +340 -0
  1914. package/python/include/internal/pycore_dict_state.h +32 -0
  1915. package/python/include/internal/pycore_dtoa.h +75 -0
  1916. package/python/include/internal/pycore_emscripten_signal.h +30 -0
  1917. package/python/include/internal/pycore_emscripten_trampoline.h +81 -0
  1918. package/python/include/internal/pycore_exceptions.h +40 -0
  1919. package/python/include/internal/pycore_faulthandler.h +99 -0
  1920. package/python/include/internal/pycore_fileutils.h +335 -0
  1921. package/python/include/internal/pycore_fileutils_windows.h +98 -0
  1922. package/python/include/internal/pycore_floatobject.h +62 -0
  1923. package/python/include/internal/pycore_flowgraph.h +40 -0
  1924. package/python/include/internal/pycore_format.h +27 -0
  1925. package/python/include/internal/pycore_frame.h +370 -0
  1926. package/python/include/internal/pycore_freelist.h +153 -0
  1927. package/python/include/internal/pycore_function.h +55 -0
  1928. package/python/include/internal/pycore_gc.h +365 -0
  1929. package/python/include/internal/pycore_genobject.h +32 -0
  1930. package/python/include/internal/pycore_getopt.h +22 -0
  1931. package/python/include/internal/pycore_gil.h +66 -0
  1932. package/python/include/internal/pycore_global_objects.h +105 -0
  1933. package/python/include/internal/pycore_global_objects_fini_generated.h +1554 -0
  1934. package/python/include/internal/pycore_global_strings.h +814 -0
  1935. package/python/include/internal/pycore_hamt.h +134 -0
  1936. package/python/include/internal/pycore_hashtable.h +150 -0
  1937. package/python/include/internal/pycore_identifier.h +20 -0
  1938. package/python/include/internal/pycore_import.h +213 -0
  1939. package/python/include/internal/pycore_importdl.h +139 -0
  1940. package/python/include/internal/pycore_initconfig.h +200 -0
  1941. package/python/include/internal/pycore_instruction_sequence.h +73 -0
  1942. package/python/include/internal/pycore_instruments.h +75 -0
  1943. package/python/include/internal/pycore_interp.h +423 -0
  1944. package/python/include/internal/pycore_intrinsics.h +51 -0
  1945. package/python/include/internal/pycore_jit.h +25 -0
  1946. package/python/include/internal/pycore_list.h +66 -0
  1947. package/python/include/internal/pycore_llist.h +106 -0
  1948. package/python/include/internal/pycore_lock.h +241 -0
  1949. package/python/include/internal/pycore_long.h +310 -0
  1950. package/python/include/internal/pycore_memoryobject.h +20 -0
  1951. package/python/include/internal/pycore_mimalloc.h +69 -0
  1952. package/python/include/internal/pycore_modsupport.h +107 -0
  1953. package/python/include/internal/pycore_moduleobject.h +56 -0
  1954. package/python/include/internal/pycore_namespace.h +21 -0
  1955. package/python/include/internal/pycore_object.h +867 -0
  1956. package/python/include/internal/pycore_object_alloc.h +71 -0
  1957. package/python/include/internal/pycore_object_stack.h +97 -0
  1958. package/python/include/internal/pycore_object_state.h +41 -0
  1959. package/python/include/internal/pycore_obmalloc.h +702 -0
  1960. package/python/include/internal/pycore_obmalloc_init.h +66 -0
  1961. package/python/include/internal/pycore_opcode_metadata.h +1922 -0
  1962. package/python/include/internal/pycore_opcode_utils.h +73 -0
  1963. package/python/include/internal/pycore_optimizer.h +272 -0
  1964. package/python/include/internal/pycore_parking_lot.h +97 -0
  1965. package/python/include/internal/pycore_parser.h +95 -0
  1966. package/python/include/internal/pycore_pathconfig.h +26 -0
  1967. package/python/include/internal/pycore_pyarena.h +68 -0
  1968. package/python/include/internal/pycore_pyatomic_ft_wrappers.h +165 -0
  1969. package/python/include/internal/pycore_pybuffer.h +21 -0
  1970. package/python/include/internal/pycore_pyerrors.h +190 -0
  1971. package/python/include/internal/pycore_pyhash.h +107 -0
  1972. package/python/include/internal/pycore_pylifecycle.h +136 -0
  1973. package/python/include/internal/pycore_pymath.h +205 -0
  1974. package/python/include/internal/pycore_pymem.h +161 -0
  1975. package/python/include/internal/pycore_pymem_init.h +103 -0
  1976. package/python/include/internal/pycore_pystate.h +299 -0
  1977. package/python/include/internal/pycore_pystats.h +21 -0
  1978. package/python/include/internal/pycore_pythonrun.h +39 -0
  1979. package/python/include/internal/pycore_pythread.h +172 -0
  1980. package/python/include/internal/pycore_qsbr.h +173 -0
  1981. package/python/include/internal/pycore_range.h +21 -0
  1982. package/python/include/internal/pycore_runtime.h +410 -0
  1983. package/python/include/internal/pycore_runtime_init.h +329 -0
  1984. package/python/include/internal/pycore_runtime_init_generated.h +1551 -0
  1985. package/python/include/internal/pycore_semaphore.h +67 -0
  1986. package/python/include/internal/pycore_setobject.h +39 -0
  1987. package/python/include/internal/pycore_signal.h +108 -0
  1988. package/python/include/internal/pycore_sliceobject.h +20 -0
  1989. package/python/include/internal/pycore_stackref.h +195 -0
  1990. package/python/include/internal/pycore_strhex.h +39 -0
  1991. package/python/include/internal/pycore_structseq.h +40 -0
  1992. package/python/include/internal/pycore_symtable.h +204 -0
  1993. package/python/include/internal/pycore_sysmodule.h +38 -0
  1994. package/python/include/internal/pycore_time.h +337 -0
  1995. package/python/include/internal/pycore_token.h +106 -0
  1996. package/python/include/internal/pycore_traceback.h +106 -0
  1997. package/python/include/internal/pycore_tracemalloc.h +170 -0
  1998. package/python/include/internal/pycore_tstate.h +46 -0
  1999. package/python/include/internal/pycore_tuple.h +35 -0
  2000. package/python/include/internal/pycore_typeobject.h +245 -0
  2001. package/python/include/internal/pycore_typevarobject.h +27 -0
  2002. package/python/include/internal/pycore_ucnhash.h +36 -0
  2003. package/python/include/internal/pycore_unicodeobject.h +351 -0
  2004. package/python/include/internal/pycore_unicodeobject_generated.h +2980 -0
  2005. package/python/include/internal/pycore_unionobject.h +25 -0
  2006. package/python/include/internal/pycore_uop_ids.h +295 -0
  2007. package/python/include/internal/pycore_uop_metadata.h +1010 -0
  2008. package/python/include/internal/pycore_warnings.h +31 -0
  2009. package/python/include/internal/pycore_weakref.h +133 -0
  2010. package/python/include/intrcheck.h +23 -0
  2011. package/python/include/iterobject.h +24 -0
  2012. package/python/include/listobject.h +55 -0
  2013. package/python/include/lock.h +16 -0
  2014. package/python/include/longobject.h +114 -0
  2015. package/python/include/marshal.h +31 -0
  2016. package/python/include/memoryobject.h +34 -0
  2017. package/python/include/methodobject.h +137 -0
  2018. package/python/include/modsupport.h +146 -0
  2019. package/python/include/moduleobject.h +122 -0
  2020. package/python/include/monitoring.h +18 -0
  2021. package/python/include/object.h +1280 -0
  2022. package/python/include/objimpl.h +211 -0
  2023. package/python/include/opcode.h +42 -0
  2024. package/python/include/opcode_ids.h +244 -0
  2025. package/python/include/osdefs.h +57 -0
  2026. package/python/include/osmodule.h +17 -0
  2027. package/python/include/patchlevel.h +35 -0
  2028. package/python/include/py_curses.h +117 -0
  2029. package/python/include/pyatomic.h +16 -0
  2030. package/python/include/pybuffer.h +145 -0
  2031. package/python/include/pycapsule.h +58 -0
  2032. package/python/include/pyconfig.h +759 -0
  2033. package/python/include/pydtrace.h +59 -0
  2034. package/python/include/pyerrors.h +335 -0
  2035. package/python/include/pyexpat.h +62 -0
  2036. package/python/include/pyframe.h +26 -0
  2037. package/python/include/pyhash.h +59 -0
  2038. package/python/include/pylifecycle.h +80 -0
  2039. package/python/include/pymacconfig.h +91 -0
  2040. package/python/include/pymacro.h +199 -0
  2041. package/python/include/pymath.h +62 -0
  2042. package/python/include/pymem.h +110 -0
  2043. package/python/include/pyport.h +633 -0
  2044. package/python/include/pystate.h +132 -0
  2045. package/python/include/pystats.h +26 -0
  2046. package/python/include/pystrcmp.h +23 -0
  2047. package/python/include/pystrtod.h +37 -0
  2048. package/python/include/pythonrun.h +49 -0
  2049. package/python/include/pythread.h +131 -0
  2050. package/python/include/pytypedefs.h +30 -0
  2051. package/python/include/rangeobject.h +27 -0
  2052. package/python/include/setobject.h +49 -0
  2053. package/python/include/sliceobject.h +69 -0
  2054. package/python/include/structmember.h +56 -0
  2055. package/python/include/structseq.h +46 -0
  2056. package/python/include/sysmodule.h +44 -0
  2057. package/python/include/traceback.h +26 -0
  2058. package/python/include/tupleobject.h +46 -0
  2059. package/python/include/typeslots.h +88 -0
  2060. package/python/include/unicodeobject.h +1021 -0
  2061. package/python/include/warnings.h +45 -0
  2062. package/python/include/weakrefobject.h +46 -0
  2063. package/python/libs/python3.lib +0 -0
  2064. package/python/libs/python313.lib +0 -0
  2065. package/python/python.exe +0 -0
  2066. package/python/python.pdb +0 -0
  2067. package/python/python3.dll +0 -0
  2068. package/python/python3.pdb +0 -0
  2069. package/python/python313.dll +0 -0
  2070. package/python/python313.pdb +0 -0
  2071. package/python/pythonw.exe +0 -0
  2072. package/python/pythonw.pdb +0 -0
  2073. package/python/tcl/dde1.4/pkgIndex.tcl +12 -0
  2074. package/python/tcl/dde1.4/tcldde14.dll +0 -0
  2075. package/python/tcl/nmake/nmakehlp.c +815 -0
  2076. package/python/tcl/nmake/rules.vc +1869 -0
  2077. package/python/tcl/nmake/targets.vc +98 -0
  2078. package/python/tcl/nmake/tcl.nmake +4 -0
  2079. package/python/tcl/reg1.3/pkgIndex.tcl +9 -0
  2080. package/python/tcl/reg1.3/tclreg13.dll +0 -0
  2081. package/python/tcl/tcl8/8.4/platform/shell-1.1.4.tm +241 -0
  2082. package/python/tcl/tcl8/8.4/platform-1.0.18.tm +439 -0
  2083. package/python/tcl/tcl8/8.5/msgcat-1.6.1.tm +1210 -0
  2084. package/python/tcl/tcl8/8.5/tcltest-2.5.3.tm +3515 -0
  2085. package/python/tcl/tcl8/8.6/http-2.9.5.tm +3506 -0
  2086. package/python/tcl/tcl8.6/auto.tcl +648 -0
  2087. package/python/tcl/tcl8.6/clock.tcl +4546 -0
  2088. package/python/tcl/tcl8.6/encoding/ascii.enc +20 -0
  2089. package/python/tcl/tcl8.6/encoding/big5.enc +1516 -0
  2090. package/python/tcl/tcl8.6/encoding/cns11643.enc +1584 -0
  2091. package/python/tcl/tcl8.6/encoding/cp1250.enc +20 -0
  2092. package/python/tcl/tcl8.6/encoding/cp1251.enc +20 -0
  2093. package/python/tcl/tcl8.6/encoding/cp1252.enc +20 -0
  2094. package/python/tcl/tcl8.6/encoding/cp1253.enc +20 -0
  2095. package/python/tcl/tcl8.6/encoding/cp1254.enc +20 -0
  2096. package/python/tcl/tcl8.6/encoding/cp1255.enc +20 -0
  2097. package/python/tcl/tcl8.6/encoding/cp1256.enc +20 -0
  2098. package/python/tcl/tcl8.6/encoding/cp1257.enc +20 -0
  2099. package/python/tcl/tcl8.6/encoding/cp1258.enc +20 -0
  2100. package/python/tcl/tcl8.6/encoding/cp437.enc +20 -0
  2101. package/python/tcl/tcl8.6/encoding/cp737.enc +20 -0
  2102. package/python/tcl/tcl8.6/encoding/cp775.enc +20 -0
  2103. package/python/tcl/tcl8.6/encoding/cp850.enc +20 -0
  2104. package/python/tcl/tcl8.6/encoding/cp852.enc +20 -0
  2105. package/python/tcl/tcl8.6/encoding/cp855.enc +20 -0
  2106. package/python/tcl/tcl8.6/encoding/cp857.enc +20 -0
  2107. package/python/tcl/tcl8.6/encoding/cp860.enc +20 -0
  2108. package/python/tcl/tcl8.6/encoding/cp861.enc +20 -0
  2109. package/python/tcl/tcl8.6/encoding/cp862.enc +20 -0
  2110. package/python/tcl/tcl8.6/encoding/cp863.enc +20 -0
  2111. package/python/tcl/tcl8.6/encoding/cp864.enc +20 -0
  2112. package/python/tcl/tcl8.6/encoding/cp865.enc +20 -0
  2113. package/python/tcl/tcl8.6/encoding/cp866.enc +20 -0
  2114. package/python/tcl/tcl8.6/encoding/cp869.enc +20 -0
  2115. package/python/tcl/tcl8.6/encoding/cp874.enc +20 -0
  2116. package/python/tcl/tcl8.6/encoding/cp932.enc +801 -0
  2117. package/python/tcl/tcl8.6/encoding/cp936.enc +2162 -0
  2118. package/python/tcl/tcl8.6/encoding/cp949.enc +2128 -0
  2119. package/python/tcl/tcl8.6/encoding/cp950.enc +1499 -0
  2120. package/python/tcl/tcl8.6/encoding/dingbats.enc +20 -0
  2121. package/python/tcl/tcl8.6/encoding/ebcdic.enc +19 -0
  2122. package/python/tcl/tcl8.6/encoding/euc-cn.enc +1397 -0
  2123. package/python/tcl/tcl8.6/encoding/euc-jp.enc +1353 -0
  2124. package/python/tcl/tcl8.6/encoding/euc-kr.enc +1533 -0
  2125. package/python/tcl/tcl8.6/encoding/gb12345.enc +1414 -0
  2126. package/python/tcl/tcl8.6/encoding/gb1988.enc +20 -0
  2127. package/python/tcl/tcl8.6/encoding/gb2312-raw.enc +1380 -0
  2128. package/python/tcl/tcl8.6/encoding/gb2312.enc +1397 -0
  2129. package/python/tcl/tcl8.6/encoding/iso2022-jp.enc +12 -0
  2130. package/python/tcl/tcl8.6/encoding/iso2022-kr.enc +7 -0
  2131. package/python/tcl/tcl8.6/encoding/iso2022.enc +14 -0
  2132. package/python/tcl/tcl8.6/encoding/iso8859-1.enc +20 -0
  2133. package/python/tcl/tcl8.6/encoding/iso8859-10.enc +20 -0
  2134. package/python/tcl/tcl8.6/encoding/iso8859-11.enc +20 -0
  2135. package/python/tcl/tcl8.6/encoding/iso8859-13.enc +20 -0
  2136. package/python/tcl/tcl8.6/encoding/iso8859-14.enc +20 -0
  2137. package/python/tcl/tcl8.6/encoding/iso8859-15.enc +20 -0
  2138. package/python/tcl/tcl8.6/encoding/iso8859-16.enc +20 -0
  2139. package/python/tcl/tcl8.6/encoding/iso8859-2.enc +20 -0
  2140. package/python/tcl/tcl8.6/encoding/iso8859-3.enc +20 -0
  2141. package/python/tcl/tcl8.6/encoding/iso8859-4.enc +20 -0
  2142. package/python/tcl/tcl8.6/encoding/iso8859-5.enc +20 -0
  2143. package/python/tcl/tcl8.6/encoding/iso8859-6.enc +20 -0
  2144. package/python/tcl/tcl8.6/encoding/iso8859-7.enc +20 -0
  2145. package/python/tcl/tcl8.6/encoding/iso8859-8.enc +20 -0
  2146. package/python/tcl/tcl8.6/encoding/iso8859-9.enc +20 -0
  2147. package/python/tcl/tcl8.6/encoding/jis0201.enc +20 -0
  2148. package/python/tcl/tcl8.6/encoding/jis0208.enc +1319 -0
  2149. package/python/tcl/tcl8.6/encoding/jis0212.enc +1159 -0
  2150. package/python/tcl/tcl8.6/encoding/koi8-r.enc +20 -0
  2151. package/python/tcl/tcl8.6/encoding/koi8-u.enc +20 -0
  2152. package/python/tcl/tcl8.6/encoding/ksc5601.enc +1516 -0
  2153. package/python/tcl/tcl8.6/encoding/macCentEuro.enc +20 -0
  2154. package/python/tcl/tcl8.6/encoding/macCroatian.enc +20 -0
  2155. package/python/tcl/tcl8.6/encoding/macCyrillic.enc +20 -0
  2156. package/python/tcl/tcl8.6/encoding/macDingbats.enc +20 -0
  2157. package/python/tcl/tcl8.6/encoding/macGreek.enc +20 -0
  2158. package/python/tcl/tcl8.6/encoding/macIceland.enc +20 -0
  2159. package/python/tcl/tcl8.6/encoding/macJapan.enc +785 -0
  2160. package/python/tcl/tcl8.6/encoding/macRoman.enc +20 -0
  2161. package/python/tcl/tcl8.6/encoding/macRomania.enc +20 -0
  2162. package/python/tcl/tcl8.6/encoding/macThai.enc +20 -0
  2163. package/python/tcl/tcl8.6/encoding/macTurkish.enc +20 -0
  2164. package/python/tcl/tcl8.6/encoding/macUkraine.enc +20 -0
  2165. package/python/tcl/tcl8.6/encoding/shiftjis.enc +690 -0
  2166. package/python/tcl/tcl8.6/encoding/symbol.enc +20 -0
  2167. package/python/tcl/tcl8.6/encoding/tis-620.enc +20 -0
  2168. package/python/tcl/tcl8.6/history.tcl +335 -0
  2169. package/python/tcl/tcl8.6/http1.0/http.tcl +377 -0
  2170. package/python/tcl/tcl8.6/http1.0/pkgIndex.tcl +11 -0
  2171. package/python/tcl/tcl8.6/init.tcl +827 -0
  2172. package/python/tcl/tcl8.6/msgs/af.msg +49 -0
  2173. package/python/tcl/tcl8.6/msgs/af_za.msg +6 -0
  2174. package/python/tcl/tcl8.6/msgs/ar.msg +54 -0
  2175. package/python/tcl/tcl8.6/msgs/ar_in.msg +6 -0
  2176. package/python/tcl/tcl8.6/msgs/ar_jo.msg +39 -0
  2177. package/python/tcl/tcl8.6/msgs/ar_lb.msg +39 -0
  2178. package/python/tcl/tcl8.6/msgs/ar_sy.msg +39 -0
  2179. package/python/tcl/tcl8.6/msgs/be.msg +52 -0
  2180. package/python/tcl/tcl8.6/msgs/bg.msg +52 -0
  2181. package/python/tcl/tcl8.6/msgs/bn.msg +49 -0
  2182. package/python/tcl/tcl8.6/msgs/bn_in.msg +6 -0
  2183. package/python/tcl/tcl8.6/msgs/ca.msg +50 -0
  2184. package/python/tcl/tcl8.6/msgs/cs.msg +54 -0
  2185. package/python/tcl/tcl8.6/msgs/da.msg +52 -0
  2186. package/python/tcl/tcl8.6/msgs/de.msg +54 -0
  2187. package/python/tcl/tcl8.6/msgs/de_at.msg +35 -0
  2188. package/python/tcl/tcl8.6/msgs/de_be.msg +53 -0
  2189. package/python/tcl/tcl8.6/msgs/el.msg +52 -0
  2190. package/python/tcl/tcl8.6/msgs/en_au.msg +7 -0
  2191. package/python/tcl/tcl8.6/msgs/en_be.msg +7 -0
  2192. package/python/tcl/tcl8.6/msgs/en_bw.msg +6 -0
  2193. package/python/tcl/tcl8.6/msgs/en_ca.msg +7 -0
  2194. package/python/tcl/tcl8.6/msgs/en_gb.msg +7 -0
  2195. package/python/tcl/tcl8.6/msgs/en_hk.msg +8 -0
  2196. package/python/tcl/tcl8.6/msgs/en_ie.msg +7 -0
  2197. package/python/tcl/tcl8.6/msgs/en_in.msg +8 -0
  2198. package/python/tcl/tcl8.6/msgs/en_nz.msg +7 -0
  2199. package/python/tcl/tcl8.6/msgs/en_ph.msg +8 -0
  2200. package/python/tcl/tcl8.6/msgs/en_sg.msg +6 -0
  2201. package/python/tcl/tcl8.6/msgs/en_za.msg +6 -0
  2202. package/python/tcl/tcl8.6/msgs/en_zw.msg +6 -0
  2203. package/python/tcl/tcl8.6/msgs/eo.msg +54 -0
  2204. package/python/tcl/tcl8.6/msgs/es.msg +52 -0
  2205. package/python/tcl/tcl8.6/msgs/es_ar.msg +6 -0
  2206. package/python/tcl/tcl8.6/msgs/es_bo.msg +6 -0
  2207. package/python/tcl/tcl8.6/msgs/es_cl.msg +6 -0
  2208. package/python/tcl/tcl8.6/msgs/es_co.msg +6 -0
  2209. package/python/tcl/tcl8.6/msgs/es_cr.msg +6 -0
  2210. package/python/tcl/tcl8.6/msgs/es_do.msg +6 -0
  2211. package/python/tcl/tcl8.6/msgs/es_ec.msg +6 -0
  2212. package/python/tcl/tcl8.6/msgs/es_gt.msg +6 -0
  2213. package/python/tcl/tcl8.6/msgs/es_hn.msg +6 -0
  2214. package/python/tcl/tcl8.6/msgs/es_mx.msg +6 -0
  2215. package/python/tcl/tcl8.6/msgs/es_ni.msg +6 -0
  2216. package/python/tcl/tcl8.6/msgs/es_pa.msg +6 -0
  2217. package/python/tcl/tcl8.6/msgs/es_pe.msg +6 -0
  2218. package/python/tcl/tcl8.6/msgs/es_pr.msg +6 -0
  2219. package/python/tcl/tcl8.6/msgs/es_py.msg +6 -0
  2220. package/python/tcl/tcl8.6/msgs/es_sv.msg +6 -0
  2221. package/python/tcl/tcl8.6/msgs/es_uy.msg +6 -0
  2222. package/python/tcl/tcl8.6/msgs/es_ve.msg +6 -0
  2223. package/python/tcl/tcl8.6/msgs/et.msg +52 -0
  2224. package/python/tcl/tcl8.6/msgs/eu.msg +47 -0
  2225. package/python/tcl/tcl8.6/msgs/eu_es.msg +7 -0
  2226. package/python/tcl/tcl8.6/msgs/fa.msg +47 -0
  2227. package/python/tcl/tcl8.6/msgs/fa_in.msg +52 -0
  2228. package/python/tcl/tcl8.6/msgs/fa_ir.msg +9 -0
  2229. package/python/tcl/tcl8.6/msgs/fi.msg +50 -0
  2230. package/python/tcl/tcl8.6/msgs/fo.msg +47 -0
  2231. package/python/tcl/tcl8.6/msgs/fo_fo.msg +7 -0
  2232. package/python/tcl/tcl8.6/msgs/fr.msg +52 -0
  2233. package/python/tcl/tcl8.6/msgs/fr_be.msg +7 -0
  2234. package/python/tcl/tcl8.6/msgs/fr_ca.msg +7 -0
  2235. package/python/tcl/tcl8.6/msgs/fr_ch.msg +7 -0
  2236. package/python/tcl/tcl8.6/msgs/ga.msg +47 -0
  2237. package/python/tcl/tcl8.6/msgs/ga_ie.msg +7 -0
  2238. package/python/tcl/tcl8.6/msgs/gl.msg +47 -0
  2239. package/python/tcl/tcl8.6/msgs/gl_es.msg +6 -0
  2240. package/python/tcl/tcl8.6/msgs/gv.msg +47 -0
  2241. package/python/tcl/tcl8.6/msgs/gv_gb.msg +6 -0
  2242. package/python/tcl/tcl8.6/msgs/he.msg +52 -0
  2243. package/python/tcl/tcl8.6/msgs/hi.msg +39 -0
  2244. package/python/tcl/tcl8.6/msgs/hi_in.msg +6 -0
  2245. package/python/tcl/tcl8.6/msgs/hr.msg +50 -0
  2246. package/python/tcl/tcl8.6/msgs/hu.msg +54 -0
  2247. package/python/tcl/tcl8.6/msgs/id.msg +47 -0
  2248. package/python/tcl/tcl8.6/msgs/id_id.msg +6 -0
  2249. package/python/tcl/tcl8.6/msgs/is.msg +50 -0
  2250. package/python/tcl/tcl8.6/msgs/it.msg +54 -0
  2251. package/python/tcl/tcl8.6/msgs/it_ch.msg +6 -0
  2252. package/python/tcl/tcl8.6/msgs/ja.msg +44 -0
  2253. package/python/tcl/tcl8.6/msgs/kl.msg +47 -0
  2254. package/python/tcl/tcl8.6/msgs/kl_gl.msg +7 -0
  2255. package/python/tcl/tcl8.6/msgs/ko.msg +55 -0
  2256. package/python/tcl/tcl8.6/msgs/ko_kr.msg +8 -0
  2257. package/python/tcl/tcl8.6/msgs/kok.msg +39 -0
  2258. package/python/tcl/tcl8.6/msgs/kok_in.msg +6 -0
  2259. package/python/tcl/tcl8.6/msgs/kw.msg +47 -0
  2260. package/python/tcl/tcl8.6/msgs/kw_gb.msg +6 -0
  2261. package/python/tcl/tcl8.6/msgs/lt.msg +52 -0
  2262. package/python/tcl/tcl8.6/msgs/lv.msg +52 -0
  2263. package/python/tcl/tcl8.6/msgs/mk.msg +52 -0
  2264. package/python/tcl/tcl8.6/msgs/mr.msg +39 -0
  2265. package/python/tcl/tcl8.6/msgs/mr_in.msg +6 -0
  2266. package/python/tcl/tcl8.6/msgs/ms.msg +47 -0
  2267. package/python/tcl/tcl8.6/msgs/ms_my.msg +6 -0
  2268. package/python/tcl/tcl8.6/msgs/mt.msg +27 -0
  2269. package/python/tcl/tcl8.6/msgs/nb.msg +52 -0
  2270. package/python/tcl/tcl8.6/msgs/nl.msg +50 -0
  2271. package/python/tcl/tcl8.6/msgs/nl_be.msg +7 -0
  2272. package/python/tcl/tcl8.6/msgs/nn.msg +52 -0
  2273. package/python/tcl/tcl8.6/msgs/pl.msg +52 -0
  2274. package/python/tcl/tcl8.6/msgs/pt.msg +50 -0
  2275. package/python/tcl/tcl8.6/msgs/pt_br.msg +7 -0
  2276. package/python/tcl/tcl8.6/msgs/ro.msg +52 -0
  2277. package/python/tcl/tcl8.6/msgs/ru.msg +52 -0
  2278. package/python/tcl/tcl8.6/msgs/ru_ua.msg +6 -0
  2279. package/python/tcl/tcl8.6/msgs/sh.msg +52 -0
  2280. package/python/tcl/tcl8.6/msgs/sk.msg +52 -0
  2281. package/python/tcl/tcl8.6/msgs/sl.msg +52 -0
  2282. package/python/tcl/tcl8.6/msgs/sq.msg +54 -0
  2283. package/python/tcl/tcl8.6/msgs/sr.msg +52 -0
  2284. package/python/tcl/tcl8.6/msgs/sv.msg +52 -0
  2285. package/python/tcl/tcl8.6/msgs/sw.msg +49 -0
  2286. package/python/tcl/tcl8.6/msgs/ta.msg +39 -0
  2287. package/python/tcl/tcl8.6/msgs/ta_in.msg +6 -0
  2288. package/python/tcl/tcl8.6/msgs/te.msg +47 -0
  2289. package/python/tcl/tcl8.6/msgs/te_in.msg +8 -0
  2290. package/python/tcl/tcl8.6/msgs/th.msg +54 -0
  2291. package/python/tcl/tcl8.6/msgs/tr.msg +50 -0
  2292. package/python/tcl/tcl8.6/msgs/uk.msg +52 -0
  2293. package/python/tcl/tcl8.6/msgs/vi.msg +50 -0
  2294. package/python/tcl/tcl8.6/msgs/zh.msg +55 -0
  2295. package/python/tcl/tcl8.6/msgs/zh_cn.msg +7 -0
  2296. package/python/tcl/tcl8.6/msgs/zh_hk.msg +28 -0
  2297. package/python/tcl/tcl8.6/msgs/zh_sg.msg +8 -0
  2298. package/python/tcl/tcl8.6/msgs/zh_tw.msg +8 -0
  2299. package/python/tcl/tcl8.6/opt0.4/optparse.tcl +1072 -0
  2300. package/python/tcl/tcl8.6/opt0.4/pkgIndex.tcl +12 -0
  2301. package/python/tcl/tcl8.6/package.tcl +751 -0
  2302. package/python/tcl/tcl8.6/parray.tcl +28 -0
  2303. package/python/tcl/tcl8.6/safe.tcl +1289 -0
  2304. package/python/tcl/tcl8.6/tclIndex +78 -0
  2305. package/python/tcl/tcl8.6/tm.tcl +380 -0
  2306. package/python/tcl/tcl8.6/tzdata/Africa/Abidjan +6 -0
  2307. package/python/tcl/tcl8.6/tzdata/Africa/Accra +5 -0
  2308. package/python/tcl/tcl8.6/tzdata/Africa/Addis_Ababa +5 -0
  2309. package/python/tcl/tcl8.6/tzdata/Africa/Algiers +39 -0
  2310. package/python/tcl/tcl8.6/tzdata/Africa/Asmara +5 -0
  2311. package/python/tcl/tcl8.6/tzdata/Africa/Asmera +5 -0
  2312. package/python/tcl/tcl8.6/tzdata/Africa/Bamako +5 -0
  2313. package/python/tcl/tcl8.6/tzdata/Africa/Bangui +5 -0
  2314. package/python/tcl/tcl8.6/tzdata/Africa/Banjul +5 -0
  2315. package/python/tcl/tcl8.6/tzdata/Africa/Bissau +7 -0
  2316. package/python/tcl/tcl8.6/tzdata/Africa/Blantyre +5 -0
  2317. package/python/tcl/tcl8.6/tzdata/Africa/Brazzaville +5 -0
  2318. package/python/tcl/tcl8.6/tzdata/Africa/Bujumbura +5 -0
  2319. package/python/tcl/tcl8.6/tzdata/Africa/Cairo +132 -0
  2320. package/python/tcl/tcl8.6/tzdata/Africa/Casablanca +202 -0
  2321. package/python/tcl/tcl8.6/tzdata/Africa/Ceuta +259 -0
  2322. package/python/tcl/tcl8.6/tzdata/Africa/Conakry +5 -0
  2323. package/python/tcl/tcl8.6/tzdata/Africa/Dakar +5 -0
  2324. package/python/tcl/tcl8.6/tzdata/Africa/Dar_es_Salaam +5 -0
  2325. package/python/tcl/tcl8.6/tzdata/Africa/Djibouti +5 -0
  2326. package/python/tcl/tcl8.6/tzdata/Africa/Douala +5 -0
  2327. package/python/tcl/tcl8.6/tzdata/Africa/El_Aaiun +191 -0
  2328. package/python/tcl/tcl8.6/tzdata/Africa/Freetown +5 -0
  2329. package/python/tcl/tcl8.6/tzdata/Africa/Gaborone +5 -0
  2330. package/python/tcl/tcl8.6/tzdata/Africa/Harare +5 -0
  2331. package/python/tcl/tcl8.6/tzdata/Africa/Johannesburg +11 -0
  2332. package/python/tcl/tcl8.6/tzdata/Africa/Juba +40 -0
  2333. package/python/tcl/tcl8.6/tzdata/Africa/Kampala +5 -0
  2334. package/python/tcl/tcl8.6/tzdata/Africa/Khartoum +40 -0
  2335. package/python/tcl/tcl8.6/tzdata/Africa/Kigali +5 -0
  2336. package/python/tcl/tcl8.6/tzdata/Africa/Kinshasa +5 -0
  2337. package/python/tcl/tcl8.6/tzdata/Africa/Lagos +9 -0
  2338. package/python/tcl/tcl8.6/tzdata/Africa/Libreville +5 -0
  2339. package/python/tcl/tcl8.6/tzdata/Africa/Lome +5 -0
  2340. package/python/tcl/tcl8.6/tzdata/Africa/Luanda +5 -0
  2341. package/python/tcl/tcl8.6/tzdata/Africa/Lubumbashi +5 -0
  2342. package/python/tcl/tcl8.6/tzdata/Africa/Lusaka +5 -0
  2343. package/python/tcl/tcl8.6/tzdata/Africa/Malabo +5 -0
  2344. package/python/tcl/tcl8.6/tzdata/Africa/Maputo +6 -0
  2345. package/python/tcl/tcl8.6/tzdata/Africa/Maseru +5 -0
  2346. package/python/tcl/tcl8.6/tzdata/Africa/Mbabane +5 -0
  2347. package/python/tcl/tcl8.6/tzdata/Africa/Mogadishu +5 -0
  2348. package/python/tcl/tcl8.6/tzdata/Africa/Monrovia +8 -0
  2349. package/python/tcl/tcl8.6/tzdata/Africa/Nairobi +10 -0
  2350. package/python/tcl/tcl8.6/tzdata/Africa/Ndjamena +8 -0
  2351. package/python/tcl/tcl8.6/tzdata/Africa/Niamey +5 -0
  2352. package/python/tcl/tcl8.6/tzdata/Africa/Nouakchott +5 -0
  2353. package/python/tcl/tcl8.6/tzdata/Africa/Ouagadougou +5 -0
  2354. package/python/tcl/tcl8.6/tzdata/Africa/Porto-Novo +5 -0
  2355. package/python/tcl/tcl8.6/tzdata/Africa/Sao_Tome +9 -0
  2356. package/python/tcl/tcl8.6/tzdata/Africa/Timbuktu +5 -0
  2357. package/python/tcl/tcl8.6/tzdata/Africa/Tripoli +34 -0
  2358. package/python/tcl/tcl8.6/tzdata/Africa/Tunis +39 -0
  2359. package/python/tcl/tcl8.6/tzdata/Africa/Windhoek +58 -0
  2360. package/python/tcl/tcl8.6/tzdata/America/Adak +276 -0
  2361. package/python/tcl/tcl8.6/tzdata/America/Anchorage +275 -0
  2362. package/python/tcl/tcl8.6/tzdata/America/Anguilla +5 -0
  2363. package/python/tcl/tcl8.6/tzdata/America/Antigua +5 -0
  2364. package/python/tcl/tcl8.6/tzdata/America/Araguaina +60 -0
  2365. package/python/tcl/tcl8.6/tzdata/America/Argentina/Buenos_Aires +67 -0
  2366. package/python/tcl/tcl8.6/tzdata/America/Argentina/Catamarca +68 -0
  2367. package/python/tcl/tcl8.6/tzdata/America/Argentina/ComodRivadavia +5 -0
  2368. package/python/tcl/tcl8.6/tzdata/America/Argentina/Cordoba +67 -0
  2369. package/python/tcl/tcl8.6/tzdata/America/Argentina/Jujuy +67 -0
  2370. package/python/tcl/tcl8.6/tzdata/America/Argentina/La_Rioja +69 -0
  2371. package/python/tcl/tcl8.6/tzdata/America/Argentina/Mendoza +68 -0
  2372. package/python/tcl/tcl8.6/tzdata/America/Argentina/Rio_Gallegos +68 -0
  2373. package/python/tcl/tcl8.6/tzdata/America/Argentina/Salta +66 -0
  2374. package/python/tcl/tcl8.6/tzdata/America/Argentina/San_Juan +69 -0
  2375. package/python/tcl/tcl8.6/tzdata/America/Argentina/San_Luis +68 -0
  2376. package/python/tcl/tcl8.6/tzdata/America/Argentina/Tucuman +69 -0
  2377. package/python/tcl/tcl8.6/tzdata/America/Argentina/Ushuaia +68 -0
  2378. package/python/tcl/tcl8.6/tzdata/America/Aruba +5 -0
  2379. package/python/tcl/tcl8.6/tzdata/America/Asuncion +259 -0
  2380. package/python/tcl/tcl8.6/tzdata/America/Atikokan +5 -0
  2381. package/python/tcl/tcl8.6/tzdata/America/Atka +5 -0
  2382. package/python/tcl/tcl8.6/tzdata/America/Bahia +68 -0
  2383. package/python/tcl/tcl8.6/tzdata/America/Bahia_Banderas +222 -0
  2384. package/python/tcl/tcl8.6/tzdata/America/Barbados +22 -0
  2385. package/python/tcl/tcl8.6/tzdata/America/Belem +35 -0
  2386. package/python/tcl/tcl8.6/tzdata/America/Belize +103 -0
  2387. package/python/tcl/tcl8.6/tzdata/America/Blanc-Sablon +5 -0
  2388. package/python/tcl/tcl8.6/tzdata/America/Boa_Vista +40 -0
  2389. package/python/tcl/tcl8.6/tzdata/America/Bogota +9 -0
  2390. package/python/tcl/tcl8.6/tzdata/America/Boise +281 -0
  2391. package/python/tcl/tcl8.6/tzdata/America/Buenos_Aires +5 -0
  2392. package/python/tcl/tcl8.6/tzdata/America/Cambridge_Bay +252 -0
  2393. package/python/tcl/tcl8.6/tzdata/America/Campo_Grande +96 -0
  2394. package/python/tcl/tcl8.6/tzdata/America/Cancun +47 -0
  2395. package/python/tcl/tcl8.6/tzdata/America/Caracas +10 -0
  2396. package/python/tcl/tcl8.6/tzdata/America/Catamarca +5 -0
  2397. package/python/tcl/tcl8.6/tzdata/America/Cayenne +7 -0
  2398. package/python/tcl/tcl8.6/tzdata/America/Cayman +5 -0
  2399. package/python/tcl/tcl8.6/tzdata/America/Chicago +369 -0
  2400. package/python/tcl/tcl8.6/tzdata/America/Chihuahua +221 -0
  2401. package/python/tcl/tcl8.6/tzdata/America/Coral_Harbour +5 -0
  2402. package/python/tcl/tcl8.6/tzdata/America/Cordoba +5 -0
  2403. package/python/tcl/tcl8.6/tzdata/America/Costa_Rica +15 -0
  2404. package/python/tcl/tcl8.6/tzdata/America/Creston +5 -0
  2405. package/python/tcl/tcl8.6/tzdata/America/Cuiaba +96 -0
  2406. package/python/tcl/tcl8.6/tzdata/America/Curacao +5 -0
  2407. package/python/tcl/tcl8.6/tzdata/America/Danmarkshavn +39 -0
  2408. package/python/tcl/tcl8.6/tzdata/America/Dawson +98 -0
  2409. package/python/tcl/tcl8.6/tzdata/America/Dawson_Creek +64 -0
  2410. package/python/tcl/tcl8.6/tzdata/America/Denver +291 -0
  2411. package/python/tcl/tcl8.6/tzdata/America/Detroit +275 -0
  2412. package/python/tcl/tcl8.6/tzdata/America/Dominica +5 -0
  2413. package/python/tcl/tcl8.6/tzdata/America/Edmonton +280 -0
  2414. package/python/tcl/tcl8.6/tzdata/America/Eirunepe +41 -0
  2415. package/python/tcl/tcl8.6/tzdata/America/El_Salvador +10 -0
  2416. package/python/tcl/tcl8.6/tzdata/America/Ensenada +5 -0
  2417. package/python/tcl/tcl8.6/tzdata/America/Fort_Nelson +151 -0
  2418. package/python/tcl/tcl8.6/tzdata/America/Fort_Wayne +5 -0
  2419. package/python/tcl/tcl8.6/tzdata/America/Fortaleza +48 -0
  2420. package/python/tcl/tcl8.6/tzdata/America/Glace_Bay +273 -0
  2421. package/python/tcl/tcl8.6/tzdata/America/Godthab +5 -0
  2422. package/python/tcl/tcl8.6/tzdata/America/Goose_Bay +338 -0
  2423. package/python/tcl/tcl8.6/tzdata/America/Grand_Turk +245 -0
  2424. package/python/tcl/tcl8.6/tzdata/America/Grenada +5 -0
  2425. package/python/tcl/tcl8.6/tzdata/America/Guadeloupe +5 -0
  2426. package/python/tcl/tcl8.6/tzdata/America/Guatemala +14 -0
  2427. package/python/tcl/tcl8.6/tzdata/America/Guayaquil +9 -0
  2428. package/python/tcl/tcl8.6/tzdata/America/Guyana +9 -0
  2429. package/python/tcl/tcl8.6/tzdata/America/Halifax +361 -0
  2430. package/python/tcl/tcl8.6/tzdata/America/Havana +285 -0
  2431. package/python/tcl/tcl8.6/tzdata/America/Hermosillo +21 -0
  2432. package/python/tcl/tcl8.6/tzdata/America/Indiana/Indianapolis +234 -0
  2433. package/python/tcl/tcl8.6/tzdata/America/Indiana/Knox +285 -0
  2434. package/python/tcl/tcl8.6/tzdata/America/Indiana/Marengo +236 -0
  2435. package/python/tcl/tcl8.6/tzdata/America/Indiana/Petersburg +247 -0
  2436. package/python/tcl/tcl8.6/tzdata/America/Indiana/Tell_City +230 -0
  2437. package/python/tcl/tcl8.6/tzdata/America/Indiana/Vevay +213 -0
  2438. package/python/tcl/tcl8.6/tzdata/America/Indiana/Vincennes +234 -0
  2439. package/python/tcl/tcl8.6/tzdata/America/Indiana/Winamac +240 -0
  2440. package/python/tcl/tcl8.6/tzdata/America/Indianapolis +5 -0
  2441. package/python/tcl/tcl8.6/tzdata/America/Inuvik +249 -0
  2442. package/python/tcl/tcl8.6/tzdata/America/Iqaluit +250 -0
  2443. package/python/tcl/tcl8.6/tzdata/America/Jamaica +29 -0
  2444. package/python/tcl/tcl8.6/tzdata/America/Jujuy +5 -0
  2445. package/python/tcl/tcl8.6/tzdata/America/Juneau +276 -0
  2446. package/python/tcl/tcl8.6/tzdata/America/Kentucky/Louisville +311 -0
  2447. package/python/tcl/tcl8.6/tzdata/America/Kentucky/Monticello +279 -0
  2448. package/python/tcl/tcl8.6/tzdata/America/Knox_IN +5 -0
  2449. package/python/tcl/tcl8.6/tzdata/America/Kralendijk +5 -0
  2450. package/python/tcl/tcl8.6/tzdata/America/La_Paz +8 -0
  2451. package/python/tcl/tcl8.6/tzdata/America/Lima +16 -0
  2452. package/python/tcl/tcl8.6/tzdata/America/Los_Angeles +317 -0
  2453. package/python/tcl/tcl8.6/tzdata/America/Louisville +5 -0
  2454. package/python/tcl/tcl8.6/tzdata/America/Lower_Princes +5 -0
  2455. package/python/tcl/tcl8.6/tzdata/America/Maceio +52 -0
  2456. package/python/tcl/tcl8.6/tzdata/America/Managua +21 -0
  2457. package/python/tcl/tcl8.6/tzdata/America/Manaus +39 -0
  2458. package/python/tcl/tcl8.6/tzdata/America/Marigot +5 -0
  2459. package/python/tcl/tcl8.6/tzdata/America/Martinique +9 -0
  2460. package/python/tcl/tcl8.6/tzdata/America/Matamoros +219 -0
  2461. package/python/tcl/tcl8.6/tzdata/America/Mazatlan +222 -0
  2462. package/python/tcl/tcl8.6/tzdata/America/Mendoza +5 -0
  2463. package/python/tcl/tcl8.6/tzdata/America/Menominee +274 -0
  2464. package/python/tcl/tcl8.6/tzdata/America/Merida +216 -0
  2465. package/python/tcl/tcl8.6/tzdata/America/Metlakatla +213 -0
  2466. package/python/tcl/tcl8.6/tzdata/America/Mexico_City +228 -0
  2467. package/python/tcl/tcl8.6/tzdata/America/Miquelon +234 -0
  2468. package/python/tcl/tcl8.6/tzdata/America/Moncton +342 -0
  2469. package/python/tcl/tcl8.6/tzdata/America/Monterrey +218 -0
  2470. package/python/tcl/tcl8.6/tzdata/America/Montevideo +96 -0
  2471. package/python/tcl/tcl8.6/tzdata/America/Montreal +5 -0
  2472. package/python/tcl/tcl8.6/tzdata/America/Montserrat +5 -0
  2473. package/python/tcl/tcl8.6/tzdata/America/Nassau +5 -0
  2474. package/python/tcl/tcl8.6/tzdata/America/New_York +369 -0
  2475. package/python/tcl/tcl8.6/tzdata/America/Nipigon +264 -0
  2476. package/python/tcl/tcl8.6/tzdata/America/Nome +276 -0
  2477. package/python/tcl/tcl8.6/tzdata/America/Noronha +48 -0
  2478. package/python/tcl/tcl8.6/tzdata/America/North_Dakota/Beulah +279 -0
  2479. package/python/tcl/tcl8.6/tzdata/America/North_Dakota/Center +279 -0
  2480. package/python/tcl/tcl8.6/tzdata/America/North_Dakota/New_Salem +279 -0
  2481. package/python/tcl/tcl8.6/tzdata/America/Nuuk +246 -0
  2482. package/python/tcl/tcl8.6/tzdata/America/Ojinaga +222 -0
  2483. package/python/tcl/tcl8.6/tzdata/America/Panama +7 -0
  2484. package/python/tcl/tcl8.6/tzdata/America/Pangnirtung +252 -0
  2485. package/python/tcl/tcl8.6/tzdata/America/Paramaribo +9 -0
  2486. package/python/tcl/tcl8.6/tzdata/America/Phoenix +17 -0
  2487. package/python/tcl/tcl8.6/tzdata/America/Port-au-Prince +215 -0
  2488. package/python/tcl/tcl8.6/tzdata/America/Port_of_Spain +5 -0
  2489. package/python/tcl/tcl8.6/tzdata/America/Porto_Acre +5 -0
  2490. package/python/tcl/tcl8.6/tzdata/America/Porto_Velho +35 -0
  2491. package/python/tcl/tcl8.6/tzdata/America/Puerto_Rico +10 -0
  2492. package/python/tcl/tcl8.6/tzdata/America/Punta_Arenas +122 -0
  2493. package/python/tcl/tcl8.6/tzdata/America/Rainy_River +264 -0
  2494. package/python/tcl/tcl8.6/tzdata/America/Rankin_Inlet +248 -0
  2495. package/python/tcl/tcl8.6/tzdata/America/Recife +48 -0
  2496. package/python/tcl/tcl8.6/tzdata/America/Regina +58 -0
  2497. package/python/tcl/tcl8.6/tzdata/America/Resolute +248 -0
  2498. package/python/tcl/tcl8.6/tzdata/America/Rio_Branco +37 -0
  2499. package/python/tcl/tcl8.6/tzdata/America/Rosario +5 -0
  2500. package/python/tcl/tcl8.6/tzdata/America/Santa_Isabel +5 -0
  2501. package/python/tcl/tcl8.6/tzdata/America/Santarem +36 -0
  2502. package/python/tcl/tcl8.6/tzdata/America/Santiago +289 -0
  2503. package/python/tcl/tcl8.6/tzdata/America/Santo_Domingo +21 -0
  2504. package/python/tcl/tcl8.6/tzdata/America/Sao_Paulo +97 -0
  2505. package/python/tcl/tcl8.6/tzdata/America/Scoresbysund +246 -0
  2506. package/python/tcl/tcl8.6/tzdata/America/Shiprock +5 -0
  2507. package/python/tcl/tcl8.6/tzdata/America/Sitka +275 -0
  2508. package/python/tcl/tcl8.6/tzdata/America/St_Barthelemy +5 -0
  2509. package/python/tcl/tcl8.6/tzdata/America/St_Johns +372 -0
  2510. package/python/tcl/tcl8.6/tzdata/America/St_Kitts +5 -0
  2511. package/python/tcl/tcl8.6/tzdata/America/St_Lucia +5 -0
  2512. package/python/tcl/tcl8.6/tzdata/America/St_Thomas +5 -0
  2513. package/python/tcl/tcl8.6/tzdata/America/St_Vincent +5 -0
  2514. package/python/tcl/tcl8.6/tzdata/America/Swift_Current +29 -0
  2515. package/python/tcl/tcl8.6/tzdata/America/Tegucigalpa +12 -0
  2516. package/python/tcl/tcl8.6/tzdata/America/Thule +224 -0
  2517. package/python/tcl/tcl8.6/tzdata/America/Thunder_Bay +272 -0
  2518. package/python/tcl/tcl8.6/tzdata/America/Tijuana +285 -0
  2519. package/python/tcl/tcl8.6/tzdata/America/Toronto +365 -0
  2520. package/python/tcl/tcl8.6/tzdata/America/Tortola +5 -0
  2521. package/python/tcl/tcl8.6/tzdata/America/Vancouver +320 -0
  2522. package/python/tcl/tcl8.6/tzdata/America/Virgin +5 -0
  2523. package/python/tcl/tcl8.6/tzdata/America/Whitehorse +98 -0
  2524. package/python/tcl/tcl8.6/tzdata/America/Winnipeg +316 -0
  2525. package/python/tcl/tcl8.6/tzdata/America/Yakutat +276 -0
  2526. package/python/tcl/tcl8.6/tzdata/America/Yellowknife +252 -0
  2527. package/python/tcl/tcl8.6/tzdata/Antarctica/Casey +17 -0
  2528. package/python/tcl/tcl8.6/tzdata/Antarctica/Davis +12 -0
  2529. package/python/tcl/tcl8.6/tzdata/Antarctica/DumontDUrville +5 -0
  2530. package/python/tcl/tcl8.6/tzdata/Antarctica/Macquarie +276 -0
  2531. package/python/tcl/tcl8.6/tzdata/Antarctica/Mawson +7 -0
  2532. package/python/tcl/tcl8.6/tzdata/Antarctica/McMurdo +5 -0
  2533. package/python/tcl/tcl8.6/tzdata/Antarctica/Palmer +87 -0
  2534. package/python/tcl/tcl8.6/tzdata/Antarctica/Rothera +6 -0
  2535. package/python/tcl/tcl8.6/tzdata/Antarctica/South_Pole +5 -0
  2536. package/python/tcl/tcl8.6/tzdata/Antarctica/Syowa +5 -0
  2537. package/python/tcl/tcl8.6/tzdata/Antarctica/Troll +196 -0
  2538. package/python/tcl/tcl8.6/tzdata/Antarctica/Vostok +6 -0
  2539. package/python/tcl/tcl8.6/tzdata/Arctic/Longyearbyen +5 -0
  2540. package/python/tcl/tcl8.6/tzdata/Asia/Aden +5 -0
  2541. package/python/tcl/tcl8.6/tzdata/Asia/Almaty +57 -0
  2542. package/python/tcl/tcl8.6/tzdata/Asia/Amman +246 -0
  2543. package/python/tcl/tcl8.6/tzdata/Asia/Anadyr +72 -0
  2544. package/python/tcl/tcl8.6/tzdata/Asia/Aqtau +58 -0
  2545. package/python/tcl/tcl8.6/tzdata/Asia/Aqtobe +58 -0
  2546. package/python/tcl/tcl8.6/tzdata/Asia/Ashgabat +31 -0
  2547. package/python/tcl/tcl8.6/tzdata/Asia/Ashkhabad +5 -0
  2548. package/python/tcl/tcl8.6/tzdata/Asia/Atyrau +58 -0
  2549. package/python/tcl/tcl8.6/tzdata/Asia/Baghdad +59 -0
  2550. package/python/tcl/tcl8.6/tzdata/Asia/Bahrain +5 -0
  2551. package/python/tcl/tcl8.6/tzdata/Asia/Baku +74 -0
  2552. package/python/tcl/tcl8.6/tzdata/Asia/Bangkok +7 -0
  2553. package/python/tcl/tcl8.6/tzdata/Asia/Barnaul +73 -0
  2554. package/python/tcl/tcl8.6/tzdata/Asia/Beirut +270 -0
  2555. package/python/tcl/tcl8.6/tzdata/Asia/Bishkek +58 -0
  2556. package/python/tcl/tcl8.6/tzdata/Asia/Brunei +7 -0
  2557. package/python/tcl/tcl8.6/tzdata/Asia/Calcutta +5 -0
  2558. package/python/tcl/tcl8.6/tzdata/Asia/Chita +72 -0
  2559. package/python/tcl/tcl8.6/tzdata/Asia/Choibalsan +56 -0
  2560. package/python/tcl/tcl8.6/tzdata/Asia/Chongqing +5 -0
  2561. package/python/tcl/tcl8.6/tzdata/Asia/Chungking +5 -0
  2562. package/python/tcl/tcl8.6/tzdata/Asia/Colombo +13 -0
  2563. package/python/tcl/tcl8.6/tzdata/Asia/Dacca +5 -0
  2564. package/python/tcl/tcl8.6/tzdata/Asia/Damascus +280 -0
  2565. package/python/tcl/tcl8.6/tzdata/Asia/Dhaka +13 -0
  2566. package/python/tcl/tcl8.6/tzdata/Asia/Dili +9 -0
  2567. package/python/tcl/tcl8.6/tzdata/Asia/Dubai +6 -0
  2568. package/python/tcl/tcl8.6/tzdata/Asia/Dushanbe +29 -0
  2569. package/python/tcl/tcl8.6/tzdata/Asia/Famagusta +256 -0
  2570. package/python/tcl/tcl8.6/tzdata/Asia/Gaza +284 -0
  2571. package/python/tcl/tcl8.6/tzdata/Asia/Harbin +5 -0
  2572. package/python/tcl/tcl8.6/tzdata/Asia/Hebron +283 -0
  2573. package/python/tcl/tcl8.6/tzdata/Asia/Ho_Chi_Minh +14 -0
  2574. package/python/tcl/tcl8.6/tzdata/Asia/Hong_Kong +75 -0
  2575. package/python/tcl/tcl8.6/tzdata/Asia/Hovd +55 -0
  2576. package/python/tcl/tcl8.6/tzdata/Asia/Irkutsk +72 -0
  2577. package/python/tcl/tcl8.6/tzdata/Asia/Istanbul +5 -0
  2578. package/python/tcl/tcl8.6/tzdata/Asia/Jakarta +13 -0
  2579. package/python/tcl/tcl8.6/tzdata/Asia/Jayapura +8 -0
  2580. package/python/tcl/tcl8.6/tzdata/Asia/Jerusalem +278 -0
  2581. package/python/tcl/tcl8.6/tzdata/Asia/Kabul +7 -0
  2582. package/python/tcl/tcl8.6/tzdata/Asia/Kamchatka +71 -0
  2583. package/python/tcl/tcl8.6/tzdata/Asia/Karachi +16 -0
  2584. package/python/tcl/tcl8.6/tzdata/Asia/Kashgar +5 -0
  2585. package/python/tcl/tcl8.6/tzdata/Asia/Kathmandu +7 -0
  2586. package/python/tcl/tcl8.6/tzdata/Asia/Katmandu +5 -0
  2587. package/python/tcl/tcl8.6/tzdata/Asia/Khandyga +73 -0
  2588. package/python/tcl/tcl8.6/tzdata/Asia/Kolkata +12 -0
  2589. package/python/tcl/tcl8.6/tzdata/Asia/Krasnoyarsk +71 -0
  2590. package/python/tcl/tcl8.6/tzdata/Asia/Kuala_Lumpur +13 -0
  2591. package/python/tcl/tcl8.6/tzdata/Asia/Kuching +23 -0
  2592. package/python/tcl/tcl8.6/tzdata/Asia/Kuwait +5 -0
  2593. package/python/tcl/tcl8.6/tzdata/Asia/Macao +5 -0
  2594. package/python/tcl/tcl8.6/tzdata/Asia/Macau +76 -0
  2595. package/python/tcl/tcl8.6/tzdata/Asia/Magadan +72 -0
  2596. package/python/tcl/tcl8.6/tzdata/Asia/Makassar +9 -0
  2597. package/python/tcl/tcl8.6/tzdata/Asia/Manila +15 -0
  2598. package/python/tcl/tcl8.6/tzdata/Asia/Muscat +5 -0
  2599. package/python/tcl/tcl8.6/tzdata/Asia/Nicosia +257 -0
  2600. package/python/tcl/tcl8.6/tzdata/Asia/Novokuznetsk +71 -0
  2601. package/python/tcl/tcl8.6/tzdata/Asia/Novosibirsk +73 -0
  2602. package/python/tcl/tcl8.6/tzdata/Asia/Omsk +71 -0
  2603. package/python/tcl/tcl8.6/tzdata/Asia/Oral +58 -0
  2604. package/python/tcl/tcl8.6/tzdata/Asia/Phnom_Penh +5 -0
  2605. package/python/tcl/tcl8.6/tzdata/Asia/Pontianak +13 -0
  2606. package/python/tcl/tcl8.6/tzdata/Asia/Pyongyang +10 -0
  2607. package/python/tcl/tcl8.6/tzdata/Asia/Qatar +7 -0
  2608. package/python/tcl/tcl8.6/tzdata/Asia/Qostanay +58 -0
  2609. package/python/tcl/tcl8.6/tzdata/Asia/Qyzylorda +58 -0
  2610. package/python/tcl/tcl8.6/tzdata/Asia/Rangoon +5 -0
  2611. package/python/tcl/tcl8.6/tzdata/Asia/Riyadh +6 -0
  2612. package/python/tcl/tcl8.6/tzdata/Asia/Saigon +5 -0
  2613. package/python/tcl/tcl8.6/tzdata/Asia/Sakhalin +73 -0
  2614. package/python/tcl/tcl8.6/tzdata/Asia/Samarkand +31 -0
  2615. package/python/tcl/tcl8.6/tzdata/Asia/Seoul +34 -0
  2616. package/python/tcl/tcl8.6/tzdata/Asia/Shanghai +34 -0
  2617. package/python/tcl/tcl8.6/tzdata/Asia/Singapore +13 -0
  2618. package/python/tcl/tcl8.6/tzdata/Asia/Srednekolymsk +71 -0
  2619. package/python/tcl/tcl8.6/tzdata/Asia/Taipei +46 -0
  2620. package/python/tcl/tcl8.6/tzdata/Asia/Tashkent +31 -0
  2621. package/python/tcl/tcl8.6/tzdata/Asia/Tbilisi +60 -0
  2622. package/python/tcl/tcl8.6/tzdata/Asia/Tehran +229 -0
  2623. package/python/tcl/tcl8.6/tzdata/Asia/Tel_Aviv +5 -0
  2624. package/python/tcl/tcl8.6/tzdata/Asia/Thimbu +5 -0
  2625. package/python/tcl/tcl8.6/tzdata/Asia/Thimphu +7 -0
  2626. package/python/tcl/tcl8.6/tzdata/Asia/Tokyo +14 -0
  2627. package/python/tcl/tcl8.6/tzdata/Asia/Tomsk +73 -0
  2628. package/python/tcl/tcl8.6/tzdata/Asia/Ujung_Pandang +5 -0
  2629. package/python/tcl/tcl8.6/tzdata/Asia/Ulaanbaatar +55 -0
  2630. package/python/tcl/tcl8.6/tzdata/Asia/Ulan_Bator +5 -0
  2631. package/python/tcl/tcl8.6/tzdata/Asia/Urumqi +6 -0
  2632. package/python/tcl/tcl8.6/tzdata/Asia/Ust-Nera +71 -0
  2633. package/python/tcl/tcl8.6/tzdata/Asia/Vientiane +5 -0
  2634. package/python/tcl/tcl8.6/tzdata/Asia/Vladivostok +71 -0
  2635. package/python/tcl/tcl8.6/tzdata/Asia/Yakutsk +71 -0
  2636. package/python/tcl/tcl8.6/tzdata/Asia/Yangon +9 -0
  2637. package/python/tcl/tcl8.6/tzdata/Asia/Yekaterinburg +72 -0
  2638. package/python/tcl/tcl8.6/tzdata/Asia/Yerevan +70 -0
  2639. package/python/tcl/tcl8.6/tzdata/Atlantic/Azores +347 -0
  2640. package/python/tcl/tcl8.6/tzdata/Atlantic/Bermuda +286 -0
  2641. package/python/tcl/tcl8.6/tzdata/Atlantic/Canary +247 -0
  2642. package/python/tcl/tcl8.6/tzdata/Atlantic/Cape_Verde +9 -0
  2643. package/python/tcl/tcl8.6/tzdata/Atlantic/Faeroe +5 -0
  2644. package/python/tcl/tcl8.6/tzdata/Atlantic/Faroe +245 -0
  2645. package/python/tcl/tcl8.6/tzdata/Atlantic/Jan_Mayen +5 -0
  2646. package/python/tcl/tcl8.6/tzdata/Atlantic/Madeira +348 -0
  2647. package/python/tcl/tcl8.6/tzdata/Atlantic/Reykjavik +73 -0
  2648. package/python/tcl/tcl8.6/tzdata/Atlantic/South_Georgia +6 -0
  2649. package/python/tcl/tcl8.6/tzdata/Atlantic/St_Helena +5 -0
  2650. package/python/tcl/tcl8.6/tzdata/Atlantic/Stanley +75 -0
  2651. package/python/tcl/tcl8.6/tzdata/Australia/ACT +5 -0
  2652. package/python/tcl/tcl8.6/tzdata/Australia/Adelaide +273 -0
  2653. package/python/tcl/tcl8.6/tzdata/Australia/Brisbane +23 -0
  2654. package/python/tcl/tcl8.6/tzdata/Australia/Broken_Hill +275 -0
  2655. package/python/tcl/tcl8.6/tzdata/Australia/Canberra +5 -0
  2656. package/python/tcl/tcl8.6/tzdata/Australia/Currie +5 -0
  2657. package/python/tcl/tcl8.6/tzdata/Australia/Darwin +15 -0
  2658. package/python/tcl/tcl8.6/tzdata/Australia/Eucla +25 -0
  2659. package/python/tcl/tcl8.6/tzdata/Australia/Hobart +285 -0
  2660. package/python/tcl/tcl8.6/tzdata/Australia/LHI +5 -0
  2661. package/python/tcl/tcl8.6/tzdata/Australia/Lindeman +28 -0
  2662. package/python/tcl/tcl8.6/tzdata/Australia/Lord_Howe +245 -0
  2663. package/python/tcl/tcl8.6/tzdata/Australia/Melbourne +272 -0
  2664. package/python/tcl/tcl8.6/tzdata/Australia/NSW +5 -0
  2665. package/python/tcl/tcl8.6/tzdata/Australia/North +5 -0
  2666. package/python/tcl/tcl8.6/tzdata/Australia/Perth +25 -0
  2667. package/python/tcl/tcl8.6/tzdata/Australia/Queensland +5 -0
  2668. package/python/tcl/tcl8.6/tzdata/Australia/South +5 -0
  2669. package/python/tcl/tcl8.6/tzdata/Australia/Sydney +272 -0
  2670. package/python/tcl/tcl8.6/tzdata/Australia/Tasmania +5 -0
  2671. package/python/tcl/tcl8.6/tzdata/Australia/Victoria +5 -0
  2672. package/python/tcl/tcl8.6/tzdata/Australia/West +5 -0
  2673. package/python/tcl/tcl8.6/tzdata/Australia/Yancowinna +5 -0
  2674. package/python/tcl/tcl8.6/tzdata/Brazil/Acre +5 -0
  2675. package/python/tcl/tcl8.6/tzdata/Brazil/DeNoronha +5 -0
  2676. package/python/tcl/tcl8.6/tzdata/Brazil/East +5 -0
  2677. package/python/tcl/tcl8.6/tzdata/Brazil/West +5 -0
  2678. package/python/tcl/tcl8.6/tzdata/CET +265 -0
  2679. package/python/tcl/tcl8.6/tzdata/CST6CDT +278 -0
  2680. package/python/tcl/tcl8.6/tzdata/Canada/Atlantic +5 -0
  2681. package/python/tcl/tcl8.6/tzdata/Canada/Central +5 -0
  2682. package/python/tcl/tcl8.6/tzdata/Canada/East-Saskatchewan +5 -0
  2683. package/python/tcl/tcl8.6/tzdata/Canada/Eastern +5 -0
  2684. package/python/tcl/tcl8.6/tzdata/Canada/Mountain +5 -0
  2685. package/python/tcl/tcl8.6/tzdata/Canada/Newfoundland +5 -0
  2686. package/python/tcl/tcl8.6/tzdata/Canada/Pacific +5 -0
  2687. package/python/tcl/tcl8.6/tzdata/Canada/Saskatchewan +5 -0
  2688. package/python/tcl/tcl8.6/tzdata/Canada/Yukon +5 -0
  2689. package/python/tcl/tcl8.6/tzdata/Chile/Continental +5 -0
  2690. package/python/tcl/tcl8.6/tzdata/Chile/EasterIsland +5 -0
  2691. package/python/tcl/tcl8.6/tzdata/Cuba +5 -0
  2692. package/python/tcl/tcl8.6/tzdata/EET +251 -0
  2693. package/python/tcl/tcl8.6/tzdata/EST +5 -0
  2694. package/python/tcl/tcl8.6/tzdata/EST5EDT +278 -0
  2695. package/python/tcl/tcl8.6/tzdata/Egypt +5 -0
  2696. package/python/tcl/tcl8.6/tzdata/Eire +5 -0
  2697. package/python/tcl/tcl8.6/tzdata/Etc/GMT +5 -0
  2698. package/python/tcl/tcl8.6/tzdata/Etc/GMT+0 +5 -0
  2699. package/python/tcl/tcl8.6/tzdata/Etc/GMT+1 +5 -0
  2700. package/python/tcl/tcl8.6/tzdata/Etc/GMT+10 +5 -0
  2701. package/python/tcl/tcl8.6/tzdata/Etc/GMT+11 +5 -0
  2702. package/python/tcl/tcl8.6/tzdata/Etc/GMT+12 +5 -0
  2703. package/python/tcl/tcl8.6/tzdata/Etc/GMT+2 +5 -0
  2704. package/python/tcl/tcl8.6/tzdata/Etc/GMT+3 +5 -0
  2705. package/python/tcl/tcl8.6/tzdata/Etc/GMT+4 +5 -0
  2706. package/python/tcl/tcl8.6/tzdata/Etc/GMT+5 +5 -0
  2707. package/python/tcl/tcl8.6/tzdata/Etc/GMT+6 +5 -0
  2708. package/python/tcl/tcl8.6/tzdata/Etc/GMT+7 +5 -0
  2709. package/python/tcl/tcl8.6/tzdata/Etc/GMT+8 +5 -0
  2710. package/python/tcl/tcl8.6/tzdata/Etc/GMT+9 +5 -0
  2711. package/python/tcl/tcl8.6/tzdata/Etc/GMT-0 +5 -0
  2712. package/python/tcl/tcl8.6/tzdata/Etc/GMT-1 +5 -0
  2713. package/python/tcl/tcl8.6/tzdata/Etc/GMT-10 +5 -0
  2714. package/python/tcl/tcl8.6/tzdata/Etc/GMT-11 +5 -0
  2715. package/python/tcl/tcl8.6/tzdata/Etc/GMT-12 +5 -0
  2716. package/python/tcl/tcl8.6/tzdata/Etc/GMT-13 +5 -0
  2717. package/python/tcl/tcl8.6/tzdata/Etc/GMT-14 +5 -0
  2718. package/python/tcl/tcl8.6/tzdata/Etc/GMT-2 +5 -0
  2719. package/python/tcl/tcl8.6/tzdata/Etc/GMT-3 +5 -0
  2720. package/python/tcl/tcl8.6/tzdata/Etc/GMT-4 +5 -0
  2721. package/python/tcl/tcl8.6/tzdata/Etc/GMT-5 +5 -0
  2722. package/python/tcl/tcl8.6/tzdata/Etc/GMT-6 +5 -0
  2723. package/python/tcl/tcl8.6/tzdata/Etc/GMT-7 +5 -0
  2724. package/python/tcl/tcl8.6/tzdata/Etc/GMT-8 +5 -0
  2725. package/python/tcl/tcl8.6/tzdata/Etc/GMT-9 +5 -0
  2726. package/python/tcl/tcl8.6/tzdata/Etc/GMT0 +5 -0
  2727. package/python/tcl/tcl8.6/tzdata/Etc/Greenwich +5 -0
  2728. package/python/tcl/tcl8.6/tzdata/Etc/UCT +5 -0
  2729. package/python/tcl/tcl8.6/tzdata/Etc/UTC +5 -0
  2730. package/python/tcl/tcl8.6/tzdata/Etc/Universal +5 -0
  2731. package/python/tcl/tcl8.6/tzdata/Etc/Zulu +5 -0
  2732. package/python/tcl/tcl8.6/tzdata/Europe/Amsterdam +310 -0
  2733. package/python/tcl/tcl8.6/tzdata/Europe/Andorra +237 -0
  2734. package/python/tcl/tcl8.6/tzdata/Europe/Astrakhan +71 -0
  2735. package/python/tcl/tcl8.6/tzdata/Europe/Athens +268 -0
  2736. package/python/tcl/tcl8.6/tzdata/Europe/Belfast +5 -0
  2737. package/python/tcl/tcl8.6/tzdata/Europe/Belgrade +250 -0
  2738. package/python/tcl/tcl8.6/tzdata/Europe/Berlin +274 -0
  2739. package/python/tcl/tcl8.6/tzdata/Europe/Bratislava +5 -0
  2740. package/python/tcl/tcl8.6/tzdata/Europe/Brussels +316 -0
  2741. package/python/tcl/tcl8.6/tzdata/Europe/Bucharest +268 -0
  2742. package/python/tcl/tcl8.6/tzdata/Europe/Budapest +283 -0
  2743. package/python/tcl/tcl8.6/tzdata/Europe/Busingen +5 -0
  2744. package/python/tcl/tcl8.6/tzdata/Europe/Chisinau +272 -0
  2745. package/python/tcl/tcl8.6/tzdata/Europe/Copenhagen +264 -0
  2746. package/python/tcl/tcl8.6/tzdata/Europe/Dublin +358 -0
  2747. package/python/tcl/tcl8.6/tzdata/Europe/Gibraltar +328 -0
  2748. package/python/tcl/tcl8.6/tzdata/Europe/Guernsey +5 -0
  2749. package/python/tcl/tcl8.6/tzdata/Europe/Helsinki +248 -0
  2750. package/python/tcl/tcl8.6/tzdata/Europe/Isle_of_Man +5 -0
  2751. package/python/tcl/tcl8.6/tzdata/Europe/Istanbul +125 -0
  2752. package/python/tcl/tcl8.6/tzdata/Europe/Jersey +5 -0
  2753. package/python/tcl/tcl8.6/tzdata/Europe/Kaliningrad +86 -0
  2754. package/python/tcl/tcl8.6/tzdata/Europe/Kiev +251 -0
  2755. package/python/tcl/tcl8.6/tzdata/Europe/Kirov +70 -0
  2756. package/python/tcl/tcl8.6/tzdata/Europe/Lisbon +353 -0
  2757. package/python/tcl/tcl8.6/tzdata/Europe/Ljubljana +5 -0
  2758. package/python/tcl/tcl8.6/tzdata/Europe/London +372 -0
  2759. package/python/tcl/tcl8.6/tzdata/Europe/Luxembourg +313 -0
  2760. package/python/tcl/tcl8.6/tzdata/Europe/Madrid +292 -0
  2761. package/python/tcl/tcl8.6/tzdata/Europe/Malta +299 -0
  2762. package/python/tcl/tcl8.6/tzdata/Europe/Mariehamn +5 -0
  2763. package/python/tcl/tcl8.6/tzdata/Europe/Minsk +75 -0
  2764. package/python/tcl/tcl8.6/tzdata/Europe/Monaco +315 -0
  2765. package/python/tcl/tcl8.6/tzdata/Europe/Moscow +83 -0
  2766. package/python/tcl/tcl8.6/tzdata/Europe/Nicosia +5 -0
  2767. package/python/tcl/tcl8.6/tzdata/Europe/Oslo +271 -0
  2768. package/python/tcl/tcl8.6/tzdata/Europe/Paris +314 -0
  2769. package/python/tcl/tcl8.6/tzdata/Europe/Podgorica +5 -0
  2770. package/python/tcl/tcl8.6/tzdata/Europe/Prague +275 -0
  2771. package/python/tcl/tcl8.6/tzdata/Europe/Riga +258 -0
  2772. package/python/tcl/tcl8.6/tzdata/Europe/Rome +302 -0
  2773. package/python/tcl/tcl8.6/tzdata/Europe/Samara +73 -0
  2774. package/python/tcl/tcl8.6/tzdata/Europe/San_Marino +5 -0
  2775. package/python/tcl/tcl8.6/tzdata/Europe/Sarajevo +5 -0
  2776. package/python/tcl/tcl8.6/tzdata/Europe/Saratov +71 -0
  2777. package/python/tcl/tcl8.6/tzdata/Europe/Simferopol +82 -0
  2778. package/python/tcl/tcl8.6/tzdata/Europe/Skopje +5 -0
  2779. package/python/tcl/tcl8.6/tzdata/Europe/Sofia +258 -0
  2780. package/python/tcl/tcl8.6/tzdata/Europe/Stockholm +250 -0
  2781. package/python/tcl/tcl8.6/tzdata/Europe/Tallinn +254 -0
  2782. package/python/tcl/tcl8.6/tzdata/Europe/Tirane +263 -0
  2783. package/python/tcl/tcl8.6/tzdata/Europe/Tiraspol +5 -0
  2784. package/python/tcl/tcl8.6/tzdata/Europe/Ulyanovsk +73 -0
  2785. package/python/tcl/tcl8.6/tzdata/Europe/Uzhgorod +254 -0
  2786. package/python/tcl/tcl8.6/tzdata/Europe/Vaduz +5 -0
  2787. package/python/tcl/tcl8.6/tzdata/Europe/Vatican +5 -0
  2788. package/python/tcl/tcl8.6/tzdata/Europe/Vienna +271 -0
  2789. package/python/tcl/tcl8.6/tzdata/Europe/Vilnius +252 -0
  2790. package/python/tcl/tcl8.6/tzdata/Europe/Volgograd +73 -0
  2791. package/python/tcl/tcl8.6/tzdata/Europe/Warsaw +296 -0
  2792. package/python/tcl/tcl8.6/tzdata/Europe/Zagreb +5 -0
  2793. package/python/tcl/tcl8.6/tzdata/Europe/Zaporozhye +252 -0
  2794. package/python/tcl/tcl8.6/tzdata/Europe/Zurich +250 -0
  2795. package/python/tcl/tcl8.6/tzdata/GB +5 -0
  2796. package/python/tcl/tcl8.6/tzdata/GB-Eire +5 -0
  2797. package/python/tcl/tcl8.6/tzdata/GMT +5 -0
  2798. package/python/tcl/tcl8.6/tzdata/GMT+0 +5 -0
  2799. package/python/tcl/tcl8.6/tzdata/GMT-0 +5 -0
  2800. package/python/tcl/tcl8.6/tzdata/GMT0 +5 -0
  2801. package/python/tcl/tcl8.6/tzdata/Greenwich +5 -0
  2802. package/python/tcl/tcl8.6/tzdata/HST +5 -0
  2803. package/python/tcl/tcl8.6/tzdata/Hongkong +5 -0
  2804. package/python/tcl/tcl8.6/tzdata/Iceland +5 -0
  2805. package/python/tcl/tcl8.6/tzdata/Indian/Antananarivo +5 -0
  2806. package/python/tcl/tcl8.6/tzdata/Indian/Chagos +7 -0
  2807. package/python/tcl/tcl8.6/tzdata/Indian/Christmas +6 -0
  2808. package/python/tcl/tcl8.6/tzdata/Indian/Cocos +6 -0
  2809. package/python/tcl/tcl8.6/tzdata/Indian/Comoro +5 -0
  2810. package/python/tcl/tcl8.6/tzdata/Indian/Kerguelen +6 -0
  2811. package/python/tcl/tcl8.6/tzdata/Indian/Mahe +6 -0
  2812. package/python/tcl/tcl8.6/tzdata/Indian/Maldives +7 -0
  2813. package/python/tcl/tcl8.6/tzdata/Indian/Mauritius +10 -0
  2814. package/python/tcl/tcl8.6/tzdata/Indian/Mayotte +5 -0
  2815. package/python/tcl/tcl8.6/tzdata/Indian/Reunion +6 -0
  2816. package/python/tcl/tcl8.6/tzdata/Iran +5 -0
  2817. package/python/tcl/tcl8.6/tzdata/Israel +5 -0
  2818. package/python/tcl/tcl8.6/tzdata/Jamaica +5 -0
  2819. package/python/tcl/tcl8.6/tzdata/Japan +5 -0
  2820. package/python/tcl/tcl8.6/tzdata/Kwajalein +5 -0
  2821. package/python/tcl/tcl8.6/tzdata/Libya +5 -0
  2822. package/python/tcl/tcl8.6/tzdata/MET +265 -0
  2823. package/python/tcl/tcl8.6/tzdata/MST +5 -0
  2824. package/python/tcl/tcl8.6/tzdata/MST7MDT +278 -0
  2825. package/python/tcl/tcl8.6/tzdata/Mexico/BajaNorte +5 -0
  2826. package/python/tcl/tcl8.6/tzdata/Mexico/BajaSur +5 -0
  2827. package/python/tcl/tcl8.6/tzdata/Mexico/General +5 -0
  2828. package/python/tcl/tcl8.6/tzdata/NZ +5 -0
  2829. package/python/tcl/tcl8.6/tzdata/NZ-CHAT +5 -0
  2830. package/python/tcl/tcl8.6/tzdata/Navajo +5 -0
  2831. package/python/tcl/tcl8.6/tzdata/PRC +5 -0
  2832. package/python/tcl/tcl8.6/tzdata/PST8PDT +278 -0
  2833. package/python/tcl/tcl8.6/tzdata/Pacific/Apia +31 -0
  2834. package/python/tcl/tcl8.6/tzdata/Pacific/Auckland +285 -0
  2835. package/python/tcl/tcl8.6/tzdata/Pacific/Bougainville +10 -0
  2836. package/python/tcl/tcl8.6/tzdata/Pacific/Chatham +258 -0
  2837. package/python/tcl/tcl8.6/tzdata/Pacific/Chuuk +11 -0
  2838. package/python/tcl/tcl8.6/tzdata/Pacific/Easter +268 -0
  2839. package/python/tcl/tcl8.6/tzdata/Pacific/Efate +28 -0
  2840. package/python/tcl/tcl8.6/tzdata/Pacific/Enderbury +5 -0
  2841. package/python/tcl/tcl8.6/tzdata/Pacific/Fakaofo +7 -0
  2842. package/python/tcl/tcl8.6/tzdata/Pacific/Fiji +189 -0
  2843. package/python/tcl/tcl8.6/tzdata/Pacific/Funafuti +6 -0
  2844. package/python/tcl/tcl8.6/tzdata/Pacific/Galapagos +9 -0
  2845. package/python/tcl/tcl8.6/tzdata/Pacific/Gambier +6 -0
  2846. package/python/tcl/tcl8.6/tzdata/Pacific/Guadalcanal +6 -0
  2847. package/python/tcl/tcl8.6/tzdata/Pacific/Guam +26 -0
  2848. package/python/tcl/tcl8.6/tzdata/Pacific/Honolulu +12 -0
  2849. package/python/tcl/tcl8.6/tzdata/Pacific/Johnston +5 -0
  2850. package/python/tcl/tcl8.6/tzdata/Pacific/Kanton +8 -0
  2851. package/python/tcl/tcl8.6/tzdata/Pacific/Kiritimati +8 -0
  2852. package/python/tcl/tcl8.6/tzdata/Pacific/Kosrae +14 -0
  2853. package/python/tcl/tcl8.6/tzdata/Pacific/Kwajalein +11 -0
  2854. package/python/tcl/tcl8.6/tzdata/Pacific/Majuro +12 -0
  2855. package/python/tcl/tcl8.6/tzdata/Pacific/Marquesas +6 -0
  2856. package/python/tcl/tcl8.6/tzdata/Pacific/Midway +5 -0
  2857. package/python/tcl/tcl8.6/tzdata/Pacific/Nauru +9 -0
  2858. package/python/tcl/tcl8.6/tzdata/Pacific/Niue +7 -0
  2859. package/python/tcl/tcl8.6/tzdata/Pacific/Norfolk +172 -0
  2860. package/python/tcl/tcl8.6/tzdata/Pacific/Noumea +12 -0
  2861. package/python/tcl/tcl8.6/tzdata/Pacific/Pago_Pago +7 -0
  2862. package/python/tcl/tcl8.6/tzdata/Pacific/Palau +7 -0
  2863. package/python/tcl/tcl8.6/tzdata/Pacific/Pitcairn +7 -0
  2864. package/python/tcl/tcl8.6/tzdata/Pacific/Pohnpei +12 -0
  2865. package/python/tcl/tcl8.6/tzdata/Pacific/Ponape +5 -0
  2866. package/python/tcl/tcl8.6/tzdata/Pacific/Port_Moresby +7 -0
  2867. package/python/tcl/tcl8.6/tzdata/Pacific/Rarotonga +33 -0
  2868. package/python/tcl/tcl8.6/tzdata/Pacific/Saipan +5 -0
  2869. package/python/tcl/tcl8.6/tzdata/Pacific/Samoa +5 -0
  2870. package/python/tcl/tcl8.6/tzdata/Pacific/Tahiti +6 -0
  2871. package/python/tcl/tcl8.6/tzdata/Pacific/Tarawa +6 -0
  2872. package/python/tcl/tcl8.6/tzdata/Pacific/Tongatapu +16 -0
  2873. package/python/tcl/tcl8.6/tzdata/Pacific/Truk +5 -0
  2874. package/python/tcl/tcl8.6/tzdata/Pacific/Wake +6 -0
  2875. package/python/tcl/tcl8.6/tzdata/Pacific/Wallis +6 -0
  2876. package/python/tcl/tcl8.6/tzdata/Pacific/Yap +5 -0
  2877. package/python/tcl/tcl8.6/tzdata/Poland +5 -0
  2878. package/python/tcl/tcl8.6/tzdata/Portugal +5 -0
  2879. package/python/tcl/tcl8.6/tzdata/ROC +5 -0
  2880. package/python/tcl/tcl8.6/tzdata/ROK +5 -0
  2881. package/python/tcl/tcl8.6/tzdata/Singapore +5 -0
  2882. package/python/tcl/tcl8.6/tzdata/SystemV/AST4 +5 -0
  2883. package/python/tcl/tcl8.6/tzdata/SystemV/AST4ADT +5 -0
  2884. package/python/tcl/tcl8.6/tzdata/SystemV/CST6 +5 -0
  2885. package/python/tcl/tcl8.6/tzdata/SystemV/CST6CDT +5 -0
  2886. package/python/tcl/tcl8.6/tzdata/SystemV/EST5 +5 -0
  2887. package/python/tcl/tcl8.6/tzdata/SystemV/EST5EDT +5 -0
  2888. package/python/tcl/tcl8.6/tzdata/SystemV/HST10 +5 -0
  2889. package/python/tcl/tcl8.6/tzdata/SystemV/MST7 +5 -0
  2890. package/python/tcl/tcl8.6/tzdata/SystemV/MST7MDT +5 -0
  2891. package/python/tcl/tcl8.6/tzdata/SystemV/PST8 +5 -0
  2892. package/python/tcl/tcl8.6/tzdata/SystemV/PST8PDT +5 -0
  2893. package/python/tcl/tcl8.6/tzdata/SystemV/YST9 +5 -0
  2894. package/python/tcl/tcl8.6/tzdata/SystemV/YST9YDT +5 -0
  2895. package/python/tcl/tcl8.6/tzdata/Turkey +5 -0
  2896. package/python/tcl/tcl8.6/tzdata/UCT +5 -0
  2897. package/python/tcl/tcl8.6/tzdata/US/Alaska +5 -0
  2898. package/python/tcl/tcl8.6/tzdata/US/Aleutian +5 -0
  2899. package/python/tcl/tcl8.6/tzdata/US/Arizona +5 -0
  2900. package/python/tcl/tcl8.6/tzdata/US/Central +5 -0
  2901. package/python/tcl/tcl8.6/tzdata/US/East-Indiana +5 -0
  2902. package/python/tcl/tcl8.6/tzdata/US/Eastern +5 -0
  2903. package/python/tcl/tcl8.6/tzdata/US/Hawaii +5 -0
  2904. package/python/tcl/tcl8.6/tzdata/US/Indiana-Starke +5 -0
  2905. package/python/tcl/tcl8.6/tzdata/US/Michigan +5 -0
  2906. package/python/tcl/tcl8.6/tzdata/US/Mountain +5 -0
  2907. package/python/tcl/tcl8.6/tzdata/US/Pacific +5 -0
  2908. package/python/tcl/tcl8.6/tzdata/US/Pacific-New +5 -0
  2909. package/python/tcl/tcl8.6/tzdata/US/Samoa +5 -0
  2910. package/python/tcl/tcl8.6/tzdata/UTC +5 -0
  2911. package/python/tcl/tcl8.6/tzdata/Universal +5 -0
  2912. package/python/tcl/tcl8.6/tzdata/W-SU +5 -0
  2913. package/python/tcl/tcl8.6/tzdata/WET +251 -0
  2914. package/python/tcl/tcl8.6/tzdata/Zulu +5 -0
  2915. package/python/tcl/tcl8.6/word.tcl +154 -0
  2916. package/python/tcl/tcl86t.lib +0 -0
  2917. package/python/tcl/tclConfig.sh +181 -0
  2918. package/python/tcl/tclooConfig.sh +19 -0
  2919. package/python/tcl/tclstub86.lib +0 -0
  2920. package/python/tcl/tix8.4.3/Balloon.tcl +585 -0
  2921. package/python/tcl/tix8.4.3/BtnBox.tcl +120 -0
  2922. package/python/tcl/tix8.4.3/CObjView.tcl +360 -0
  2923. package/python/tcl/tix8.4.3/ChkList.tcl +239 -0
  2924. package/python/tcl/tix8.4.3/ComboBox.tcl +1558 -0
  2925. package/python/tcl/tix8.4.3/Compat.tcl +33 -0
  2926. package/python/tcl/tix8.4.3/Console.tcl +612 -0
  2927. package/python/tcl/tix8.4.3/Control.tcl +482 -0
  2928. package/python/tcl/tix8.4.3/DefSchm.tcl +103 -0
  2929. package/python/tcl/tix8.4.3/DialogS.tcl +175 -0
  2930. package/python/tcl/tix8.4.3/DirBox.tcl +207 -0
  2931. package/python/tcl/tix8.4.3/DirDlg.tcl +95 -0
  2932. package/python/tcl/tix8.4.3/DirList.tcl +272 -0
  2933. package/python/tcl/tix8.4.3/DirTree.tcl +350 -0
  2934. package/python/tcl/tix8.4.3/DragDrop.tcl +166 -0
  2935. package/python/tcl/tix8.4.3/DtlList.tcl +49 -0
  2936. package/python/tcl/tix8.4.3/EFileBox.tcl +436 -0
  2937. package/python/tcl/tix8.4.3/EFileDlg.tcl +65 -0
  2938. package/python/tcl/tix8.4.3/Event.tcl +217 -0
  2939. package/python/tcl/tix8.4.3/FileBox.tcl +568 -0
  2940. package/python/tcl/tix8.4.3/FileCbx.tcl +108 -0
  2941. package/python/tcl/tix8.4.3/FileDlg.tcl +75 -0
  2942. package/python/tcl/tix8.4.3/FileEnt.tcl +270 -0
  2943. package/python/tcl/tix8.4.3/FloatEnt.tcl +132 -0
  2944. package/python/tcl/tix8.4.3/Grid.tcl +1122 -0
  2945. package/python/tcl/tix8.4.3/HList.tcl +917 -0
  2946. package/python/tcl/tix8.4.3/HListDD.tcl +204 -0
  2947. package/python/tcl/tix8.4.3/IconView.tcl +272 -0
  2948. package/python/tcl/tix8.4.3/Init.tcl +232 -0
  2949. package/python/tcl/tix8.4.3/LabEntry.tcl +86 -0
  2950. package/python/tcl/tix8.4.3/LabFrame.tcl +49 -0
  2951. package/python/tcl/tix8.4.3/LabWidg.tcl +157 -0
  2952. package/python/tcl/tix8.4.3/ListNBk.tcl +153 -0
  2953. package/python/tcl/tix8.4.3/Makefile +5 -0
  2954. package/python/tcl/tix8.4.3/Meter.tcl +137 -0
  2955. package/python/tcl/tix8.4.3/MultView.tcl +157 -0
  2956. package/python/tcl/tix8.4.3/NoteBook.tcl +247 -0
  2957. package/python/tcl/tix8.4.3/OldUtil.tcl +108 -0
  2958. package/python/tcl/tix8.4.3/OptMenu.tcl +394 -0
  2959. package/python/tcl/tix8.4.3/PanedWin.tcl +1215 -0
  2960. package/python/tcl/tix8.4.3/PopMenu.tcl +239 -0
  2961. package/python/tcl/tix8.4.3/Primitiv.tcl +428 -0
  2962. package/python/tcl/tix8.4.3/ResizeH.tcl +505 -0
  2963. package/python/tcl/tix8.4.3/SGrid.tcl +243 -0
  2964. package/python/tcl/tix8.4.3/SHList.tcl +140 -0
  2965. package/python/tcl/tix8.4.3/SListBox.tcl +295 -0
  2966. package/python/tcl/tix8.4.3/STList.tcl +93 -0
  2967. package/python/tcl/tix8.4.3/SText.tcl +134 -0
  2968. package/python/tcl/tix8.4.3/SWidget.tcl +465 -0
  2969. package/python/tcl/tix8.4.3/SWindow.tcl +274 -0
  2970. package/python/tcl/tix8.4.3/Select.tcl +300 -0
  2971. package/python/tcl/tix8.4.3/Shell.tcl +47 -0
  2972. package/python/tcl/tix8.4.3/SimpDlg.tcl +47 -0
  2973. package/python/tcl/tix8.4.3/StackWin.tcl +84 -0
  2974. package/python/tcl/tix8.4.3/StatBar.tcl +56 -0
  2975. package/python/tcl/tix8.4.3/StdBBox.tcl +71 -0
  2976. package/python/tcl/tix8.4.3/StdShell.tcl +49 -0
  2977. package/python/tcl/tix8.4.3/TList.tcl +953 -0
  2978. package/python/tcl/tix8.4.3/Tix.tcl +398 -0
  2979. package/python/tcl/tix8.4.3/Tree.tcl +211 -0
  2980. package/python/tcl/tix8.4.3/Utils.tcl +442 -0
  2981. package/python/tcl/tix8.4.3/VResize.tcl +211 -0
  2982. package/python/tcl/tix8.4.3/VStack.tcl +430 -0
  2983. package/python/tcl/tix8.4.3/VTree.tcl +195 -0
  2984. package/python/tcl/tix8.4.3/Variable.tcl +101 -0
  2985. package/python/tcl/tix8.4.3/WInfo.tcl +40 -0
  2986. package/python/tcl/tix8.4.3/bitmaps/act_fold.gif +0 -0
  2987. package/python/tcl/tix8.4.3/bitmaps/act_fold.xbm +5 -0
  2988. package/python/tcl/tix8.4.3/bitmaps/act_fold.xpm +22 -0
  2989. package/python/tcl/tix8.4.3/bitmaps/balarrow.xbm +4 -0
  2990. package/python/tcl/tix8.4.3/bitmaps/cbxarrow.xbm +6 -0
  2991. package/python/tcl/tix8.4.3/bitmaps/ck_def.xbm +6 -0
  2992. package/python/tcl/tix8.4.3/bitmaps/ck_off.xbm +6 -0
  2993. package/python/tcl/tix8.4.3/bitmaps/ck_on.xbm +6 -0
  2994. package/python/tcl/tix8.4.3/bitmaps/cross.xbm +6 -0
  2995. package/python/tcl/tix8.4.3/bitmaps/decr.xbm +4 -0
  2996. package/python/tcl/tix8.4.3/bitmaps/drop.xbm +8 -0
  2997. package/python/tcl/tix8.4.3/bitmaps/file.gif +0 -0
  2998. package/python/tcl/tix8.4.3/bitmaps/file.xbm +5 -0
  2999. package/python/tcl/tix8.4.3/bitmaps/file.xpm +18 -0
  3000. package/python/tcl/tix8.4.3/bitmaps/folder.gif +0 -0
  3001. package/python/tcl/tix8.4.3/bitmaps/folder.xbm +5 -0
  3002. package/python/tcl/tix8.4.3/bitmaps/folder.xpm +21 -0
  3003. package/python/tcl/tix8.4.3/bitmaps/harddisk.xbm +14 -0
  3004. package/python/tcl/tix8.4.3/bitmaps/hourglas.mask +16 -0
  3005. package/python/tcl/tix8.4.3/bitmaps/hourglas.xbm +16 -0
  3006. package/python/tcl/tix8.4.3/bitmaps/incr.xbm +4 -0
  3007. package/python/tcl/tix8.4.3/bitmaps/info.gif +0 -0
  3008. package/python/tcl/tix8.4.3/bitmaps/info.xpm +38 -0
  3009. package/python/tcl/tix8.4.3/bitmaps/maximize.xbm +6 -0
  3010. package/python/tcl/tix8.4.3/bitmaps/minimize.xbm +6 -0
  3011. package/python/tcl/tix8.4.3/bitmaps/minus.gif +0 -0
  3012. package/python/tcl/tix8.4.3/bitmaps/minus.xbm +5 -0
  3013. package/python/tcl/tix8.4.3/bitmaps/minus.xpm +14 -0
  3014. package/python/tcl/tix8.4.3/bitmaps/minusarm.gif +0 -0
  3015. package/python/tcl/tix8.4.3/bitmaps/minusarm.xbm +5 -0
  3016. package/python/tcl/tix8.4.3/bitmaps/minusarm.xpm +15 -0
  3017. package/python/tcl/tix8.4.3/bitmaps/mktransgif.tcl +14 -0
  3018. package/python/tcl/tix8.4.3/bitmaps/network.xbm +14 -0
  3019. package/python/tcl/tix8.4.3/bitmaps/no_entry.gif +0 -0
  3020. package/python/tcl/tix8.4.3/bitmaps/no_entry.xpm +39 -0
  3021. package/python/tcl/tix8.4.3/bitmaps/openfile.xbm +5 -0
  3022. package/python/tcl/tix8.4.3/bitmaps/openfold.gif +0 -0
  3023. package/python/tcl/tix8.4.3/bitmaps/openfold.xbm +5 -0
  3024. package/python/tcl/tix8.4.3/bitmaps/openfold.xpm +21 -0
  3025. package/python/tcl/tix8.4.3/bitmaps/plus.gif +0 -0
  3026. package/python/tcl/tix8.4.3/bitmaps/plus.xbm +5 -0
  3027. package/python/tcl/tix8.4.3/bitmaps/plus.xpm +14 -0
  3028. package/python/tcl/tix8.4.3/bitmaps/plusarm.gif +0 -0
  3029. package/python/tcl/tix8.4.3/bitmaps/plusarm.xbm +5 -0
  3030. package/python/tcl/tix8.4.3/bitmaps/plusarm.xpm +15 -0
  3031. package/python/tcl/tix8.4.3/bitmaps/resize1.xbm +8 -0
  3032. package/python/tcl/tix8.4.3/bitmaps/resize2.xbm +8 -0
  3033. package/python/tcl/tix8.4.3/bitmaps/restore.xbm +6 -0
  3034. package/python/tcl/tix8.4.3/bitmaps/srcfile.gif +0 -0
  3035. package/python/tcl/tix8.4.3/bitmaps/srcfile.xbm +5 -0
  3036. package/python/tcl/tix8.4.3/bitmaps/srcfile.xpm +18 -0
  3037. package/python/tcl/tix8.4.3/bitmaps/system.xbm +6 -0
  3038. package/python/tcl/tix8.4.3/bitmaps/textfile.gif +0 -0
  3039. package/python/tcl/tix8.4.3/bitmaps/textfile.xbm +5 -0
  3040. package/python/tcl/tix8.4.3/bitmaps/textfile.xpm +18 -0
  3041. package/python/tcl/tix8.4.3/bitmaps/tick.xbm +6 -0
  3042. package/python/tcl/tix8.4.3/bitmaps/warning.gif +0 -0
  3043. package/python/tcl/tix8.4.3/bitmaps/warning.xpm +38 -0
  3044. package/python/tcl/tix8.4.3/demos/MkChoose.tcl +280 -0
  3045. package/python/tcl/tix8.4.3/demos/MkDirLis.tcl +69 -0
  3046. package/python/tcl/tix8.4.3/demos/MkSample.tcl +270 -0
  3047. package/python/tcl/tix8.4.3/demos/MkScroll.tcl +160 -0
  3048. package/python/tcl/tix8.4.3/demos/bitmaps/about.xpm +50 -0
  3049. package/python/tcl/tix8.4.3/demos/bitmaps/bold.xbm +6 -0
  3050. package/python/tcl/tix8.4.3/demos/bitmaps/capital.xbm +6 -0
  3051. package/python/tcl/tix8.4.3/demos/bitmaps/centerj.xbm +6 -0
  3052. package/python/tcl/tix8.4.3/demos/bitmaps/code.xpm +22 -0
  3053. package/python/tcl/tix8.4.3/demos/bitmaps/combobox.xbm +14 -0
  3054. package/python/tcl/tix8.4.3/demos/bitmaps/combobox.xpm +49 -0
  3055. package/python/tcl/tix8.4.3/demos/bitmaps/drivea.xbm +14 -0
  3056. package/python/tcl/tix8.4.3/demos/bitmaps/drivea.xpm +43 -0
  3057. package/python/tcl/tix8.4.3/demos/bitmaps/exit.xpm +48 -0
  3058. package/python/tcl/tix8.4.3/demos/bitmaps/filebox.xbm +14 -0
  3059. package/python/tcl/tix8.4.3/demos/bitmaps/filebox.xpm +49 -0
  3060. package/python/tcl/tix8.4.3/demos/bitmaps/harddisk.xbm +14 -0
  3061. package/python/tcl/tix8.4.3/demos/bitmaps/harddisk.xpm +43 -0
  3062. package/python/tcl/tix8.4.3/demos/bitmaps/italic.xbm +6 -0
  3063. package/python/tcl/tix8.4.3/demos/bitmaps/justify.xbm +6 -0
  3064. package/python/tcl/tix8.4.3/demos/bitmaps/leftj.xbm +6 -0
  3065. package/python/tcl/tix8.4.3/demos/bitmaps/netw.xbm +14 -0
  3066. package/python/tcl/tix8.4.3/demos/bitmaps/netw.xpm +45 -0
  3067. package/python/tcl/tix8.4.3/demos/bitmaps/network.xbm +14 -0
  3068. package/python/tcl/tix8.4.3/demos/bitmaps/network.xpm +45 -0
  3069. package/python/tcl/tix8.4.3/demos/bitmaps/optmenu.xpm +48 -0
  3070. package/python/tcl/tix8.4.3/demos/bitmaps/rightj.xbm +6 -0
  3071. package/python/tcl/tix8.4.3/demos/bitmaps/select.xpm +52 -0
  3072. package/python/tcl/tix8.4.3/demos/bitmaps/tix.gif +0 -0
  3073. package/python/tcl/tix8.4.3/demos/bitmaps/underlin.xbm +6 -0
  3074. package/python/tcl/tix8.4.3/demos/samples/AllSampl.tcl +201 -0
  3075. package/python/tcl/tix8.4.3/demos/samples/ArrowBtn.tcl +187 -0
  3076. package/python/tcl/tix8.4.3/demos/samples/Balloon.tcl +48 -0
  3077. package/python/tcl/tix8.4.3/demos/samples/BtnBox.tcl +57 -0
  3078. package/python/tcl/tix8.4.3/demos/samples/CObjView.tcl +80 -0
  3079. package/python/tcl/tix8.4.3/demos/samples/ChkList.tcl +179 -0
  3080. package/python/tcl/tix8.4.3/demos/samples/CmpImg.tcl +64 -0
  3081. package/python/tcl/tix8.4.3/demos/samples/CmpImg1.tcl +182 -0
  3082. package/python/tcl/tix8.4.3/demos/samples/CmpImg2.tcl +136 -0
  3083. package/python/tcl/tix8.4.3/demos/samples/CmpImg3.tcl +90 -0
  3084. package/python/tcl/tix8.4.3/demos/samples/CmpImg4.tcl +125 -0
  3085. package/python/tcl/tix8.4.3/demos/samples/ComboBox.tcl +119 -0
  3086. package/python/tcl/tix8.4.3/demos/samples/Control.tcl +133 -0
  3087. package/python/tcl/tix8.4.3/demos/samples/DirDlg.tcl +90 -0
  3088. package/python/tcl/tix8.4.3/demos/samples/DirList.tcl +91 -0
  3089. package/python/tcl/tix8.4.3/demos/samples/DirTree.tcl +92 -0
  3090. package/python/tcl/tix8.4.3/demos/samples/DragDrop.tcl +50 -0
  3091. package/python/tcl/tix8.4.3/demos/samples/DynTree.tcl +149 -0
  3092. package/python/tcl/tix8.4.3/demos/samples/EFileDlg.tcl +104 -0
  3093. package/python/tcl/tix8.4.3/demos/samples/EditGrid.tcl +281 -0
  3094. package/python/tcl/tix8.4.3/demos/samples/FileDlg.tcl +98 -0
  3095. package/python/tcl/tix8.4.3/demos/samples/FileEnt.tcl +81 -0
  3096. package/python/tcl/tix8.4.3/demos/samples/HList1.tcl +159 -0
  3097. package/python/tcl/tix8.4.3/demos/samples/LabEntry.tcl +94 -0
  3098. package/python/tcl/tix8.4.3/demos/samples/LabFrame.tcl +85 -0
  3099. package/python/tcl/tix8.4.3/demos/samples/ListNBK.tcl +86 -0
  3100. package/python/tcl/tix8.4.3/demos/samples/Meter.tcl +77 -0
  3101. package/python/tcl/tix8.4.3/demos/samples/NoteBook.tcl +102 -0
  3102. package/python/tcl/tix8.4.3/demos/samples/OptMenu.tcl +103 -0
  3103. package/python/tcl/tix8.4.3/demos/samples/PanedWin.tcl +112 -0
  3104. package/python/tcl/tix8.4.3/demos/samples/PopMenu.tcl +73 -0
  3105. package/python/tcl/tix8.4.3/demos/samples/SGrid0.tcl +135 -0
  3106. package/python/tcl/tix8.4.3/demos/samples/SGrid1.tcl +215 -0
  3107. package/python/tcl/tix8.4.3/demos/samples/SHList.tcl +111 -0
  3108. package/python/tcl/tix8.4.3/demos/samples/SHList2.tcl +159 -0
  3109. package/python/tcl/tix8.4.3/demos/samples/SListBox.tcl +84 -0
  3110. package/python/tcl/tix8.4.3/demos/samples/STList1.tcl +57 -0
  3111. package/python/tcl/tix8.4.3/demos/samples/STList2.tcl +85 -0
  3112. package/python/tcl/tix8.4.3/demos/samples/STList3.tcl +112 -0
  3113. package/python/tcl/tix8.4.3/demos/samples/SText.tcl +75 -0
  3114. package/python/tcl/tix8.4.3/demos/samples/SWindow.tcl +89 -0
  3115. package/python/tcl/tix8.4.3/demos/samples/Sample.tcl +36 -0
  3116. package/python/tcl/tix8.4.3/demos/samples/Select.tcl +114 -0
  3117. package/python/tcl/tix8.4.3/demos/samples/StdBBox.tcl +65 -0
  3118. package/python/tcl/tix8.4.3/demos/samples/Tree.tcl +91 -0
  3119. package/python/tcl/tix8.4.3/demos/samples/Xpm.tcl +89 -0
  3120. package/python/tcl/tix8.4.3/demos/samples/Xpm1.tcl +108 -0
  3121. package/python/tcl/tix8.4.3/demos/tclIndex +55 -0
  3122. package/python/tcl/tix8.4.3/demos/tixwidgets.tcl +344 -0
  3123. package/python/tcl/tix8.4.3/demos/widget +450 -0
  3124. package/python/tcl/tix8.4.3/fs.tcl +170 -0
  3125. package/python/tcl/tix8.4.3/pkgIndex.tcl +2 -0
  3126. package/python/tcl/tix8.4.3/pref/10Point.fs +23 -0
  3127. package/python/tcl/tix8.4.3/pref/10Point.fsc +44 -0
  3128. package/python/tcl/tix8.4.3/pref/12Point.fs +23 -0
  3129. package/python/tcl/tix8.4.3/pref/12Point.fsc +44 -0
  3130. package/python/tcl/tix8.4.3/pref/14Point.fs +22 -0
  3131. package/python/tcl/tix8.4.3/pref/14Point.fsc +50 -0
  3132. package/python/tcl/tix8.4.3/pref/Bisque.cs +35 -0
  3133. package/python/tcl/tix8.4.3/pref/Bisque.csc +338 -0
  3134. package/python/tcl/tix8.4.3/pref/Blue.cs +35 -0
  3135. package/python/tcl/tix8.4.3/pref/Blue.csc +338 -0
  3136. package/python/tcl/tix8.4.3/pref/Gray.cs +36 -0
  3137. package/python/tcl/tix8.4.3/pref/Gray.csc +339 -0
  3138. package/python/tcl/tix8.4.3/pref/Makefile +48 -0
  3139. package/python/tcl/tix8.4.3/pref/Old12Pt.fs +14 -0
  3140. package/python/tcl/tix8.4.3/pref/Old14Pt.fs +13 -0
  3141. package/python/tcl/tix8.4.3/pref/SGIGray.cs +38 -0
  3142. package/python/tcl/tix8.4.3/pref/SGIGray.csc +339 -0
  3143. package/python/tcl/tix8.4.3/pref/TK.cs +35 -0
  3144. package/python/tcl/tix8.4.3/pref/TK.csc +72 -0
  3145. package/python/tcl/tix8.4.3/pref/TK.fs +16 -0
  3146. package/python/tcl/tix8.4.3/pref/TK.fsc +19 -0
  3147. package/python/tcl/tix8.4.3/pref/TixGray.cs +36 -0
  3148. package/python/tcl/tix8.4.3/pref/TixGray.csc +339 -0
  3149. package/python/tcl/tix8.4.3/pref/TkWin.cs +68 -0
  3150. package/python/tcl/tix8.4.3/pref/TkWin.csc +333 -0
  3151. package/python/tcl/tix8.4.3/pref/TkWin.fs +16 -0
  3152. package/python/tcl/tix8.4.3/pref/TkWin.fsc +34 -0
  3153. package/python/tcl/tix8.4.3/pref/WmDefault.cs +45 -0
  3154. package/python/tcl/tix8.4.3/pref/WmDefault.csc +316 -0
  3155. package/python/tcl/tix8.4.3/pref/WmDefault.fs +23 -0
  3156. package/python/tcl/tix8.4.3/pref/WmDefault.fsc +57 -0
  3157. package/python/tcl/tix8.4.3/pref/WmDefault.py +96 -0
  3158. package/python/tcl/tix8.4.3/pref/WmDefault.tcl +1053 -0
  3159. package/python/tcl/tix8.4.3/pref/WmDefault.txt +142 -0
  3160. package/python/tcl/tix8.4.3/pref/pkgIndex.tcl +9 -0
  3161. package/python/tcl/tix8.4.3/pref/tixmkpref +381 -0
  3162. package/python/tcl/tix8.4.3/tix84.dll +0 -0
  3163. package/python/tcl/tix8.4.3/tix84.lib +0 -0
  3164. package/python/tcl/tk8.6/bgerror.tcl +272 -0
  3165. package/python/tcl/tk8.6/button.tcl +782 -0
  3166. package/python/tcl/tk8.6/choosedir.tcl +308 -0
  3167. package/python/tcl/tk8.6/clrpick.tcl +695 -0
  3168. package/python/tcl/tk8.6/comdlg.tcl +322 -0
  3169. package/python/tcl/tk8.6/console.tcl +1150 -0
  3170. package/python/tcl/tk8.6/demos/README +44 -0
  3171. package/python/tcl/tk8.6/demos/anilabel.tcl +160 -0
  3172. package/python/tcl/tk8.6/demos/aniwave.tcl +104 -0
  3173. package/python/tcl/tk8.6/demos/arrow.tcl +241 -0
  3174. package/python/tcl/tk8.6/demos/bind.tcl +78 -0
  3175. package/python/tcl/tk8.6/demos/bitmap.tcl +52 -0
  3176. package/python/tcl/tk8.6/demos/browse +66 -0
  3177. package/python/tcl/tk8.6/demos/button.tcl +47 -0
  3178. package/python/tcl/tk8.6/demos/check.tcl +71 -0
  3179. package/python/tcl/tk8.6/demos/clrpick.tcl +54 -0
  3180. package/python/tcl/tk8.6/demos/colors.tcl +99 -0
  3181. package/python/tcl/tk8.6/demos/combo.tcl +61 -0
  3182. package/python/tcl/tk8.6/demos/cscroll.tcl +172 -0
  3183. package/python/tcl/tk8.6/demos/ctext.tcl +176 -0
  3184. package/python/tcl/tk8.6/demos/dialog1.tcl +25 -0
  3185. package/python/tcl/tk8.6/demos/dialog2.tcl +18 -0
  3186. package/python/tcl/tk8.6/demos/en.msg +97 -0
  3187. package/python/tcl/tk8.6/demos/entry1.tcl +34 -0
  3188. package/python/tcl/tk8.6/demos/entry2.tcl +46 -0
  3189. package/python/tcl/tk8.6/demos/entry3.tcl +185 -0
  3190. package/python/tcl/tk8.6/demos/filebox.tcl +81 -0
  3191. package/python/tcl/tk8.6/demos/floor.tcl +1371 -0
  3192. package/python/tcl/tk8.6/demos/fontchoose.tcl +67 -0
  3193. package/python/tcl/tk8.6/demos/form.tcl +38 -0
  3194. package/python/tcl/tk8.6/demos/goldberg.tcl +1833 -0
  3195. package/python/tcl/tk8.6/demos/hello +22 -0
  3196. package/python/tcl/tk8.6/demos/hscale.tcl +45 -0
  3197. package/python/tcl/tk8.6/demos/icon.tcl +51 -0
  3198. package/python/tcl/tk8.6/demos/image1.tcl +35 -0
  3199. package/python/tcl/tk8.6/demos/image2.tcl +108 -0
  3200. package/python/tcl/tk8.6/demos/images/earth.gif +0 -0
  3201. package/python/tcl/tk8.6/demos/images/earthmenu.png +0 -0
  3202. package/python/tcl/tk8.6/demos/images/earthris.gif +0 -0
  3203. package/python/tcl/tk8.6/demos/images/flagdown.xbm +27 -0
  3204. package/python/tcl/tk8.6/demos/images/flagup.xbm +27 -0
  3205. package/python/tcl/tk8.6/demos/images/gray25.xbm +6 -0
  3206. package/python/tcl/tk8.6/demos/images/letters.xbm +27 -0
  3207. package/python/tcl/tk8.6/demos/images/noletter.xbm +27 -0
  3208. package/python/tcl/tk8.6/demos/images/ouster.png +0 -0
  3209. package/python/tcl/tk8.6/demos/images/pattern.xbm +6 -0
  3210. package/python/tcl/tk8.6/demos/images/tcllogo.gif +0 -0
  3211. package/python/tcl/tk8.6/demos/images/teapot.ppm +31 -0
  3212. package/python/tcl/tk8.6/demos/items.tcl +302 -0
  3213. package/python/tcl/tk8.6/demos/ixset +328 -0
  3214. package/python/tcl/tk8.6/demos/knightstour.tcl +268 -0
  3215. package/python/tcl/tk8.6/demos/label.tcl +40 -0
  3216. package/python/tcl/tk8.6/demos/labelframe.tcl +76 -0
  3217. package/python/tcl/tk8.6/demos/license.terms +40 -0
  3218. package/python/tcl/tk8.6/demos/mclist.tcl +119 -0
  3219. package/python/tcl/tk8.6/demos/menu.tcl +180 -0
  3220. package/python/tcl/tk8.6/demos/menubu.tcl +90 -0
  3221. package/python/tcl/tk8.6/demos/msgbox.tcl +62 -0
  3222. package/python/tcl/tk8.6/demos/nl.msg +125 -0
  3223. package/python/tcl/tk8.6/demos/paned1.tcl +32 -0
  3224. package/python/tcl/tk8.6/demos/paned2.tcl +74 -0
  3225. package/python/tcl/tk8.6/demos/pendulum.tcl +197 -0
  3226. package/python/tcl/tk8.6/demos/plot.tcl +97 -0
  3227. package/python/tcl/tk8.6/demos/puzzle.tcl +82 -0
  3228. package/python/tcl/tk8.6/demos/radio.tcl +66 -0
  3229. package/python/tcl/tk8.6/demos/rmt +210 -0
  3230. package/python/tcl/tk8.6/demos/rolodex +204 -0
  3231. package/python/tcl/tk8.6/demos/ruler.tcl +175 -0
  3232. package/python/tcl/tk8.6/demos/sayings.tcl +44 -0
  3233. package/python/tcl/tk8.6/demos/search.tcl +139 -0
  3234. package/python/tcl/tk8.6/demos/spin.tcl +53 -0
  3235. package/python/tcl/tk8.6/demos/square +60 -0
  3236. package/python/tcl/tk8.6/demos/states.tcl +54 -0
  3237. package/python/tcl/tk8.6/demos/style.tcl +155 -0
  3238. package/python/tcl/tk8.6/demos/tclIndex +67 -0
  3239. package/python/tcl/tk8.6/demos/tcolor +358 -0
  3240. package/python/tcl/tk8.6/demos/text.tcl +113 -0
  3241. package/python/tcl/tk8.6/demos/textpeer.tcl +62 -0
  3242. package/python/tcl/tk8.6/demos/timer +47 -0
  3243. package/python/tcl/tk8.6/demos/toolbar.tcl +92 -0
  3244. package/python/tcl/tk8.6/demos/tree.tcl +89 -0
  3245. package/python/tcl/tk8.6/demos/ttkbut.tcl +84 -0
  3246. package/python/tcl/tk8.6/demos/ttkmenu.tcl +53 -0
  3247. package/python/tcl/tk8.6/demos/ttknote.tcl +57 -0
  3248. package/python/tcl/tk8.6/demos/ttkpane.tcl +112 -0
  3249. package/python/tcl/tk8.6/demos/ttkprogress.tcl +46 -0
  3250. package/python/tcl/tk8.6/demos/ttkscale.tcl +39 -0
  3251. package/python/tcl/tk8.6/demos/twind.tcl +351 -0
  3252. package/python/tcl/tk8.6/demos/unicodeout.tcl +145 -0
  3253. package/python/tcl/tk8.6/demos/vscale.tcl +46 -0
  3254. package/python/tcl/tk8.6/demos/widget +734 -0
  3255. package/python/tcl/tk8.6/dialog.tcl +175 -0
  3256. package/python/tcl/tk8.6/entry.tcl +686 -0
  3257. package/python/tcl/tk8.6/focus.tcl +178 -0
  3258. package/python/tcl/tk8.6/fontchooser.tcl +456 -0
  3259. package/python/tcl/tk8.6/iconlist.tcl +717 -0
  3260. package/python/tcl/tk8.6/icons.tcl +153 -0
  3261. package/python/tcl/tk8.6/images/README +7 -0
  3262. package/python/tcl/tk8.6/images/logo.eps +2091 -0
  3263. package/python/tcl/tk8.6/images/logo100.gif +0 -0
  3264. package/python/tcl/tk8.6/images/logo64.gif +0 -0
  3265. package/python/tcl/tk8.6/images/logoLarge.gif +0 -0
  3266. package/python/tcl/tk8.6/images/logoMed.gif +0 -0
  3267. package/python/tcl/tk8.6/images/pwrdLogo.eps +1897 -0
  3268. package/python/tcl/tk8.6/images/pwrdLogo100.gif +0 -0
  3269. package/python/tcl/tk8.6/images/pwrdLogo150.gif +0 -0
  3270. package/python/tcl/tk8.6/images/pwrdLogo175.gif +0 -0
  3271. package/python/tcl/tk8.6/images/pwrdLogo200.gif +0 -0
  3272. package/python/tcl/tk8.6/images/pwrdLogo75.gif +0 -0
  3273. package/python/tcl/tk8.6/images/tai-ku.gif +0 -0
  3274. package/python/tcl/tk8.6/license.terms +40 -0
  3275. package/python/tcl/tk8.6/listbox.tcl +560 -0
  3276. package/python/tcl/tk8.6/megawidget.tcl +297 -0
  3277. package/python/tcl/tk8.6/menu.tcl +1377 -0
  3278. package/python/tcl/tk8.6/mkpsenc.tcl +1488 -0
  3279. package/python/tcl/tk8.6/msgbox.tcl +427 -0
  3280. package/python/tcl/tk8.6/msgs/cs.msg +77 -0
  3281. package/python/tcl/tk8.6/msgs/da.msg +78 -0
  3282. package/python/tcl/tk8.6/msgs/de.msg +91 -0
  3283. package/python/tcl/tk8.6/msgs/el.msg +86 -0
  3284. package/python/tcl/tk8.6/msgs/en.msg +91 -0
  3285. package/python/tcl/tk8.6/msgs/en_gb.msg +3 -0
  3286. package/python/tcl/tk8.6/msgs/eo.msg +75 -0
  3287. package/python/tcl/tk8.6/msgs/es.msg +76 -0
  3288. package/python/tcl/tk8.6/msgs/fr.msg +72 -0
  3289. package/python/tcl/tk8.6/msgs/hu.msg +78 -0
  3290. package/python/tcl/tk8.6/msgs/it.msg +73 -0
  3291. package/python/tcl/tk8.6/msgs/nl.msg +91 -0
  3292. package/python/tcl/tk8.6/msgs/pl.msg +91 -0
  3293. package/python/tcl/tk8.6/msgs/pt.msg +74 -0
  3294. package/python/tcl/tk8.6/msgs/ru.msg +75 -0
  3295. package/python/tcl/tk8.6/msgs/sv.msg +76 -0
  3296. package/python/tcl/tk8.6/obsolete.tcl +178 -0
  3297. package/python/tcl/tk8.6/optMenu.tcl +43 -0
  3298. package/python/tcl/tk8.6/palette.tcl +244 -0
  3299. package/python/tcl/tk8.6/panedwindow.tcl +194 -0
  3300. package/python/tcl/tk8.6/pkgIndex.tcl +7 -0
  3301. package/python/tcl/tk8.6/safetk.tcl +262 -0
  3302. package/python/tcl/tk8.6/scale.tcl +290 -0
  3303. package/python/tcl/tk8.6/scrlbar.tcl +456 -0
  3304. package/python/tcl/tk8.6/spinbox.tcl +593 -0
  3305. package/python/tcl/tk8.6/tclIndex +253 -0
  3306. package/python/tcl/tk8.6/tearoff.tcl +184 -0
  3307. package/python/tcl/tk8.6/text.tcl +1237 -0
  3308. package/python/tcl/tk8.6/tk.tcl +712 -0
  3309. package/python/tcl/tk8.6/tkfbox.tcl +1240 -0
  3310. package/python/tcl/tk8.6/ttk/altTheme.tcl +109 -0
  3311. package/python/tcl/tk8.6/ttk/aquaTheme.tcl +119 -0
  3312. package/python/tcl/tk8.6/ttk/button.tcl +83 -0
  3313. package/python/tcl/tk8.6/ttk/clamTheme.tcl +147 -0
  3314. package/python/tcl/tk8.6/ttk/classicTheme.tcl +115 -0
  3315. package/python/tcl/tk8.6/ttk/combobox.tcl +448 -0
  3316. package/python/tcl/tk8.6/ttk/cursors.tcl +208 -0
  3317. package/python/tcl/tk8.6/ttk/defaults.tcl +143 -0
  3318. package/python/tcl/tk8.6/ttk/entry.tcl +632 -0
  3319. package/python/tcl/tk8.6/ttk/fonts.tcl +157 -0
  3320. package/python/tcl/tk8.6/ttk/menubutton.tcl +241 -0
  3321. package/python/tcl/tk8.6/ttk/notebook.tcl +199 -0
  3322. package/python/tcl/tk8.6/ttk/panedwindow.tcl +91 -0
  3323. package/python/tcl/tk8.6/ttk/progress.tcl +49 -0
  3324. package/python/tcl/tk8.6/ttk/scale.tcl +94 -0
  3325. package/python/tcl/tk8.6/ttk/scrollbar.tcl +126 -0
  3326. package/python/tcl/tk8.6/ttk/sizegrip.tcl +102 -0
  3327. package/python/tcl/tk8.6/ttk/spinbox.tcl +192 -0
  3328. package/python/tcl/tk8.6/ttk/treeview.tcl +383 -0
  3329. package/python/tcl/tk8.6/ttk/ttk.tcl +176 -0
  3330. package/python/tcl/tk8.6/ttk/utils.tcl +337 -0
  3331. package/python/tcl/tk8.6/ttk/vistaTheme.tcl +229 -0
  3332. package/python/tcl/tk8.6/ttk/winTheme.tcl +84 -0
  3333. package/python/tcl/tk8.6/ttk/xpTheme.tcl +67 -0
  3334. package/python/tcl/tk8.6/unsupported.tcl +269 -0
  3335. package/python/tcl/tk8.6/xmfbox.tcl +989 -0
  3336. package/python/tcl/tk86t.lib +0 -0
  3337. package/python/tcl/tkstub86.lib +0 -0
  3338. package/python/vcruntime140.dll +0 -0
  3339. package/python/vcruntime140_1.dll +0 -0
  3340. package/runtime-manifest.json +7 -0
@@ -0,0 +1,3471 @@
1
+ """Get useful information from live Python objects.
2
+
3
+ This module encapsulates the interface provided by the internal special
4
+ attributes (co_*, im_*, tb_*, etc.) in a friendlier fashion.
5
+ It also provides some help for examining source code and class layout.
6
+
7
+ Here are some of the useful functions provided by this module:
8
+
9
+ ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(),
10
+ isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
11
+ isroutine() - check object types
12
+ getmembers() - get members of an object that satisfy a given condition
13
+
14
+ getfile(), getsourcefile(), getsource() - find an object's source code
15
+ getdoc(), getcomments() - get documentation on an object
16
+ getmodule() - determine the module that an object came from
17
+ getclasstree() - arrange classes so as to represent their hierarchy
18
+
19
+ getargvalues(), getcallargs() - get info about function arguments
20
+ getfullargspec() - same, with support for Python 3 features
21
+ formatargvalues() - format an argument spec
22
+ getouterframes(), getinnerframes() - get info about frames
23
+ currentframe() - get the current stack frame
24
+ stack(), trace() - get info about frames on the stack or in a traceback
25
+
26
+ signature() - get a Signature object for the callable
27
+
28
+ get_annotations() - safely compute an object's annotations
29
+ """
30
+
31
+ # This module is in the public domain. No warranties.
32
+
33
+ __author__ = ('Ka-Ping Yee <ping@lfw.org>',
34
+ 'Yury Selivanov <yselivanov@sprymix.com>')
35
+
36
+ __all__ = [
37
+ "AGEN_CLOSED",
38
+ "AGEN_CREATED",
39
+ "AGEN_RUNNING",
40
+ "AGEN_SUSPENDED",
41
+ "ArgInfo",
42
+ "Arguments",
43
+ "Attribute",
44
+ "BlockFinder",
45
+ "BoundArguments",
46
+ "BufferFlags",
47
+ "CORO_CLOSED",
48
+ "CORO_CREATED",
49
+ "CORO_RUNNING",
50
+ "CORO_SUSPENDED",
51
+ "CO_ASYNC_GENERATOR",
52
+ "CO_COROUTINE",
53
+ "CO_GENERATOR",
54
+ "CO_ITERABLE_COROUTINE",
55
+ "CO_NESTED",
56
+ "CO_NEWLOCALS",
57
+ "CO_NOFREE",
58
+ "CO_OPTIMIZED",
59
+ "CO_VARARGS",
60
+ "CO_VARKEYWORDS",
61
+ "ClassFoundException",
62
+ "ClosureVars",
63
+ "EndOfBlock",
64
+ "FrameInfo",
65
+ "FullArgSpec",
66
+ "GEN_CLOSED",
67
+ "GEN_CREATED",
68
+ "GEN_RUNNING",
69
+ "GEN_SUSPENDED",
70
+ "Parameter",
71
+ "Signature",
72
+ "TPFLAGS_IS_ABSTRACT",
73
+ "Traceback",
74
+ "classify_class_attrs",
75
+ "cleandoc",
76
+ "currentframe",
77
+ "findsource",
78
+ "formatannotation",
79
+ "formatannotationrelativeto",
80
+ "formatargvalues",
81
+ "get_annotations",
82
+ "getabsfile",
83
+ "getargs",
84
+ "getargvalues",
85
+ "getasyncgenlocals",
86
+ "getasyncgenstate",
87
+ "getattr_static",
88
+ "getblock",
89
+ "getcallargs",
90
+ "getclasstree",
91
+ "getclosurevars",
92
+ "getcomments",
93
+ "getcoroutinelocals",
94
+ "getcoroutinestate",
95
+ "getdoc",
96
+ "getfile",
97
+ "getframeinfo",
98
+ "getfullargspec",
99
+ "getgeneratorlocals",
100
+ "getgeneratorstate",
101
+ "getinnerframes",
102
+ "getlineno",
103
+ "getmembers",
104
+ "getmembers_static",
105
+ "getmodule",
106
+ "getmodulename",
107
+ "getmro",
108
+ "getouterframes",
109
+ "getsource",
110
+ "getsourcefile",
111
+ "getsourcelines",
112
+ "indentsize",
113
+ "isabstract",
114
+ "isasyncgen",
115
+ "isasyncgenfunction",
116
+ "isawaitable",
117
+ "isbuiltin",
118
+ "isclass",
119
+ "iscode",
120
+ "iscoroutine",
121
+ "iscoroutinefunction",
122
+ "isdatadescriptor",
123
+ "isframe",
124
+ "isfunction",
125
+ "isgenerator",
126
+ "isgeneratorfunction",
127
+ "isgetsetdescriptor",
128
+ "ismemberdescriptor",
129
+ "ismethod",
130
+ "ismethoddescriptor",
131
+ "ismethodwrapper",
132
+ "ismodule",
133
+ "isroutine",
134
+ "istraceback",
135
+ "markcoroutinefunction",
136
+ "signature",
137
+ "stack",
138
+ "trace",
139
+ "unwrap",
140
+ "walktree",
141
+ ]
142
+
143
+
144
+ import abc
145
+ import ast
146
+ import dis
147
+ import collections.abc
148
+ import enum
149
+ import importlib.machinery
150
+ import itertools
151
+ import linecache
152
+ import os
153
+ import re
154
+ import sys
155
+ import tokenize
156
+ import token
157
+ import types
158
+ import functools
159
+ import builtins
160
+ from keyword import iskeyword
161
+ from operator import attrgetter
162
+ from collections import namedtuple, OrderedDict
163
+ from weakref import ref as make_weakref
164
+
165
+ # Create constants for the compiler flags in Include/code.h
166
+ # We try to get them from dis to avoid duplication
167
+ mod_dict = globals()
168
+ for k, v in dis.COMPILER_FLAG_NAMES.items():
169
+ mod_dict["CO_" + v] = k
170
+ del k, v, mod_dict
171
+
172
+ # See Include/object.h
173
+ TPFLAGS_IS_ABSTRACT = 1 << 20
174
+
175
+
176
+ def get_annotations(obj, *, globals=None, locals=None, eval_str=False):
177
+ """Compute the annotations dict for an object.
178
+
179
+ obj may be a callable, class, or module.
180
+ Passing in an object of any other type raises TypeError.
181
+
182
+ Returns a dict. get_annotations() returns a new dict every time
183
+ it's called; calling it twice on the same object will return two
184
+ different but equivalent dicts.
185
+
186
+ This function handles several details for you:
187
+
188
+ * If eval_str is true, values of type str will
189
+ be un-stringized using eval(). This is intended
190
+ for use with stringized annotations
191
+ ("from __future__ import annotations").
192
+ * If obj doesn't have an annotations dict, returns an
193
+ empty dict. (Functions and methods always have an
194
+ annotations dict; classes, modules, and other types of
195
+ callables may not.)
196
+ * Ignores inherited annotations on classes. If a class
197
+ doesn't have its own annotations dict, returns an empty dict.
198
+ * All accesses to object members and dict values are done
199
+ using getattr() and dict.get() for safety.
200
+ * Always, always, always returns a freshly-created dict.
201
+
202
+ eval_str controls whether or not values of type str are replaced
203
+ with the result of calling eval() on those values:
204
+
205
+ * If eval_str is true, eval() is called on values of type str.
206
+ * If eval_str is false (the default), values of type str are unchanged.
207
+
208
+ globals and locals are passed in to eval(); see the documentation
209
+ for eval() for more information. If either globals or locals is
210
+ None, this function may replace that value with a context-specific
211
+ default, contingent on type(obj):
212
+
213
+ * If obj is a module, globals defaults to obj.__dict__.
214
+ * If obj is a class, globals defaults to
215
+ sys.modules[obj.__module__].__dict__ and locals
216
+ defaults to the obj class namespace.
217
+ * If obj is a callable, globals defaults to obj.__globals__,
218
+ although if obj is a wrapped function (using
219
+ functools.update_wrapper()) it is first unwrapped.
220
+ """
221
+ if isinstance(obj, type):
222
+ # class
223
+ obj_dict = getattr(obj, '__dict__', None)
224
+ if obj_dict and hasattr(obj_dict, 'get'):
225
+ ann = obj_dict.get('__annotations__', None)
226
+ if isinstance(ann, types.GetSetDescriptorType):
227
+ ann = None
228
+ else:
229
+ ann = None
230
+
231
+ obj_globals = None
232
+ module_name = getattr(obj, '__module__', None)
233
+ if module_name:
234
+ module = sys.modules.get(module_name, None)
235
+ if module:
236
+ obj_globals = getattr(module, '__dict__', None)
237
+ obj_locals = dict(vars(obj))
238
+ unwrap = obj
239
+ elif isinstance(obj, types.ModuleType):
240
+ # module
241
+ ann = getattr(obj, '__annotations__', None)
242
+ obj_globals = getattr(obj, '__dict__')
243
+ obj_locals = None
244
+ unwrap = None
245
+ elif callable(obj):
246
+ # this includes types.Function, types.BuiltinFunctionType,
247
+ # types.BuiltinMethodType, functools.partial, functools.singledispatch,
248
+ # "class funclike" from Lib/test/test_inspect... on and on it goes.
249
+ ann = getattr(obj, '__annotations__', None)
250
+ obj_globals = getattr(obj, '__globals__', None)
251
+ obj_locals = None
252
+ unwrap = obj
253
+ else:
254
+ raise TypeError(f"{obj!r} is not a module, class, or callable.")
255
+
256
+ if ann is None:
257
+ return {}
258
+
259
+ if not isinstance(ann, dict):
260
+ raise ValueError(f"{obj!r}.__annotations__ is neither a dict nor None")
261
+
262
+ if not ann:
263
+ return {}
264
+
265
+ if not eval_str:
266
+ return dict(ann)
267
+
268
+ if unwrap is not None:
269
+ while True:
270
+ if hasattr(unwrap, '__wrapped__'):
271
+ unwrap = unwrap.__wrapped__
272
+ continue
273
+ if isinstance(unwrap, functools.partial):
274
+ unwrap = unwrap.func
275
+ continue
276
+ break
277
+ if hasattr(unwrap, "__globals__"):
278
+ obj_globals = unwrap.__globals__
279
+
280
+ if globals is None:
281
+ globals = obj_globals
282
+ if locals is None:
283
+ locals = obj_locals or {}
284
+
285
+ # "Inject" type parameters into the local namespace
286
+ # (unless they are shadowed by assignments *in* the local namespace),
287
+ # as a way of emulating annotation scopes when calling `eval()`
288
+ if type_params := getattr(obj, "__type_params__", ()):
289
+ locals = {param.__name__: param for param in type_params} | locals
290
+
291
+ return_value = {key:
292
+ value if not isinstance(value, str) else eval(value, globals, locals)
293
+ for key, value in ann.items() }
294
+ return return_value
295
+
296
+
297
+ # ----------------------------------------------------------- type-checking
298
+ def ismodule(object):
299
+ """Return true if the object is a module."""
300
+ return isinstance(object, types.ModuleType)
301
+
302
+ def isclass(object):
303
+ """Return true if the object is a class."""
304
+ return isinstance(object, type)
305
+
306
+ def ismethod(object):
307
+ """Return true if the object is an instance method."""
308
+ return isinstance(object, types.MethodType)
309
+
310
+ def ismethoddescriptor(object):
311
+ """Return true if the object is a method descriptor.
312
+
313
+ But not if ismethod() or isclass() or isfunction() are true.
314
+
315
+ This is new in Python 2.2, and, for example, is true of int.__add__.
316
+ An object passing this test has a __get__ attribute, but not a
317
+ __set__ attribute or a __delete__ attribute. Beyond that, the set
318
+ of attributes varies; __name__ is usually sensible, and __doc__
319
+ often is.
320
+
321
+ Methods implemented via descriptors that also pass one of the other
322
+ tests return false from the ismethoddescriptor() test, simply because
323
+ the other tests promise more -- you can, e.g., count on having the
324
+ __func__ attribute (etc) when an object passes ismethod()."""
325
+ if isclass(object) or ismethod(object) or isfunction(object):
326
+ # mutual exclusion
327
+ return False
328
+ if isinstance(object, functools.partial):
329
+ # Lie for children. The addition of partial.__get__
330
+ # doesn't currently change the partial objects behaviour,
331
+ # not counting a warning about future changes.
332
+ return False
333
+ tp = type(object)
334
+ return (hasattr(tp, "__get__")
335
+ and not hasattr(tp, "__set__")
336
+ and not hasattr(tp, "__delete__"))
337
+
338
+ def isdatadescriptor(object):
339
+ """Return true if the object is a data descriptor.
340
+
341
+ Data descriptors have a __set__ or a __delete__ attribute. Examples are
342
+ properties (defined in Python) and getsets and members (defined in C).
343
+ Typically, data descriptors will also have __name__ and __doc__ attributes
344
+ (properties, getsets, and members have both of these attributes), but this
345
+ is not guaranteed."""
346
+ if isclass(object) or ismethod(object) or isfunction(object):
347
+ # mutual exclusion
348
+ return False
349
+ tp = type(object)
350
+ return hasattr(tp, "__set__") or hasattr(tp, "__delete__")
351
+
352
+ if hasattr(types, 'MemberDescriptorType'):
353
+ # CPython and equivalent
354
+ def ismemberdescriptor(object):
355
+ """Return true if the object is a member descriptor.
356
+
357
+ Member descriptors are specialized descriptors defined in extension
358
+ modules."""
359
+ return isinstance(object, types.MemberDescriptorType)
360
+ else:
361
+ # Other implementations
362
+ def ismemberdescriptor(object):
363
+ """Return true if the object is a member descriptor.
364
+
365
+ Member descriptors are specialized descriptors defined in extension
366
+ modules."""
367
+ return False
368
+
369
+ if hasattr(types, 'GetSetDescriptorType'):
370
+ # CPython and equivalent
371
+ def isgetsetdescriptor(object):
372
+ """Return true if the object is a getset descriptor.
373
+
374
+ getset descriptors are specialized descriptors defined in extension
375
+ modules."""
376
+ return isinstance(object, types.GetSetDescriptorType)
377
+ else:
378
+ # Other implementations
379
+ def isgetsetdescriptor(object):
380
+ """Return true if the object is a getset descriptor.
381
+
382
+ getset descriptors are specialized descriptors defined in extension
383
+ modules."""
384
+ return False
385
+
386
+ def isfunction(object):
387
+ """Return true if the object is a user-defined function.
388
+
389
+ Function objects provide these attributes:
390
+ __doc__ documentation string
391
+ __name__ name with which this function was defined
392
+ __code__ code object containing compiled function bytecode
393
+ __defaults__ tuple of any default values for arguments
394
+ __globals__ global namespace in which this function was defined
395
+ __annotations__ dict of parameter annotations
396
+ __kwdefaults__ dict of keyword only parameters with defaults"""
397
+ return isinstance(object, types.FunctionType)
398
+
399
+ def _has_code_flag(f, flag):
400
+ """Return true if ``f`` is a function (or a method or functools.partial
401
+ wrapper wrapping a function or a functools.partialmethod wrapping a
402
+ function) whose code object has the given ``flag``
403
+ set in its flags."""
404
+ f = functools._unwrap_partialmethod(f)
405
+ while ismethod(f):
406
+ f = f.__func__
407
+ f = functools._unwrap_partial(f)
408
+ if not (isfunction(f) or _signature_is_functionlike(f)):
409
+ return False
410
+ return bool(f.__code__.co_flags & flag)
411
+
412
+ def isgeneratorfunction(obj):
413
+ """Return true if the object is a user-defined generator function.
414
+
415
+ Generator function objects provide the same attributes as functions.
416
+ See help(isfunction) for a list of attributes."""
417
+ return _has_code_flag(obj, CO_GENERATOR)
418
+
419
+ # A marker for markcoroutinefunction and iscoroutinefunction.
420
+ _is_coroutine_mark = object()
421
+
422
+ def _has_coroutine_mark(f):
423
+ while ismethod(f):
424
+ f = f.__func__
425
+ f = functools._unwrap_partial(f)
426
+ return getattr(f, "_is_coroutine_marker", None) is _is_coroutine_mark
427
+
428
+ def markcoroutinefunction(func):
429
+ """
430
+ Decorator to ensure callable is recognised as a coroutine function.
431
+ """
432
+ if hasattr(func, '__func__'):
433
+ func = func.__func__
434
+ func._is_coroutine_marker = _is_coroutine_mark
435
+ return func
436
+
437
+ def iscoroutinefunction(obj):
438
+ """Return true if the object is a coroutine function.
439
+
440
+ Coroutine functions are normally defined with "async def" syntax, but may
441
+ be marked via markcoroutinefunction.
442
+ """
443
+ return _has_code_flag(obj, CO_COROUTINE) or _has_coroutine_mark(obj)
444
+
445
+ def isasyncgenfunction(obj):
446
+ """Return true if the object is an asynchronous generator function.
447
+
448
+ Asynchronous generator functions are defined with "async def"
449
+ syntax and have "yield" expressions in their body.
450
+ """
451
+ return _has_code_flag(obj, CO_ASYNC_GENERATOR)
452
+
453
+ def isasyncgen(object):
454
+ """Return true if the object is an asynchronous generator."""
455
+ return isinstance(object, types.AsyncGeneratorType)
456
+
457
+ def isgenerator(object):
458
+ """Return true if the object is a generator.
459
+
460
+ Generator objects provide these attributes:
461
+ __iter__ defined to support iteration over container
462
+ close raises a new GeneratorExit exception inside the
463
+ generator to terminate the iteration
464
+ gi_code code object
465
+ gi_frame frame object or possibly None once the generator has
466
+ been exhausted
467
+ gi_running set to 1 when generator is executing, 0 otherwise
468
+ gi_suspended set to 1 when the generator is suspended at a yield point, 0 otherwise
469
+ gi_yieldfrom object being iterated by yield from or None
470
+ next return the next item from the container
471
+ send resumes the generator and "sends" a value that becomes
472
+ the result of the current yield-expression
473
+ throw used to raise an exception inside the generator"""
474
+ return isinstance(object, types.GeneratorType)
475
+
476
+ def iscoroutine(object):
477
+ """Return true if the object is a coroutine."""
478
+ return isinstance(object, types.CoroutineType)
479
+
480
+ def isawaitable(object):
481
+ """Return true if object can be passed to an ``await`` expression."""
482
+ return (isinstance(object, types.CoroutineType) or
483
+ isinstance(object, types.GeneratorType) and
484
+ bool(object.gi_code.co_flags & CO_ITERABLE_COROUTINE) or
485
+ isinstance(object, collections.abc.Awaitable))
486
+
487
+ def istraceback(object):
488
+ """Return true if the object is a traceback.
489
+
490
+ Traceback objects provide these attributes:
491
+ tb_frame frame object at this level
492
+ tb_lasti index of last attempted instruction in bytecode
493
+ tb_lineno current line number in Python source code
494
+ tb_next next inner traceback object (called by this level)"""
495
+ return isinstance(object, types.TracebackType)
496
+
497
+ def isframe(object):
498
+ """Return true if the object is a frame object.
499
+
500
+ Frame objects provide these attributes:
501
+ f_back next outer frame object (this frame's caller)
502
+ f_builtins built-in namespace seen by this frame
503
+ f_code code object being executed in this frame
504
+ f_globals global namespace seen by this frame
505
+ f_lasti index of last attempted instruction in bytecode
506
+ f_lineno current line number in Python source code
507
+ f_locals local namespace seen by this frame
508
+ f_trace tracing function for this frame, or None"""
509
+ return isinstance(object, types.FrameType)
510
+
511
+ def iscode(object):
512
+ """Return true if the object is a code object.
513
+
514
+ Code objects provide these attributes:
515
+ co_argcount number of arguments (not including *, ** args
516
+ or keyword only arguments)
517
+ co_code string of raw compiled bytecode
518
+ co_cellvars tuple of names of cell variables
519
+ co_consts tuple of constants used in the bytecode
520
+ co_filename name of file in which this code object was created
521
+ co_firstlineno number of first line in Python source code
522
+ co_flags bitmap: 1=optimized | 2=newlocals | 4=*arg | 8=**arg
523
+ | 16=nested | 32=generator | 64=nofree | 128=coroutine
524
+ | 256=iterable_coroutine | 512=async_generator
525
+ co_freevars tuple of names of free variables
526
+ co_posonlyargcount number of positional only arguments
527
+ co_kwonlyargcount number of keyword only arguments (not including ** arg)
528
+ co_lnotab encoded mapping of line numbers to bytecode indices
529
+ co_name name with which this code object was defined
530
+ co_names tuple of names other than arguments and function locals
531
+ co_nlocals number of local variables
532
+ co_stacksize virtual machine stack space required
533
+ co_varnames tuple of names of arguments and local variables"""
534
+ return isinstance(object, types.CodeType)
535
+
536
+ def isbuiltin(object):
537
+ """Return true if the object is a built-in function or method.
538
+
539
+ Built-in functions and methods provide these attributes:
540
+ __doc__ documentation string
541
+ __name__ original name of this function or method
542
+ __self__ instance to which a method is bound, or None"""
543
+ return isinstance(object, types.BuiltinFunctionType)
544
+
545
+ def ismethodwrapper(object):
546
+ """Return true if the object is a method wrapper."""
547
+ return isinstance(object, types.MethodWrapperType)
548
+
549
+ def isroutine(object):
550
+ """Return true if the object is any kind of function or method."""
551
+ return (isbuiltin(object)
552
+ or isfunction(object)
553
+ or ismethod(object)
554
+ or ismethoddescriptor(object)
555
+ or ismethodwrapper(object))
556
+
557
+ def isabstract(object):
558
+ """Return true if the object is an abstract base class (ABC)."""
559
+ if not isinstance(object, type):
560
+ return False
561
+ if object.__flags__ & TPFLAGS_IS_ABSTRACT:
562
+ return True
563
+ if not issubclass(type(object), abc.ABCMeta):
564
+ return False
565
+ if hasattr(object, '__abstractmethods__'):
566
+ # It looks like ABCMeta.__new__ has finished running;
567
+ # TPFLAGS_IS_ABSTRACT should have been accurate.
568
+ return False
569
+ # It looks like ABCMeta.__new__ has not finished running yet; we're
570
+ # probably in __init_subclass__. We'll look for abstractmethods manually.
571
+ for name, value in object.__dict__.items():
572
+ if getattr(value, "__isabstractmethod__", False):
573
+ return True
574
+ for base in object.__bases__:
575
+ for name in getattr(base, "__abstractmethods__", ()):
576
+ value = getattr(object, name, None)
577
+ if getattr(value, "__isabstractmethod__", False):
578
+ return True
579
+ return False
580
+
581
+ def _getmembers(object, predicate, getter):
582
+ results = []
583
+ processed = set()
584
+ names = dir(object)
585
+ if isclass(object):
586
+ mro = getmro(object)
587
+ # add any DynamicClassAttributes to the list of names if object is a class;
588
+ # this may result in duplicate entries if, for example, a virtual
589
+ # attribute with the same name as a DynamicClassAttribute exists
590
+ try:
591
+ for base in object.__bases__:
592
+ for k, v in base.__dict__.items():
593
+ if isinstance(v, types.DynamicClassAttribute):
594
+ names.append(k)
595
+ except AttributeError:
596
+ pass
597
+ else:
598
+ mro = ()
599
+ for key in names:
600
+ # First try to get the value via getattr. Some descriptors don't
601
+ # like calling their __get__ (see bug #1785), so fall back to
602
+ # looking in the __dict__.
603
+ try:
604
+ value = getter(object, key)
605
+ # handle the duplicate key
606
+ if key in processed:
607
+ raise AttributeError
608
+ except AttributeError:
609
+ for base in mro:
610
+ if key in base.__dict__:
611
+ value = base.__dict__[key]
612
+ break
613
+ else:
614
+ # could be a (currently) missing slot member, or a buggy
615
+ # __dir__; discard and move on
616
+ continue
617
+ if not predicate or predicate(value):
618
+ results.append((key, value))
619
+ processed.add(key)
620
+ results.sort(key=lambda pair: pair[0])
621
+ return results
622
+
623
+ def getmembers(object, predicate=None):
624
+ """Return all members of an object as (name, value) pairs sorted by name.
625
+ Optionally, only return members that satisfy a given predicate."""
626
+ return _getmembers(object, predicate, getattr)
627
+
628
+ def getmembers_static(object, predicate=None):
629
+ """Return all members of an object as (name, value) pairs sorted by name
630
+ without triggering dynamic lookup via the descriptor protocol,
631
+ __getattr__ or __getattribute__. Optionally, only return members that
632
+ satisfy a given predicate.
633
+
634
+ Note: this function may not be able to retrieve all members
635
+ that getmembers can fetch (like dynamically created attributes)
636
+ and may find members that getmembers can't (like descriptors
637
+ that raise AttributeError). It can also return descriptor objects
638
+ instead of instance members in some cases.
639
+ """
640
+ return _getmembers(object, predicate, getattr_static)
641
+
642
+ Attribute = namedtuple('Attribute', 'name kind defining_class object')
643
+
644
+ def classify_class_attrs(cls):
645
+ """Return list of attribute-descriptor tuples.
646
+
647
+ For each name in dir(cls), the return list contains a 4-tuple
648
+ with these elements:
649
+
650
+ 0. The name (a string).
651
+
652
+ 1. The kind of attribute this is, one of these strings:
653
+ 'class method' created via classmethod()
654
+ 'static method' created via staticmethod()
655
+ 'property' created via property()
656
+ 'method' any other flavor of method or descriptor
657
+ 'data' not a method
658
+
659
+ 2. The class which defined this attribute (a class).
660
+
661
+ 3. The object as obtained by calling getattr; if this fails, or if the
662
+ resulting object does not live anywhere in the class' mro (including
663
+ metaclasses) then the object is looked up in the defining class's
664
+ dict (found by walking the mro).
665
+
666
+ If one of the items in dir(cls) is stored in the metaclass it will now
667
+ be discovered and not have None be listed as the class in which it was
668
+ defined. Any items whose home class cannot be discovered are skipped.
669
+ """
670
+
671
+ mro = getmro(cls)
672
+ metamro = getmro(type(cls)) # for attributes stored in the metaclass
673
+ metamro = tuple(cls for cls in metamro if cls not in (type, object))
674
+ class_bases = (cls,) + mro
675
+ all_bases = class_bases + metamro
676
+ names = dir(cls)
677
+ # :dd any DynamicClassAttributes to the list of names;
678
+ # this may result in duplicate entries if, for example, a virtual
679
+ # attribute with the same name as a DynamicClassAttribute exists.
680
+ for base in mro:
681
+ for k, v in base.__dict__.items():
682
+ if isinstance(v, types.DynamicClassAttribute) and v.fget is not None:
683
+ names.append(k)
684
+ result = []
685
+ processed = set()
686
+
687
+ for name in names:
688
+ # Get the object associated with the name, and where it was defined.
689
+ # Normal objects will be looked up with both getattr and directly in
690
+ # its class' dict (in case getattr fails [bug #1785], and also to look
691
+ # for a docstring).
692
+ # For DynamicClassAttributes on the second pass we only look in the
693
+ # class's dict.
694
+ #
695
+ # Getting an obj from the __dict__ sometimes reveals more than
696
+ # using getattr. Static and class methods are dramatic examples.
697
+ homecls = None
698
+ get_obj = None
699
+ dict_obj = None
700
+ if name not in processed:
701
+ try:
702
+ if name == '__dict__':
703
+ raise Exception("__dict__ is special, don't want the proxy")
704
+ get_obj = getattr(cls, name)
705
+ except Exception:
706
+ pass
707
+ else:
708
+ homecls = getattr(get_obj, "__objclass__", homecls)
709
+ if homecls not in class_bases:
710
+ # if the resulting object does not live somewhere in the
711
+ # mro, drop it and search the mro manually
712
+ homecls = None
713
+ last_cls = None
714
+ # first look in the classes
715
+ for srch_cls in class_bases:
716
+ srch_obj = getattr(srch_cls, name, None)
717
+ if srch_obj is get_obj:
718
+ last_cls = srch_cls
719
+ # then check the metaclasses
720
+ for srch_cls in metamro:
721
+ try:
722
+ srch_obj = srch_cls.__getattr__(cls, name)
723
+ except AttributeError:
724
+ continue
725
+ if srch_obj is get_obj:
726
+ last_cls = srch_cls
727
+ if last_cls is not None:
728
+ homecls = last_cls
729
+ for base in all_bases:
730
+ if name in base.__dict__:
731
+ dict_obj = base.__dict__[name]
732
+ if homecls not in metamro:
733
+ homecls = base
734
+ break
735
+ if homecls is None:
736
+ # unable to locate the attribute anywhere, most likely due to
737
+ # buggy custom __dir__; discard and move on
738
+ continue
739
+ obj = get_obj if get_obj is not None else dict_obj
740
+ # Classify the object or its descriptor.
741
+ if isinstance(dict_obj, (staticmethod, types.BuiltinMethodType)):
742
+ kind = "static method"
743
+ obj = dict_obj
744
+ elif isinstance(dict_obj, (classmethod, types.ClassMethodDescriptorType)):
745
+ kind = "class method"
746
+ obj = dict_obj
747
+ elif isinstance(dict_obj, property):
748
+ kind = "property"
749
+ obj = dict_obj
750
+ elif isroutine(obj):
751
+ kind = "method"
752
+ else:
753
+ kind = "data"
754
+ result.append(Attribute(name, kind, homecls, obj))
755
+ processed.add(name)
756
+ return result
757
+
758
+ # ----------------------------------------------------------- class helpers
759
+
760
+ def getmro(cls):
761
+ "Return tuple of base classes (including cls) in method resolution order."
762
+ return cls.__mro__
763
+
764
+ # -------------------------------------------------------- function helpers
765
+
766
+ def unwrap(func, *, stop=None):
767
+ """Get the object wrapped by *func*.
768
+
769
+ Follows the chain of :attr:`__wrapped__` attributes returning the last
770
+ object in the chain.
771
+
772
+ *stop* is an optional callback accepting an object in the wrapper chain
773
+ as its sole argument that allows the unwrapping to be terminated early if
774
+ the callback returns a true value. If the callback never returns a true
775
+ value, the last object in the chain is returned as usual. For example,
776
+ :func:`signature` uses this to stop unwrapping if any object in the
777
+ chain has a ``__signature__`` attribute defined.
778
+
779
+ :exc:`ValueError` is raised if a cycle is encountered.
780
+
781
+ """
782
+ f = func # remember the original func for error reporting
783
+ # Memoise by id to tolerate non-hashable objects, but store objects to
784
+ # ensure they aren't destroyed, which would allow their IDs to be reused.
785
+ memo = {id(f): f}
786
+ recursion_limit = sys.getrecursionlimit()
787
+ while not isinstance(func, type) and hasattr(func, '__wrapped__'):
788
+ if stop is not None and stop(func):
789
+ break
790
+ func = func.__wrapped__
791
+ id_func = id(func)
792
+ if (id_func in memo) or (len(memo) >= recursion_limit):
793
+ raise ValueError('wrapper loop when unwrapping {!r}'.format(f))
794
+ memo[id_func] = func
795
+ return func
796
+
797
+ # -------------------------------------------------- source code extraction
798
+ def indentsize(line):
799
+ """Return the indent size, in spaces, at the start of a line of text."""
800
+ expline = line.expandtabs()
801
+ return len(expline) - len(expline.lstrip())
802
+
803
+ def _findclass(func):
804
+ cls = sys.modules.get(func.__module__)
805
+ if cls is None:
806
+ return None
807
+ for name in func.__qualname__.split('.')[:-1]:
808
+ cls = getattr(cls, name)
809
+ if not isclass(cls):
810
+ return None
811
+ return cls
812
+
813
+ def _finddoc(obj):
814
+ if isclass(obj):
815
+ for base in obj.__mro__:
816
+ if base is not object:
817
+ try:
818
+ doc = base.__doc__
819
+ except AttributeError:
820
+ continue
821
+ if doc is not None:
822
+ return doc
823
+ return None
824
+
825
+ if ismethod(obj):
826
+ name = obj.__func__.__name__
827
+ self = obj.__self__
828
+ if (isclass(self) and
829
+ getattr(getattr(self, name, None), '__func__') is obj.__func__):
830
+ # classmethod
831
+ cls = self
832
+ else:
833
+ cls = self.__class__
834
+ elif isfunction(obj):
835
+ name = obj.__name__
836
+ cls = _findclass(obj)
837
+ if cls is None or getattr(cls, name) is not obj:
838
+ return None
839
+ elif isbuiltin(obj):
840
+ name = obj.__name__
841
+ self = obj.__self__
842
+ if (isclass(self) and
843
+ self.__qualname__ + '.' + name == obj.__qualname__):
844
+ # classmethod
845
+ cls = self
846
+ else:
847
+ cls = self.__class__
848
+ # Should be tested before isdatadescriptor().
849
+ elif isinstance(obj, property):
850
+ name = obj.__name__
851
+ cls = _findclass(obj.fget)
852
+ if cls is None or getattr(cls, name) is not obj:
853
+ return None
854
+ elif ismethoddescriptor(obj) or isdatadescriptor(obj):
855
+ name = obj.__name__
856
+ cls = obj.__objclass__
857
+ if getattr(cls, name) is not obj:
858
+ return None
859
+ if ismemberdescriptor(obj):
860
+ slots = getattr(cls, '__slots__', None)
861
+ if isinstance(slots, dict) and name in slots:
862
+ return slots[name]
863
+ else:
864
+ return None
865
+ for base in cls.__mro__:
866
+ try:
867
+ doc = getattr(base, name).__doc__
868
+ except AttributeError:
869
+ continue
870
+ if doc is not None:
871
+ return doc
872
+ return None
873
+
874
+ def getdoc(object):
875
+ """Get the documentation string for an object.
876
+
877
+ All tabs are expanded to spaces. To clean up docstrings that are
878
+ indented to line up with blocks of code, any whitespace than can be
879
+ uniformly removed from the second line onwards is removed."""
880
+ try:
881
+ doc = object.__doc__
882
+ except AttributeError:
883
+ return None
884
+ if doc is None:
885
+ try:
886
+ doc = _finddoc(object)
887
+ except (AttributeError, TypeError):
888
+ return None
889
+ if not isinstance(doc, str):
890
+ return None
891
+ return cleandoc(doc)
892
+
893
+ def cleandoc(doc):
894
+ """Clean up indentation from docstrings.
895
+
896
+ Any whitespace that can be uniformly removed from the second line
897
+ onwards is removed."""
898
+ lines = doc.expandtabs().split('\n')
899
+
900
+ # Find minimum indentation of any non-blank lines after first line.
901
+ margin = sys.maxsize
902
+ for line in lines[1:]:
903
+ content = len(line.lstrip(' '))
904
+ if content:
905
+ indent = len(line) - content
906
+ margin = min(margin, indent)
907
+ # Remove indentation.
908
+ if lines:
909
+ lines[0] = lines[0].lstrip(' ')
910
+ if margin < sys.maxsize:
911
+ for i in range(1, len(lines)):
912
+ lines[i] = lines[i][margin:]
913
+ # Remove any trailing or leading blank lines.
914
+ while lines and not lines[-1]:
915
+ lines.pop()
916
+ while lines and not lines[0]:
917
+ lines.pop(0)
918
+ return '\n'.join(lines)
919
+
920
+
921
+ def getfile(object):
922
+ """Work out which source or compiled file an object was defined in."""
923
+ if ismodule(object):
924
+ if getattr(object, '__file__', None):
925
+ return object.__file__
926
+ raise TypeError('{!r} is a built-in module'.format(object))
927
+ if isclass(object):
928
+ if hasattr(object, '__module__'):
929
+ module = sys.modules.get(object.__module__)
930
+ if getattr(module, '__file__', None):
931
+ return module.__file__
932
+ if object.__module__ == '__main__':
933
+ raise OSError('source code not available')
934
+ raise TypeError('{!r} is a built-in class'.format(object))
935
+ if ismethod(object):
936
+ object = object.__func__
937
+ if isfunction(object):
938
+ object = object.__code__
939
+ if istraceback(object):
940
+ object = object.tb_frame
941
+ if isframe(object):
942
+ object = object.f_code
943
+ if iscode(object):
944
+ return object.co_filename
945
+ raise TypeError('module, class, method, function, traceback, frame, or '
946
+ 'code object was expected, got {}'.format(
947
+ type(object).__name__))
948
+
949
+ def getmodulename(path):
950
+ """Return the module name for a given file, or None."""
951
+ fname = os.path.basename(path)
952
+ # Check for paths that look like an actual module file
953
+ suffixes = [(-len(suffix), suffix)
954
+ for suffix in importlib.machinery.all_suffixes()]
955
+ suffixes.sort() # try longest suffixes first, in case they overlap
956
+ for neglen, suffix in suffixes:
957
+ if fname.endswith(suffix):
958
+ return fname[:neglen]
959
+ return None
960
+
961
+ def getsourcefile(object):
962
+ """Return the filename that can be used to locate an object's source.
963
+ Return None if no way can be identified to get the source.
964
+ """
965
+ filename = getfile(object)
966
+ all_bytecode_suffixes = importlib.machinery.DEBUG_BYTECODE_SUFFIXES[:]
967
+ all_bytecode_suffixes += importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES[:]
968
+ if any(filename.endswith(s) for s in all_bytecode_suffixes):
969
+ filename = (os.path.splitext(filename)[0] +
970
+ importlib.machinery.SOURCE_SUFFIXES[0])
971
+ elif any(filename.endswith(s) for s in
972
+ importlib.machinery.EXTENSION_SUFFIXES):
973
+ return None
974
+ elif filename.endswith(".fwork"):
975
+ # Apple mobile framework markers are another type of non-source file
976
+ return None
977
+
978
+ # return a filename found in the linecache even if it doesn't exist on disk
979
+ if filename in linecache.cache:
980
+ return filename
981
+ if os.path.exists(filename):
982
+ return filename
983
+ # only return a non-existent filename if the module has a PEP 302 loader
984
+ module = getmodule(object, filename)
985
+ if getattr(module, '__loader__', None) is not None:
986
+ return filename
987
+ elif getattr(getattr(module, "__spec__", None), "loader", None) is not None:
988
+ return filename
989
+
990
+ def getabsfile(object, _filename=None):
991
+ """Return an absolute path to the source or compiled file for an object.
992
+
993
+ The idea is for each object to have a unique origin, so this routine
994
+ normalizes the result as much as possible."""
995
+ if _filename is None:
996
+ _filename = getsourcefile(object) or getfile(object)
997
+ return os.path.normcase(os.path.abspath(_filename))
998
+
999
+ modulesbyfile = {}
1000
+ _filesbymodname = {}
1001
+
1002
+ def getmodule(object, _filename=None):
1003
+ """Return the module an object was defined in, or None if not found."""
1004
+ if ismodule(object):
1005
+ return object
1006
+ if hasattr(object, '__module__'):
1007
+ return sys.modules.get(object.__module__)
1008
+
1009
+ # Try the filename to modulename cache
1010
+ if _filename is not None and _filename in modulesbyfile:
1011
+ return sys.modules.get(modulesbyfile[_filename])
1012
+ # Try the cache again with the absolute file name
1013
+ try:
1014
+ file = getabsfile(object, _filename)
1015
+ except (TypeError, FileNotFoundError):
1016
+ return None
1017
+ if file in modulesbyfile:
1018
+ return sys.modules.get(modulesbyfile[file])
1019
+ # Update the filename to module name cache and check yet again
1020
+ # Copy sys.modules in order to cope with changes while iterating
1021
+ for modname, module in sys.modules.copy().items():
1022
+ if ismodule(module) and hasattr(module, '__file__'):
1023
+ f = module.__file__
1024
+ if f == _filesbymodname.get(modname, None):
1025
+ # Have already mapped this module, so skip it
1026
+ continue
1027
+ _filesbymodname[modname] = f
1028
+ f = getabsfile(module)
1029
+ # Always map to the name the module knows itself by
1030
+ modulesbyfile[f] = modulesbyfile[
1031
+ os.path.realpath(f)] = module.__name__
1032
+ if file in modulesbyfile:
1033
+ return sys.modules.get(modulesbyfile[file])
1034
+ # Check the main module
1035
+ main = sys.modules['__main__']
1036
+ if not hasattr(object, '__name__'):
1037
+ return None
1038
+ if hasattr(main, object.__name__):
1039
+ mainobject = getattr(main, object.__name__)
1040
+ if mainobject is object:
1041
+ return main
1042
+ # Check builtins
1043
+ builtin = sys.modules['builtins']
1044
+ if hasattr(builtin, object.__name__):
1045
+ builtinobject = getattr(builtin, object.__name__)
1046
+ if builtinobject is object:
1047
+ return builtin
1048
+
1049
+
1050
+ class ClassFoundException(Exception):
1051
+ pass
1052
+
1053
+
1054
+ def findsource(object):
1055
+ """Return the entire source file and starting line number for an object.
1056
+
1057
+ The argument may be a module, class, method, function, traceback, frame,
1058
+ or code object. The source code is returned as a list of all the lines
1059
+ in the file and the line number indexes a line in that list. An OSError
1060
+ is raised if the source code cannot be retrieved."""
1061
+
1062
+ file = getsourcefile(object)
1063
+ if file:
1064
+ # Invalidate cache if needed.
1065
+ linecache.checkcache(file)
1066
+ else:
1067
+ file = getfile(object)
1068
+ # Allow filenames in form of "<something>" to pass through.
1069
+ # `doctest` monkeypatches `linecache` module to enable
1070
+ # inspection, so let `linecache.getlines` to be called.
1071
+ if (not (file.startswith('<') and file.endswith('>'))) or file.endswith('.fwork'):
1072
+ raise OSError('source code not available')
1073
+
1074
+ module = getmodule(object, file)
1075
+ if module:
1076
+ lines = linecache.getlines(file, module.__dict__)
1077
+ if not lines and file.startswith('<') and hasattr(object, "__code__"):
1078
+ lines = linecache._getlines_from_code(object.__code__)
1079
+ else:
1080
+ lines = linecache.getlines(file)
1081
+ if not lines:
1082
+ raise OSError('could not get source code')
1083
+
1084
+ if ismodule(object):
1085
+ return lines, 0
1086
+
1087
+ if isclass(object):
1088
+ try:
1089
+ lnum = vars(object)['__firstlineno__'] - 1
1090
+ except (TypeError, KeyError):
1091
+ raise OSError('source code not available')
1092
+ if lnum >= len(lines):
1093
+ raise OSError('lineno is out of bounds')
1094
+ return lines, lnum
1095
+
1096
+ if ismethod(object):
1097
+ object = object.__func__
1098
+ if isfunction(object):
1099
+ object = object.__code__
1100
+ if istraceback(object):
1101
+ object = object.tb_frame
1102
+ if isframe(object):
1103
+ object = object.f_code
1104
+ if iscode(object):
1105
+ if not hasattr(object, 'co_firstlineno'):
1106
+ raise OSError('could not find function definition')
1107
+ lnum = object.co_firstlineno - 1
1108
+ if lnum >= len(lines):
1109
+ raise OSError('lineno is out of bounds')
1110
+ return lines, lnum
1111
+ raise OSError('could not find code object')
1112
+
1113
+ def getcomments(object):
1114
+ """Get lines of comments immediately preceding an object's source code.
1115
+
1116
+ Returns None when source can't be found.
1117
+ """
1118
+ try:
1119
+ lines, lnum = findsource(object)
1120
+ except (OSError, TypeError):
1121
+ return None
1122
+
1123
+ if ismodule(object):
1124
+ # Look for a comment block at the top of the file.
1125
+ start = 0
1126
+ if lines and lines[0][:2] == '#!': start = 1
1127
+ while start < len(lines) and lines[start].strip() in ('', '#'):
1128
+ start = start + 1
1129
+ if start < len(lines) and lines[start][:1] == '#':
1130
+ comments = []
1131
+ end = start
1132
+ while end < len(lines) and lines[end][:1] == '#':
1133
+ comments.append(lines[end].expandtabs())
1134
+ end = end + 1
1135
+ return ''.join(comments)
1136
+
1137
+ # Look for a preceding block of comments at the same indentation.
1138
+ elif lnum > 0:
1139
+ indent = indentsize(lines[lnum])
1140
+ end = lnum - 1
1141
+ if end >= 0 and lines[end].lstrip()[:1] == '#' and \
1142
+ indentsize(lines[end]) == indent:
1143
+ comments = [lines[end].expandtabs().lstrip()]
1144
+ if end > 0:
1145
+ end = end - 1
1146
+ comment = lines[end].expandtabs().lstrip()
1147
+ while comment[:1] == '#' and indentsize(lines[end]) == indent:
1148
+ comments[:0] = [comment]
1149
+ end = end - 1
1150
+ if end < 0: break
1151
+ comment = lines[end].expandtabs().lstrip()
1152
+ while comments and comments[0].strip() == '#':
1153
+ comments[:1] = []
1154
+ while comments and comments[-1].strip() == '#':
1155
+ comments[-1:] = []
1156
+ return ''.join(comments)
1157
+
1158
+ class EndOfBlock(Exception): pass
1159
+
1160
+ class BlockFinder:
1161
+ """Provide a tokeneater() method to detect the end of a code block."""
1162
+ def __init__(self):
1163
+ self.indent = 0
1164
+ self.singleline = False
1165
+ self.started = False
1166
+ self.passline = False
1167
+ self.indecorator = False
1168
+ self.last = 1
1169
+ self.body_col0 = None
1170
+
1171
+ def tokeneater(self, type, token, srowcol, erowcol, line):
1172
+ if not self.started and not self.indecorator:
1173
+ if type in (tokenize.INDENT, tokenize.COMMENT, tokenize.NL):
1174
+ pass
1175
+ elif token == "async":
1176
+ pass
1177
+ # skip any decorators
1178
+ elif token == "@":
1179
+ self.indecorator = True
1180
+ else:
1181
+ # For "def" and "class" scan to the end of the block.
1182
+ # For "lambda" and generator expression scan to
1183
+ # the end of the logical line.
1184
+ self.singleline = token not in ("def", "class")
1185
+ self.started = True
1186
+ self.passline = True # skip to the end of the line
1187
+ elif type == tokenize.NEWLINE:
1188
+ self.passline = False # stop skipping when a NEWLINE is seen
1189
+ self.last = srowcol[0]
1190
+ if self.singleline:
1191
+ raise EndOfBlock
1192
+ # hitting a NEWLINE when in a decorator without args
1193
+ # ends the decorator
1194
+ if self.indecorator:
1195
+ self.indecorator = False
1196
+ elif self.passline:
1197
+ pass
1198
+ elif type == tokenize.INDENT:
1199
+ if self.body_col0 is None and self.started:
1200
+ self.body_col0 = erowcol[1]
1201
+ self.indent = self.indent + 1
1202
+ self.passline = True
1203
+ elif type == tokenize.DEDENT:
1204
+ self.indent = self.indent - 1
1205
+ # the end of matching indent/dedent pairs end a block
1206
+ # (note that this only works for "def"/"class" blocks,
1207
+ # not e.g. for "if: else:" or "try: finally:" blocks)
1208
+ if self.indent <= 0:
1209
+ raise EndOfBlock
1210
+ elif type == tokenize.COMMENT:
1211
+ if self.body_col0 is not None and srowcol[1] >= self.body_col0:
1212
+ # Include comments if indented at least as much as the block
1213
+ self.last = srowcol[0]
1214
+ elif self.indent == 0 and type not in (tokenize.COMMENT, tokenize.NL):
1215
+ # any other token on the same indentation level end the previous
1216
+ # block as well, except the pseudo-tokens COMMENT and NL.
1217
+ raise EndOfBlock
1218
+
1219
+ def getblock(lines):
1220
+ """Extract the block of code at the top of the given list of lines."""
1221
+ blockfinder = BlockFinder()
1222
+ try:
1223
+ tokens = tokenize.generate_tokens(iter(lines).__next__)
1224
+ for _token in tokens:
1225
+ blockfinder.tokeneater(*_token)
1226
+ except (EndOfBlock, IndentationError):
1227
+ pass
1228
+ except SyntaxError as e:
1229
+ if "unmatched" not in e.msg:
1230
+ raise e from None
1231
+ _, *_token_info = _token
1232
+ try:
1233
+ blockfinder.tokeneater(tokenize.NEWLINE, *_token_info)
1234
+ except (EndOfBlock, IndentationError):
1235
+ pass
1236
+ return lines[:blockfinder.last]
1237
+
1238
+ def getsourcelines(object):
1239
+ """Return a list of source lines and starting line number for an object.
1240
+
1241
+ The argument may be a module, class, method, function, traceback, frame,
1242
+ or code object. The source code is returned as a list of the lines
1243
+ corresponding to the object and the line number indicates where in the
1244
+ original source file the first line of code was found. An OSError is
1245
+ raised if the source code cannot be retrieved."""
1246
+ object = unwrap(object)
1247
+ lines, lnum = findsource(object)
1248
+
1249
+ if istraceback(object):
1250
+ object = object.tb_frame
1251
+
1252
+ # for module or frame that corresponds to module, return all source lines
1253
+ if (ismodule(object) or
1254
+ (isframe(object) and object.f_code.co_name == "<module>")):
1255
+ return lines, 0
1256
+ else:
1257
+ return getblock(lines[lnum:]), lnum + 1
1258
+
1259
+ def getsource(object):
1260
+ """Return the text of the source code for an object.
1261
+
1262
+ The argument may be a module, class, method, function, traceback, frame,
1263
+ or code object. The source code is returned as a single string. An
1264
+ OSError is raised if the source code cannot be retrieved."""
1265
+ lines, lnum = getsourcelines(object)
1266
+ return ''.join(lines)
1267
+
1268
+ # --------------------------------------------------- class tree extraction
1269
+ def walktree(classes, children, parent):
1270
+ """Recursive helper function for getclasstree()."""
1271
+ results = []
1272
+ classes.sort(key=attrgetter('__module__', '__name__'))
1273
+ for c in classes:
1274
+ results.append((c, c.__bases__))
1275
+ if c in children:
1276
+ results.append(walktree(children[c], children, c))
1277
+ return results
1278
+
1279
+ def getclasstree(classes, unique=False):
1280
+ """Arrange the given list of classes into a hierarchy of nested lists.
1281
+
1282
+ Where a nested list appears, it contains classes derived from the class
1283
+ whose entry immediately precedes the list. Each entry is a 2-tuple
1284
+ containing a class and a tuple of its base classes. If the 'unique'
1285
+ argument is true, exactly one entry appears in the returned structure
1286
+ for each class in the given list. Otherwise, classes using multiple
1287
+ inheritance and their descendants will appear multiple times."""
1288
+ children = {}
1289
+ roots = []
1290
+ for c in classes:
1291
+ if c.__bases__:
1292
+ for parent in c.__bases__:
1293
+ if parent not in children:
1294
+ children[parent] = []
1295
+ if c not in children[parent]:
1296
+ children[parent].append(c)
1297
+ if unique and parent in classes: break
1298
+ elif c not in roots:
1299
+ roots.append(c)
1300
+ for parent in children:
1301
+ if parent not in classes:
1302
+ roots.append(parent)
1303
+ return walktree(roots, children, None)
1304
+
1305
+ # ------------------------------------------------ argument list extraction
1306
+ Arguments = namedtuple('Arguments', 'args, varargs, varkw')
1307
+
1308
+ def getargs(co):
1309
+ """Get information about the arguments accepted by a code object.
1310
+
1311
+ Three things are returned: (args, varargs, varkw), where
1312
+ 'args' is the list of argument names. Keyword-only arguments are
1313
+ appended. 'varargs' and 'varkw' are the names of the * and **
1314
+ arguments or None."""
1315
+ if not iscode(co):
1316
+ raise TypeError('{!r} is not a code object'.format(co))
1317
+
1318
+ names = co.co_varnames
1319
+ nargs = co.co_argcount
1320
+ nkwargs = co.co_kwonlyargcount
1321
+ args = list(names[:nargs])
1322
+ kwonlyargs = list(names[nargs:nargs+nkwargs])
1323
+
1324
+ nargs += nkwargs
1325
+ varargs = None
1326
+ if co.co_flags & CO_VARARGS:
1327
+ varargs = co.co_varnames[nargs]
1328
+ nargs = nargs + 1
1329
+ varkw = None
1330
+ if co.co_flags & CO_VARKEYWORDS:
1331
+ varkw = co.co_varnames[nargs]
1332
+ return Arguments(args + kwonlyargs, varargs, varkw)
1333
+
1334
+
1335
+ FullArgSpec = namedtuple('FullArgSpec',
1336
+ 'args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations')
1337
+
1338
+ def getfullargspec(func):
1339
+ """Get the names and default values of a callable object's parameters.
1340
+
1341
+ A tuple of seven things is returned:
1342
+ (args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations).
1343
+ 'args' is a list of the parameter names.
1344
+ 'varargs' and 'varkw' are the names of the * and ** parameters or None.
1345
+ 'defaults' is an n-tuple of the default values of the last n parameters.
1346
+ 'kwonlyargs' is a list of keyword-only parameter names.
1347
+ 'kwonlydefaults' is a dictionary mapping names from kwonlyargs to defaults.
1348
+ 'annotations' is a dictionary mapping parameter names to annotations.
1349
+
1350
+ Notable differences from inspect.signature():
1351
+ - the "self" parameter is always reported, even for bound methods
1352
+ - wrapper chains defined by __wrapped__ *not* unwrapped automatically
1353
+ """
1354
+ try:
1355
+ # Re: `skip_bound_arg=False`
1356
+ #
1357
+ # There is a notable difference in behaviour between getfullargspec
1358
+ # and Signature: the former always returns 'self' parameter for bound
1359
+ # methods, whereas the Signature always shows the actual calling
1360
+ # signature of the passed object.
1361
+ #
1362
+ # To simulate this behaviour, we "unbind" bound methods, to trick
1363
+ # inspect.signature to always return their first parameter ("self",
1364
+ # usually)
1365
+
1366
+ # Re: `follow_wrapper_chains=False`
1367
+ #
1368
+ # getfullargspec() historically ignored __wrapped__ attributes,
1369
+ # so we ensure that remains the case in 3.3+
1370
+
1371
+ sig = _signature_from_callable(func,
1372
+ follow_wrapper_chains=False,
1373
+ skip_bound_arg=False,
1374
+ sigcls=Signature,
1375
+ eval_str=False)
1376
+ except Exception as ex:
1377
+ # Most of the times 'signature' will raise ValueError.
1378
+ # But, it can also raise AttributeError, and, maybe something
1379
+ # else. So to be fully backwards compatible, we catch all
1380
+ # possible exceptions here, and reraise a TypeError.
1381
+ raise TypeError('unsupported callable') from ex
1382
+
1383
+ args = []
1384
+ varargs = None
1385
+ varkw = None
1386
+ posonlyargs = []
1387
+ kwonlyargs = []
1388
+ annotations = {}
1389
+ defaults = ()
1390
+ kwdefaults = {}
1391
+
1392
+ if sig.return_annotation is not sig.empty:
1393
+ annotations['return'] = sig.return_annotation
1394
+
1395
+ for param in sig.parameters.values():
1396
+ kind = param.kind
1397
+ name = param.name
1398
+
1399
+ if kind is _POSITIONAL_ONLY:
1400
+ posonlyargs.append(name)
1401
+ if param.default is not param.empty:
1402
+ defaults += (param.default,)
1403
+ elif kind is _POSITIONAL_OR_KEYWORD:
1404
+ args.append(name)
1405
+ if param.default is not param.empty:
1406
+ defaults += (param.default,)
1407
+ elif kind is _VAR_POSITIONAL:
1408
+ varargs = name
1409
+ elif kind is _KEYWORD_ONLY:
1410
+ kwonlyargs.append(name)
1411
+ if param.default is not param.empty:
1412
+ kwdefaults[name] = param.default
1413
+ elif kind is _VAR_KEYWORD:
1414
+ varkw = name
1415
+
1416
+ if param.annotation is not param.empty:
1417
+ annotations[name] = param.annotation
1418
+
1419
+ if not kwdefaults:
1420
+ # compatibility with 'func.__kwdefaults__'
1421
+ kwdefaults = None
1422
+
1423
+ if not defaults:
1424
+ # compatibility with 'func.__defaults__'
1425
+ defaults = None
1426
+
1427
+ return FullArgSpec(posonlyargs + args, varargs, varkw, defaults,
1428
+ kwonlyargs, kwdefaults, annotations)
1429
+
1430
+
1431
+ ArgInfo = namedtuple('ArgInfo', 'args varargs keywords locals')
1432
+
1433
+ def getargvalues(frame):
1434
+ """Get information about arguments passed into a particular frame.
1435
+
1436
+ A tuple of four things is returned: (args, varargs, varkw, locals).
1437
+ 'args' is a list of the argument names.
1438
+ 'varargs' and 'varkw' are the names of the * and ** arguments or None.
1439
+ 'locals' is the locals dictionary of the given frame."""
1440
+ args, varargs, varkw = getargs(frame.f_code)
1441
+ return ArgInfo(args, varargs, varkw, frame.f_locals)
1442
+
1443
+ def formatannotation(annotation, base_module=None):
1444
+ if getattr(annotation, '__module__', None) == 'typing':
1445
+ def repl(match):
1446
+ text = match.group()
1447
+ return text.removeprefix('typing.')
1448
+ return re.sub(r'[\w\.]+', repl, repr(annotation))
1449
+ if isinstance(annotation, types.GenericAlias):
1450
+ return str(annotation)
1451
+ if isinstance(annotation, type):
1452
+ if annotation.__module__ in ('builtins', base_module):
1453
+ return annotation.__qualname__
1454
+ return annotation.__module__+'.'+annotation.__qualname__
1455
+ return repr(annotation)
1456
+
1457
+ def formatannotationrelativeto(object):
1458
+ module = getattr(object, '__module__', None)
1459
+ def _formatannotation(annotation):
1460
+ return formatannotation(annotation, module)
1461
+ return _formatannotation
1462
+
1463
+
1464
+ def formatargvalues(args, varargs, varkw, locals,
1465
+ formatarg=str,
1466
+ formatvarargs=lambda name: '*' + name,
1467
+ formatvarkw=lambda name: '**' + name,
1468
+ formatvalue=lambda value: '=' + repr(value)):
1469
+ """Format an argument spec from the 4 values returned by getargvalues.
1470
+
1471
+ The first four arguments are (args, varargs, varkw, locals). The
1472
+ next four arguments are the corresponding optional formatting functions
1473
+ that are called to turn names and values into strings. The ninth
1474
+ argument is an optional function to format the sequence of arguments."""
1475
+ def convert(name, locals=locals,
1476
+ formatarg=formatarg, formatvalue=formatvalue):
1477
+ return formatarg(name) + formatvalue(locals[name])
1478
+ specs = []
1479
+ for i in range(len(args)):
1480
+ specs.append(convert(args[i]))
1481
+ if varargs:
1482
+ specs.append(formatvarargs(varargs) + formatvalue(locals[varargs]))
1483
+ if varkw:
1484
+ specs.append(formatvarkw(varkw) + formatvalue(locals[varkw]))
1485
+ return '(' + ', '.join(specs) + ')'
1486
+
1487
+ def _missing_arguments(f_name, argnames, pos, values):
1488
+ names = [repr(name) for name in argnames if name not in values]
1489
+ missing = len(names)
1490
+ if missing == 1:
1491
+ s = names[0]
1492
+ elif missing == 2:
1493
+ s = "{} and {}".format(*names)
1494
+ else:
1495
+ tail = ", {} and {}".format(*names[-2:])
1496
+ del names[-2:]
1497
+ s = ", ".join(names) + tail
1498
+ raise TypeError("%s() missing %i required %s argument%s: %s" %
1499
+ (f_name, missing,
1500
+ "positional" if pos else "keyword-only",
1501
+ "" if missing == 1 else "s", s))
1502
+
1503
+ def _too_many(f_name, args, kwonly, varargs, defcount, given, values):
1504
+ atleast = len(args) - defcount
1505
+ kwonly_given = len([arg for arg in kwonly if arg in values])
1506
+ if varargs:
1507
+ plural = atleast != 1
1508
+ sig = "at least %d" % (atleast,)
1509
+ elif defcount:
1510
+ plural = True
1511
+ sig = "from %d to %d" % (atleast, len(args))
1512
+ else:
1513
+ plural = len(args) != 1
1514
+ sig = str(len(args))
1515
+ kwonly_sig = ""
1516
+ if kwonly_given:
1517
+ msg = " positional argument%s (and %d keyword-only argument%s)"
1518
+ kwonly_sig = (msg % ("s" if given != 1 else "", kwonly_given,
1519
+ "s" if kwonly_given != 1 else ""))
1520
+ raise TypeError("%s() takes %s positional argument%s but %d%s %s given" %
1521
+ (f_name, sig, "s" if plural else "", given, kwonly_sig,
1522
+ "was" if given == 1 and not kwonly_given else "were"))
1523
+
1524
+ def getcallargs(func, /, *positional, **named):
1525
+ """Get the mapping of arguments to values.
1526
+
1527
+ A dict is returned, with keys the function argument names (including the
1528
+ names of the * and ** arguments, if any), and values the respective bound
1529
+ values from 'positional' and 'named'."""
1530
+ spec = getfullargspec(func)
1531
+ args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, ann = spec
1532
+ f_name = func.__name__
1533
+ arg2value = {}
1534
+
1535
+
1536
+ if ismethod(func) and func.__self__ is not None:
1537
+ # implicit 'self' (or 'cls' for classmethods) argument
1538
+ positional = (func.__self__,) + positional
1539
+ num_pos = len(positional)
1540
+ num_args = len(args)
1541
+ num_defaults = len(defaults) if defaults else 0
1542
+
1543
+ n = min(num_pos, num_args)
1544
+ for i in range(n):
1545
+ arg2value[args[i]] = positional[i]
1546
+ if varargs:
1547
+ arg2value[varargs] = tuple(positional[n:])
1548
+ possible_kwargs = set(args + kwonlyargs)
1549
+ if varkw:
1550
+ arg2value[varkw] = {}
1551
+ for kw, value in named.items():
1552
+ if kw not in possible_kwargs:
1553
+ if not varkw:
1554
+ raise TypeError("%s() got an unexpected keyword argument %r" %
1555
+ (f_name, kw))
1556
+ arg2value[varkw][kw] = value
1557
+ continue
1558
+ if kw in arg2value:
1559
+ raise TypeError("%s() got multiple values for argument %r" %
1560
+ (f_name, kw))
1561
+ arg2value[kw] = value
1562
+ if num_pos > num_args and not varargs:
1563
+ _too_many(f_name, args, kwonlyargs, varargs, num_defaults,
1564
+ num_pos, arg2value)
1565
+ if num_pos < num_args:
1566
+ req = args[:num_args - num_defaults]
1567
+ for arg in req:
1568
+ if arg not in arg2value:
1569
+ _missing_arguments(f_name, req, True, arg2value)
1570
+ for i, arg in enumerate(args[num_args - num_defaults:]):
1571
+ if arg not in arg2value:
1572
+ arg2value[arg] = defaults[i]
1573
+ missing = 0
1574
+ for kwarg in kwonlyargs:
1575
+ if kwarg not in arg2value:
1576
+ if kwonlydefaults and kwarg in kwonlydefaults:
1577
+ arg2value[kwarg] = kwonlydefaults[kwarg]
1578
+ else:
1579
+ missing += 1
1580
+ if missing:
1581
+ _missing_arguments(f_name, kwonlyargs, False, arg2value)
1582
+ return arg2value
1583
+
1584
+ ClosureVars = namedtuple('ClosureVars', 'nonlocals globals builtins unbound')
1585
+
1586
+ def getclosurevars(func):
1587
+ """
1588
+ Get the mapping of free variables to their current values.
1589
+
1590
+ Returns a named tuple of dicts mapping the current nonlocal, global
1591
+ and builtin references as seen by the body of the function. A final
1592
+ set of unbound names that could not be resolved is also provided.
1593
+ """
1594
+
1595
+ if ismethod(func):
1596
+ func = func.__func__
1597
+
1598
+ if not isfunction(func):
1599
+ raise TypeError("{!r} is not a Python function".format(func))
1600
+
1601
+ code = func.__code__
1602
+ # Nonlocal references are named in co_freevars and resolved
1603
+ # by looking them up in __closure__ by positional index
1604
+ if func.__closure__ is None:
1605
+ nonlocal_vars = {}
1606
+ else:
1607
+ nonlocal_vars = {
1608
+ var : cell.cell_contents
1609
+ for var, cell in zip(code.co_freevars, func.__closure__)
1610
+ }
1611
+
1612
+ # Global and builtin references are named in co_names and resolved
1613
+ # by looking them up in __globals__ or __builtins__
1614
+ global_ns = func.__globals__
1615
+ builtin_ns = global_ns.get("__builtins__", builtins.__dict__)
1616
+ if ismodule(builtin_ns):
1617
+ builtin_ns = builtin_ns.__dict__
1618
+ global_vars = {}
1619
+ builtin_vars = {}
1620
+ unbound_names = set()
1621
+ global_names = set()
1622
+ for instruction in dis.get_instructions(code):
1623
+ opname = instruction.opname
1624
+ name = instruction.argval
1625
+ if opname == "LOAD_ATTR":
1626
+ unbound_names.add(name)
1627
+ elif opname == "LOAD_GLOBAL":
1628
+ global_names.add(name)
1629
+ for name in global_names:
1630
+ try:
1631
+ global_vars[name] = global_ns[name]
1632
+ except KeyError:
1633
+ try:
1634
+ builtin_vars[name] = builtin_ns[name]
1635
+ except KeyError:
1636
+ unbound_names.add(name)
1637
+
1638
+ return ClosureVars(nonlocal_vars, global_vars,
1639
+ builtin_vars, unbound_names)
1640
+
1641
+ # -------------------------------------------------- stack frame extraction
1642
+
1643
+ _Traceback = namedtuple('_Traceback', 'filename lineno function code_context index')
1644
+
1645
+ class Traceback(_Traceback):
1646
+ def __new__(cls, filename, lineno, function, code_context, index, *, positions=None):
1647
+ instance = super().__new__(cls, filename, lineno, function, code_context, index)
1648
+ instance.positions = positions
1649
+ return instance
1650
+
1651
+ def __repr__(self):
1652
+ return ('Traceback(filename={!r}, lineno={!r}, function={!r}, '
1653
+ 'code_context={!r}, index={!r}, positions={!r})'.format(
1654
+ self.filename, self.lineno, self.function, self.code_context,
1655
+ self.index, self.positions))
1656
+
1657
+ def _get_code_position_from_tb(tb):
1658
+ code, instruction_index = tb.tb_frame.f_code, tb.tb_lasti
1659
+ return _get_code_position(code, instruction_index)
1660
+
1661
+ def _get_code_position(code, instruction_index):
1662
+ if instruction_index < 0:
1663
+ return (None, None, None, None)
1664
+ positions_gen = code.co_positions()
1665
+ # The nth entry in code.co_positions() corresponds to instruction (2*n)th since Python 3.10+
1666
+ return next(itertools.islice(positions_gen, instruction_index // 2, None))
1667
+
1668
+ def getframeinfo(frame, context=1):
1669
+ """Get information about a frame or traceback object.
1670
+
1671
+ A tuple of five things is returned: the filename, the line number of
1672
+ the current line, the function name, a list of lines of context from
1673
+ the source code, and the index of the current line within that list.
1674
+ The optional second argument specifies the number of lines of context
1675
+ to return, which are centered around the current line."""
1676
+ if istraceback(frame):
1677
+ positions = _get_code_position_from_tb(frame)
1678
+ lineno = frame.tb_lineno
1679
+ frame = frame.tb_frame
1680
+ else:
1681
+ lineno = frame.f_lineno
1682
+ positions = _get_code_position(frame.f_code, frame.f_lasti)
1683
+
1684
+ if positions[0] is None:
1685
+ frame, *positions = (frame, lineno, *positions[1:])
1686
+ else:
1687
+ frame, *positions = (frame, *positions)
1688
+
1689
+ lineno = positions[0]
1690
+
1691
+ if not isframe(frame):
1692
+ raise TypeError('{!r} is not a frame or traceback object'.format(frame))
1693
+
1694
+ filename = getsourcefile(frame) or getfile(frame)
1695
+ if context > 0:
1696
+ start = lineno - 1 - context//2
1697
+ try:
1698
+ lines, lnum = findsource(frame)
1699
+ except OSError:
1700
+ lines = index = None
1701
+ else:
1702
+ start = max(0, min(start, len(lines) - context))
1703
+ lines = lines[start:start+context]
1704
+ index = lineno - 1 - start
1705
+ else:
1706
+ lines = index = None
1707
+
1708
+ return Traceback(filename, lineno, frame.f_code.co_name, lines,
1709
+ index, positions=dis.Positions(*positions))
1710
+
1711
+ def getlineno(frame):
1712
+ """Get the line number from a frame object, allowing for optimization."""
1713
+ # FrameType.f_lineno is now a descriptor that grovels co_lnotab
1714
+ return frame.f_lineno
1715
+
1716
+ _FrameInfo = namedtuple('_FrameInfo', ('frame',) + Traceback._fields)
1717
+ class FrameInfo(_FrameInfo):
1718
+ def __new__(cls, frame, filename, lineno, function, code_context, index, *, positions=None):
1719
+ instance = super().__new__(cls, frame, filename, lineno, function, code_context, index)
1720
+ instance.positions = positions
1721
+ return instance
1722
+
1723
+ def __repr__(self):
1724
+ return ('FrameInfo(frame={!r}, filename={!r}, lineno={!r}, function={!r}, '
1725
+ 'code_context={!r}, index={!r}, positions={!r})'.format(
1726
+ self.frame, self.filename, self.lineno, self.function,
1727
+ self.code_context, self.index, self.positions))
1728
+
1729
+ def getouterframes(frame, context=1):
1730
+ """Get a list of records for a frame and all higher (calling) frames.
1731
+
1732
+ Each record contains a frame object, filename, line number, function
1733
+ name, a list of lines of context, and index within the context."""
1734
+ framelist = []
1735
+ while frame:
1736
+ traceback_info = getframeinfo(frame, context)
1737
+ frameinfo = (frame,) + traceback_info
1738
+ framelist.append(FrameInfo(*frameinfo, positions=traceback_info.positions))
1739
+ frame = frame.f_back
1740
+ return framelist
1741
+
1742
+ def getinnerframes(tb, context=1):
1743
+ """Get a list of records for a traceback's frame and all lower frames.
1744
+
1745
+ Each record contains a frame object, filename, line number, function
1746
+ name, a list of lines of context, and index within the context."""
1747
+ framelist = []
1748
+ while tb:
1749
+ traceback_info = getframeinfo(tb, context)
1750
+ frameinfo = (tb.tb_frame,) + traceback_info
1751
+ framelist.append(FrameInfo(*frameinfo, positions=traceback_info.positions))
1752
+ tb = tb.tb_next
1753
+ return framelist
1754
+
1755
+ def currentframe():
1756
+ """Return the frame of the caller or None if this is not possible."""
1757
+ return sys._getframe(1) if hasattr(sys, "_getframe") else None
1758
+
1759
+ def stack(context=1):
1760
+ """Return a list of records for the stack above the caller's frame."""
1761
+ return getouterframes(sys._getframe(1), context)
1762
+
1763
+ def trace(context=1):
1764
+ """Return a list of records for the stack below the current exception."""
1765
+ exc = sys.exception()
1766
+ tb = None if exc is None else exc.__traceback__
1767
+ return getinnerframes(tb, context)
1768
+
1769
+
1770
+ # ------------------------------------------------ static version of getattr
1771
+
1772
+ _sentinel = object()
1773
+ _static_getmro = type.__dict__['__mro__'].__get__
1774
+ _get_dunder_dict_of_class = type.__dict__["__dict__"].__get__
1775
+
1776
+
1777
+ def _check_instance(obj, attr):
1778
+ instance_dict = {}
1779
+ try:
1780
+ instance_dict = object.__getattribute__(obj, "__dict__")
1781
+ except AttributeError:
1782
+ pass
1783
+ return dict.get(instance_dict, attr, _sentinel)
1784
+
1785
+
1786
+ def _check_class(klass, attr):
1787
+ for entry in _static_getmro(klass):
1788
+ if _shadowed_dict(type(entry)) is _sentinel and attr in entry.__dict__:
1789
+ return entry.__dict__[attr]
1790
+ return _sentinel
1791
+
1792
+
1793
+ @functools.lru_cache()
1794
+ def _shadowed_dict_from_weakref_mro_tuple(*weakref_mro):
1795
+ for weakref_entry in weakref_mro:
1796
+ # Normally we'd have to check whether the result of weakref_entry()
1797
+ # is None here, in case the object the weakref is pointing to has died.
1798
+ # In this specific case, however, we know that the only caller of this
1799
+ # function is `_shadowed_dict()`, and that therefore this weakref is
1800
+ # guaranteed to point to an object that is still alive.
1801
+ entry = weakref_entry()
1802
+ dunder_dict = _get_dunder_dict_of_class(entry)
1803
+ if '__dict__' in dunder_dict:
1804
+ class_dict = dunder_dict['__dict__']
1805
+ if not (type(class_dict) is types.GetSetDescriptorType and
1806
+ class_dict.__name__ == "__dict__" and
1807
+ class_dict.__objclass__ is entry):
1808
+ return class_dict
1809
+ return _sentinel
1810
+
1811
+
1812
+ def _shadowed_dict(klass):
1813
+ # gh-118013: the inner function here is decorated with lru_cache for
1814
+ # performance reasons, *but* make sure not to pass strong references
1815
+ # to the items in the mro. Doing so can lead to unexpected memory
1816
+ # consumption in cases where classes are dynamically created and
1817
+ # destroyed, and the dynamically created classes happen to be the only
1818
+ # objects that hold strong references to other objects that take up a
1819
+ # significant amount of memory.
1820
+ return _shadowed_dict_from_weakref_mro_tuple(
1821
+ *[make_weakref(entry) for entry in _static_getmro(klass)]
1822
+ )
1823
+
1824
+
1825
+ def getattr_static(obj, attr, default=_sentinel):
1826
+ """Retrieve attributes without triggering dynamic lookup via the
1827
+ descriptor protocol, __getattr__ or __getattribute__.
1828
+
1829
+ Note: this function may not be able to retrieve all attributes
1830
+ that getattr can fetch (like dynamically created attributes)
1831
+ and may find attributes that getattr can't (like descriptors
1832
+ that raise AttributeError). It can also return descriptor objects
1833
+ instead of instance members in some cases. See the
1834
+ documentation for details.
1835
+ """
1836
+ instance_result = _sentinel
1837
+
1838
+ objtype = type(obj)
1839
+ if type not in _static_getmro(objtype):
1840
+ klass = objtype
1841
+ dict_attr = _shadowed_dict(klass)
1842
+ if (dict_attr is _sentinel or
1843
+ type(dict_attr) is types.MemberDescriptorType):
1844
+ instance_result = _check_instance(obj, attr)
1845
+ else:
1846
+ klass = obj
1847
+
1848
+ klass_result = _check_class(klass, attr)
1849
+
1850
+ if instance_result is not _sentinel and klass_result is not _sentinel:
1851
+ if _check_class(type(klass_result), "__get__") is not _sentinel and (
1852
+ _check_class(type(klass_result), "__set__") is not _sentinel
1853
+ or _check_class(type(klass_result), "__delete__") is not _sentinel
1854
+ ):
1855
+ return klass_result
1856
+
1857
+ if instance_result is not _sentinel:
1858
+ return instance_result
1859
+ if klass_result is not _sentinel:
1860
+ return klass_result
1861
+
1862
+ if obj is klass:
1863
+ # for types we check the metaclass too
1864
+ for entry in _static_getmro(type(klass)):
1865
+ if (
1866
+ _shadowed_dict(type(entry)) is _sentinel
1867
+ and attr in entry.__dict__
1868
+ ):
1869
+ return entry.__dict__[attr]
1870
+ if default is not _sentinel:
1871
+ return default
1872
+ raise AttributeError(attr)
1873
+
1874
+
1875
+ # ------------------------------------------------ generator introspection
1876
+
1877
+ GEN_CREATED = 'GEN_CREATED'
1878
+ GEN_RUNNING = 'GEN_RUNNING'
1879
+ GEN_SUSPENDED = 'GEN_SUSPENDED'
1880
+ GEN_CLOSED = 'GEN_CLOSED'
1881
+
1882
+ def getgeneratorstate(generator):
1883
+ """Get current state of a generator-iterator.
1884
+
1885
+ Possible states are:
1886
+ GEN_CREATED: Waiting to start execution.
1887
+ GEN_RUNNING: Currently being executed by the interpreter.
1888
+ GEN_SUSPENDED: Currently suspended at a yield expression.
1889
+ GEN_CLOSED: Execution has completed.
1890
+ """
1891
+ if generator.gi_running:
1892
+ return GEN_RUNNING
1893
+ if generator.gi_suspended:
1894
+ return GEN_SUSPENDED
1895
+ if generator.gi_frame is None:
1896
+ return GEN_CLOSED
1897
+ return GEN_CREATED
1898
+
1899
+
1900
+ def getgeneratorlocals(generator):
1901
+ """
1902
+ Get the mapping of generator local variables to their current values.
1903
+
1904
+ A dict is returned, with the keys the local variable names and values the
1905
+ bound values."""
1906
+
1907
+ if not isgenerator(generator):
1908
+ raise TypeError("{!r} is not a Python generator".format(generator))
1909
+
1910
+ frame = getattr(generator, "gi_frame", None)
1911
+ if frame is not None:
1912
+ return generator.gi_frame.f_locals
1913
+ else:
1914
+ return {}
1915
+
1916
+
1917
+ # ------------------------------------------------ coroutine introspection
1918
+
1919
+ CORO_CREATED = 'CORO_CREATED'
1920
+ CORO_RUNNING = 'CORO_RUNNING'
1921
+ CORO_SUSPENDED = 'CORO_SUSPENDED'
1922
+ CORO_CLOSED = 'CORO_CLOSED'
1923
+
1924
+ def getcoroutinestate(coroutine):
1925
+ """Get current state of a coroutine object.
1926
+
1927
+ Possible states are:
1928
+ CORO_CREATED: Waiting to start execution.
1929
+ CORO_RUNNING: Currently being executed by the interpreter.
1930
+ CORO_SUSPENDED: Currently suspended at an await expression.
1931
+ CORO_CLOSED: Execution has completed.
1932
+ """
1933
+ if coroutine.cr_running:
1934
+ return CORO_RUNNING
1935
+ if coroutine.cr_suspended:
1936
+ return CORO_SUSPENDED
1937
+ if coroutine.cr_frame is None:
1938
+ return CORO_CLOSED
1939
+ return CORO_CREATED
1940
+
1941
+
1942
+ def getcoroutinelocals(coroutine):
1943
+ """
1944
+ Get the mapping of coroutine local variables to their current values.
1945
+
1946
+ A dict is returned, with the keys the local variable names and values the
1947
+ bound values."""
1948
+ frame = getattr(coroutine, "cr_frame", None)
1949
+ if frame is not None:
1950
+ return frame.f_locals
1951
+ else:
1952
+ return {}
1953
+
1954
+
1955
+ # ----------------------------------- asynchronous generator introspection
1956
+
1957
+ AGEN_CREATED = 'AGEN_CREATED'
1958
+ AGEN_RUNNING = 'AGEN_RUNNING'
1959
+ AGEN_SUSPENDED = 'AGEN_SUSPENDED'
1960
+ AGEN_CLOSED = 'AGEN_CLOSED'
1961
+
1962
+
1963
+ def getasyncgenstate(agen):
1964
+ """Get current state of an asynchronous generator object.
1965
+
1966
+ Possible states are:
1967
+ AGEN_CREATED: Waiting to start execution.
1968
+ AGEN_RUNNING: Currently being executed by the interpreter.
1969
+ AGEN_SUSPENDED: Currently suspended at a yield expression.
1970
+ AGEN_CLOSED: Execution has completed.
1971
+ """
1972
+ if agen.ag_running:
1973
+ return AGEN_RUNNING
1974
+ if agen.ag_suspended:
1975
+ return AGEN_SUSPENDED
1976
+ if agen.ag_frame is None:
1977
+ return AGEN_CLOSED
1978
+ return AGEN_CREATED
1979
+
1980
+
1981
+ def getasyncgenlocals(agen):
1982
+ """
1983
+ Get the mapping of asynchronous generator local variables to their current
1984
+ values.
1985
+
1986
+ A dict is returned, with the keys the local variable names and values the
1987
+ bound values."""
1988
+
1989
+ if not isasyncgen(agen):
1990
+ raise TypeError(f"{agen!r} is not a Python async generator")
1991
+
1992
+ frame = getattr(agen, "ag_frame", None)
1993
+ if frame is not None:
1994
+ return agen.ag_frame.f_locals
1995
+ else:
1996
+ return {}
1997
+
1998
+
1999
+ ###############################################################################
2000
+ ### Function Signature Object (PEP 362)
2001
+ ###############################################################################
2002
+
2003
+
2004
+ _NonUserDefinedCallables = (types.WrapperDescriptorType,
2005
+ types.MethodWrapperType,
2006
+ types.ClassMethodDescriptorType,
2007
+ types.BuiltinFunctionType)
2008
+
2009
+
2010
+ def _signature_get_user_defined_method(cls, method_name, *, follow_wrapper_chains=True):
2011
+ """Private helper. Checks if ``cls`` has an attribute
2012
+ named ``method_name`` and returns it only if it is a
2013
+ pure python function.
2014
+ """
2015
+ if method_name == '__new__':
2016
+ meth = getattr(cls, method_name, None)
2017
+ else:
2018
+ meth = getattr_static(cls, method_name, None)
2019
+ if meth is None:
2020
+ return None
2021
+
2022
+ # NOTE: The meth may wraps a non-user-defined callable.
2023
+ # In this case, we treat the meth as non-user-defined callable too.
2024
+ # (e.g. cls.__new__ generated by @warnings.deprecated)
2025
+ unwrapped_meth = None
2026
+ if follow_wrapper_chains:
2027
+ unwrapped_meth = unwrap(meth, stop=(lambda m: hasattr(m, "__signature__")
2028
+ or _signature_is_builtin(m)))
2029
+
2030
+ if (isinstance(meth, _NonUserDefinedCallables)
2031
+ or isinstance(unwrapped_meth, _NonUserDefinedCallables)):
2032
+ # Once '__signature__' will be added to 'C'-level
2033
+ # callables, this check won't be necessary
2034
+ return None
2035
+ if method_name != '__new__':
2036
+ meth = _descriptor_get(meth, cls)
2037
+ return meth
2038
+
2039
+
2040
+ def _signature_get_partial(wrapped_sig, partial, extra_args=()):
2041
+ """Private helper to calculate how 'wrapped_sig' signature will
2042
+ look like after applying a 'functools.partial' object (or alike)
2043
+ on it.
2044
+ """
2045
+
2046
+ old_params = wrapped_sig.parameters
2047
+ new_params = OrderedDict(old_params.items())
2048
+
2049
+ partial_args = partial.args or ()
2050
+ partial_keywords = partial.keywords or {}
2051
+
2052
+ if extra_args:
2053
+ partial_args = extra_args + partial_args
2054
+
2055
+ try:
2056
+ ba = wrapped_sig.bind_partial(*partial_args, **partial_keywords)
2057
+ except TypeError as ex:
2058
+ msg = 'partial object {!r} has incorrect arguments'.format(partial)
2059
+ raise ValueError(msg) from ex
2060
+
2061
+
2062
+ transform_to_kwonly = False
2063
+ for param_name, param in old_params.items():
2064
+ try:
2065
+ arg_value = ba.arguments[param_name]
2066
+ except KeyError:
2067
+ pass
2068
+ else:
2069
+ if param.kind is _POSITIONAL_ONLY:
2070
+ # If positional-only parameter is bound by partial,
2071
+ # it effectively disappears from the signature
2072
+ new_params.pop(param_name)
2073
+ continue
2074
+
2075
+ if param.kind is _POSITIONAL_OR_KEYWORD:
2076
+ if param_name in partial_keywords:
2077
+ # This means that this parameter, and all parameters
2078
+ # after it should be keyword-only (and var-positional
2079
+ # should be removed). Here's why. Consider the following
2080
+ # function:
2081
+ # foo(a, b, *args, c):
2082
+ # pass
2083
+ #
2084
+ # "partial(foo, a='spam')" will have the following
2085
+ # signature: "(*, a='spam', b, c)". Because attempting
2086
+ # to call that partial with "(10, 20)" arguments will
2087
+ # raise a TypeError, saying that "a" argument received
2088
+ # multiple values.
2089
+ transform_to_kwonly = True
2090
+ # Set the new default value
2091
+ new_params[param_name] = param.replace(default=arg_value)
2092
+ else:
2093
+ # was passed as a positional argument
2094
+ new_params.pop(param.name)
2095
+ continue
2096
+
2097
+ if param.kind is _KEYWORD_ONLY:
2098
+ # Set the new default value
2099
+ new_params[param_name] = param.replace(default=arg_value)
2100
+
2101
+ if transform_to_kwonly:
2102
+ assert param.kind is not _POSITIONAL_ONLY
2103
+
2104
+ if param.kind is _POSITIONAL_OR_KEYWORD:
2105
+ new_param = new_params[param_name].replace(kind=_KEYWORD_ONLY)
2106
+ new_params[param_name] = new_param
2107
+ new_params.move_to_end(param_name)
2108
+ elif param.kind in (_KEYWORD_ONLY, _VAR_KEYWORD):
2109
+ new_params.move_to_end(param_name)
2110
+ elif param.kind is _VAR_POSITIONAL:
2111
+ new_params.pop(param.name)
2112
+
2113
+ return wrapped_sig.replace(parameters=new_params.values())
2114
+
2115
+
2116
+ def _signature_bound_method(sig):
2117
+ """Private helper to transform signatures for unbound
2118
+ functions to bound methods.
2119
+ """
2120
+
2121
+ params = tuple(sig.parameters.values())
2122
+
2123
+ if not params or params[0].kind in (_VAR_KEYWORD, _KEYWORD_ONLY):
2124
+ raise ValueError('invalid method signature')
2125
+
2126
+ kind = params[0].kind
2127
+ if kind in (_POSITIONAL_OR_KEYWORD, _POSITIONAL_ONLY):
2128
+ # Drop first parameter:
2129
+ # '(p1, p2[, ...])' -> '(p2[, ...])'
2130
+ params = params[1:]
2131
+ else:
2132
+ if kind is not _VAR_POSITIONAL:
2133
+ # Unless we add a new parameter type we never
2134
+ # get here
2135
+ raise ValueError('invalid argument type')
2136
+ # It's a var-positional parameter.
2137
+ # Do nothing. '(*args[, ...])' -> '(*args[, ...])'
2138
+
2139
+ return sig.replace(parameters=params)
2140
+
2141
+
2142
+ def _signature_is_builtin(obj):
2143
+ """Private helper to test if `obj` is a callable that might
2144
+ support Argument Clinic's __text_signature__ protocol.
2145
+ """
2146
+ return (isbuiltin(obj) or
2147
+ ismethoddescriptor(obj) or
2148
+ isinstance(obj, _NonUserDefinedCallables) or
2149
+ # Can't test 'isinstance(type)' here, as it would
2150
+ # also be True for regular python classes.
2151
+ # Can't use the `in` operator here, as it would
2152
+ # invoke the custom __eq__ method.
2153
+ obj is type or obj is object)
2154
+
2155
+
2156
+ def _signature_is_functionlike(obj):
2157
+ """Private helper to test if `obj` is a duck type of FunctionType.
2158
+ A good example of such objects are functions compiled with
2159
+ Cython, which have all attributes that a pure Python function
2160
+ would have, but have their code statically compiled.
2161
+ """
2162
+
2163
+ if not callable(obj) or isclass(obj):
2164
+ # All function-like objects are obviously callables,
2165
+ # and not classes.
2166
+ return False
2167
+
2168
+ name = getattr(obj, '__name__', None)
2169
+ code = getattr(obj, '__code__', None)
2170
+ defaults = getattr(obj, '__defaults__', _void) # Important to use _void ...
2171
+ kwdefaults = getattr(obj, '__kwdefaults__', _void) # ... and not None here
2172
+ annotations = getattr(obj, '__annotations__', None)
2173
+
2174
+ return (isinstance(code, types.CodeType) and
2175
+ isinstance(name, str) and
2176
+ (defaults is None or isinstance(defaults, tuple)) and
2177
+ (kwdefaults is None or isinstance(kwdefaults, dict)) and
2178
+ (isinstance(annotations, (dict)) or annotations is None) )
2179
+
2180
+
2181
+ def _signature_strip_non_python_syntax(signature):
2182
+ """
2183
+ Private helper function. Takes a signature in Argument Clinic's
2184
+ extended signature format.
2185
+
2186
+ Returns a tuple of two things:
2187
+ * that signature re-rendered in standard Python syntax, and
2188
+ * the index of the "self" parameter (generally 0), or None if
2189
+ the function does not have a "self" parameter.
2190
+ """
2191
+
2192
+ if not signature:
2193
+ return signature, None
2194
+
2195
+ self_parameter = None
2196
+
2197
+ lines = [l.encode('ascii') for l in signature.split('\n') if l]
2198
+ generator = iter(lines).__next__
2199
+ token_stream = tokenize.tokenize(generator)
2200
+
2201
+ text = []
2202
+ add = text.append
2203
+
2204
+ current_parameter = 0
2205
+ OP = token.OP
2206
+ ERRORTOKEN = token.ERRORTOKEN
2207
+
2208
+ # token stream always starts with ENCODING token, skip it
2209
+ t = next(token_stream)
2210
+ assert t.type == tokenize.ENCODING
2211
+
2212
+ for t in token_stream:
2213
+ type, string = t.type, t.string
2214
+
2215
+ if type == OP:
2216
+ if string == ',':
2217
+ current_parameter += 1
2218
+
2219
+ if (type == OP) and (string == '$'):
2220
+ assert self_parameter is None
2221
+ self_parameter = current_parameter
2222
+ continue
2223
+
2224
+ add(string)
2225
+ if (string == ','):
2226
+ add(' ')
2227
+ clean_signature = ''.join(text).strip().replace("\n", "")
2228
+ return clean_signature, self_parameter
2229
+
2230
+
2231
+ def _signature_fromstr(cls, obj, s, skip_bound_arg=True):
2232
+ """Private helper to parse content of '__text_signature__'
2233
+ and return a Signature based on it.
2234
+ """
2235
+ Parameter = cls._parameter_cls
2236
+
2237
+ clean_signature, self_parameter = _signature_strip_non_python_syntax(s)
2238
+
2239
+ program = "def foo" + clean_signature + ": pass"
2240
+
2241
+ try:
2242
+ module = ast.parse(program)
2243
+ except SyntaxError:
2244
+ module = None
2245
+
2246
+ if not isinstance(module, ast.Module):
2247
+ raise ValueError("{!r} builtin has invalid signature".format(obj))
2248
+
2249
+ f = module.body[0]
2250
+
2251
+ parameters = []
2252
+ empty = Parameter.empty
2253
+
2254
+ module = None
2255
+ module_dict = {}
2256
+
2257
+ module_name = getattr(obj, '__module__', None)
2258
+ if not module_name:
2259
+ objclass = getattr(obj, '__objclass__', None)
2260
+ module_name = getattr(objclass, '__module__', None)
2261
+
2262
+ if module_name:
2263
+ module = sys.modules.get(module_name, None)
2264
+ if module:
2265
+ module_dict = module.__dict__
2266
+ sys_module_dict = sys.modules.copy()
2267
+
2268
+ def parse_name(node):
2269
+ assert isinstance(node, ast.arg)
2270
+ if node.annotation is not None:
2271
+ raise ValueError("Annotations are not currently supported")
2272
+ return node.arg
2273
+
2274
+ def wrap_value(s):
2275
+ try:
2276
+ value = eval(s, module_dict)
2277
+ except NameError:
2278
+ try:
2279
+ value = eval(s, sys_module_dict)
2280
+ except NameError:
2281
+ raise ValueError
2282
+
2283
+ if isinstance(value, (str, int, float, bytes, bool, type(None))):
2284
+ return ast.Constant(value)
2285
+ raise ValueError
2286
+
2287
+ class RewriteSymbolics(ast.NodeTransformer):
2288
+ def visit_Attribute(self, node):
2289
+ a = []
2290
+ n = node
2291
+ while isinstance(n, ast.Attribute):
2292
+ a.append(n.attr)
2293
+ n = n.value
2294
+ if not isinstance(n, ast.Name):
2295
+ raise ValueError
2296
+ a.append(n.id)
2297
+ value = ".".join(reversed(a))
2298
+ return wrap_value(value)
2299
+
2300
+ def visit_Name(self, node):
2301
+ if not isinstance(node.ctx, ast.Load):
2302
+ raise ValueError()
2303
+ return wrap_value(node.id)
2304
+
2305
+ def visit_BinOp(self, node):
2306
+ # Support constant folding of a couple simple binary operations
2307
+ # commonly used to define default values in text signatures
2308
+ left = self.visit(node.left)
2309
+ right = self.visit(node.right)
2310
+ if not isinstance(left, ast.Constant) or not isinstance(right, ast.Constant):
2311
+ raise ValueError
2312
+ if isinstance(node.op, ast.Add):
2313
+ return ast.Constant(left.value + right.value)
2314
+ elif isinstance(node.op, ast.Sub):
2315
+ return ast.Constant(left.value - right.value)
2316
+ elif isinstance(node.op, ast.BitOr):
2317
+ return ast.Constant(left.value | right.value)
2318
+ raise ValueError
2319
+
2320
+ def p(name_node, default_node, default=empty):
2321
+ name = parse_name(name_node)
2322
+ if default_node and default_node is not _empty:
2323
+ try:
2324
+ default_node = RewriteSymbolics().visit(default_node)
2325
+ default = ast.literal_eval(default_node)
2326
+ except ValueError:
2327
+ raise ValueError("{!r} builtin has invalid signature".format(obj)) from None
2328
+ parameters.append(Parameter(name, kind, default=default, annotation=empty))
2329
+
2330
+ # non-keyword-only parameters
2331
+ total_non_kw_args = len(f.args.posonlyargs) + len(f.args.args)
2332
+ required_non_kw_args = total_non_kw_args - len(f.args.defaults)
2333
+ defaults = itertools.chain(itertools.repeat(None, required_non_kw_args), f.args.defaults)
2334
+
2335
+ kind = Parameter.POSITIONAL_ONLY
2336
+ for (name, default) in zip(f.args.posonlyargs, defaults):
2337
+ p(name, default)
2338
+
2339
+ kind = Parameter.POSITIONAL_OR_KEYWORD
2340
+ for (name, default) in zip(f.args.args, defaults):
2341
+ p(name, default)
2342
+
2343
+ # *args
2344
+ if f.args.vararg:
2345
+ kind = Parameter.VAR_POSITIONAL
2346
+ p(f.args.vararg, empty)
2347
+
2348
+ # keyword-only arguments
2349
+ kind = Parameter.KEYWORD_ONLY
2350
+ for name, default in zip(f.args.kwonlyargs, f.args.kw_defaults):
2351
+ p(name, default)
2352
+
2353
+ # **kwargs
2354
+ if f.args.kwarg:
2355
+ kind = Parameter.VAR_KEYWORD
2356
+ p(f.args.kwarg, empty)
2357
+
2358
+ if self_parameter is not None:
2359
+ # Possibly strip the bound argument:
2360
+ # - We *always* strip first bound argument if
2361
+ # it is a module.
2362
+ # - We don't strip first bound argument if
2363
+ # skip_bound_arg is False.
2364
+ assert parameters
2365
+ _self = getattr(obj, '__self__', None)
2366
+ self_isbound = _self is not None
2367
+ self_ismodule = ismodule(_self)
2368
+ if self_isbound and (self_ismodule or skip_bound_arg):
2369
+ parameters.pop(0)
2370
+ else:
2371
+ # for builtins, self parameter is always positional-only!
2372
+ p = parameters[0].replace(kind=Parameter.POSITIONAL_ONLY)
2373
+ parameters[0] = p
2374
+
2375
+ return cls(parameters, return_annotation=cls.empty)
2376
+
2377
+
2378
+ def _signature_from_builtin(cls, func, skip_bound_arg=True):
2379
+ """Private helper function to get signature for
2380
+ builtin callables.
2381
+ """
2382
+
2383
+ if not _signature_is_builtin(func):
2384
+ raise TypeError("{!r} is not a Python builtin "
2385
+ "function".format(func))
2386
+
2387
+ s = getattr(func, "__text_signature__", None)
2388
+ if not s:
2389
+ raise ValueError("no signature found for builtin {!r}".format(func))
2390
+
2391
+ return _signature_fromstr(cls, func, s, skip_bound_arg)
2392
+
2393
+
2394
+ def _signature_from_function(cls, func, skip_bound_arg=True,
2395
+ globals=None, locals=None, eval_str=False):
2396
+ """Private helper: constructs Signature for the given python function."""
2397
+
2398
+ is_duck_function = False
2399
+ if not isfunction(func):
2400
+ if _signature_is_functionlike(func):
2401
+ is_duck_function = True
2402
+ else:
2403
+ # If it's not a pure Python function, and not a duck type
2404
+ # of pure function:
2405
+ raise TypeError('{!r} is not a Python function'.format(func))
2406
+
2407
+ s = getattr(func, "__text_signature__", None)
2408
+ if s:
2409
+ return _signature_fromstr(cls, func, s, skip_bound_arg)
2410
+
2411
+ Parameter = cls._parameter_cls
2412
+
2413
+ # Parameter information.
2414
+ func_code = func.__code__
2415
+ pos_count = func_code.co_argcount
2416
+ arg_names = func_code.co_varnames
2417
+ posonly_count = func_code.co_posonlyargcount
2418
+ positional = arg_names[:pos_count]
2419
+ keyword_only_count = func_code.co_kwonlyargcount
2420
+ keyword_only = arg_names[pos_count:pos_count + keyword_only_count]
2421
+ annotations = get_annotations(func, globals=globals, locals=locals, eval_str=eval_str)
2422
+ defaults = func.__defaults__
2423
+ kwdefaults = func.__kwdefaults__
2424
+
2425
+ if defaults:
2426
+ pos_default_count = len(defaults)
2427
+ else:
2428
+ pos_default_count = 0
2429
+
2430
+ parameters = []
2431
+
2432
+ non_default_count = pos_count - pos_default_count
2433
+ posonly_left = posonly_count
2434
+
2435
+ # Non-keyword-only parameters w/o defaults.
2436
+ for name in positional[:non_default_count]:
2437
+ kind = _POSITIONAL_ONLY if posonly_left else _POSITIONAL_OR_KEYWORD
2438
+ annotation = annotations.get(name, _empty)
2439
+ parameters.append(Parameter(name, annotation=annotation,
2440
+ kind=kind))
2441
+ if posonly_left:
2442
+ posonly_left -= 1
2443
+
2444
+ # ... w/ defaults.
2445
+ for offset, name in enumerate(positional[non_default_count:]):
2446
+ kind = _POSITIONAL_ONLY if posonly_left else _POSITIONAL_OR_KEYWORD
2447
+ annotation = annotations.get(name, _empty)
2448
+ parameters.append(Parameter(name, annotation=annotation,
2449
+ kind=kind,
2450
+ default=defaults[offset]))
2451
+ if posonly_left:
2452
+ posonly_left -= 1
2453
+
2454
+ # *args
2455
+ if func_code.co_flags & CO_VARARGS:
2456
+ name = arg_names[pos_count + keyword_only_count]
2457
+ annotation = annotations.get(name, _empty)
2458
+ parameters.append(Parameter(name, annotation=annotation,
2459
+ kind=_VAR_POSITIONAL))
2460
+
2461
+ # Keyword-only parameters.
2462
+ for name in keyword_only:
2463
+ default = _empty
2464
+ if kwdefaults is not None:
2465
+ default = kwdefaults.get(name, _empty)
2466
+
2467
+ annotation = annotations.get(name, _empty)
2468
+ parameters.append(Parameter(name, annotation=annotation,
2469
+ kind=_KEYWORD_ONLY,
2470
+ default=default))
2471
+ # **kwargs
2472
+ if func_code.co_flags & CO_VARKEYWORDS:
2473
+ index = pos_count + keyword_only_count
2474
+ if func_code.co_flags & CO_VARARGS:
2475
+ index += 1
2476
+
2477
+ name = arg_names[index]
2478
+ annotation = annotations.get(name, _empty)
2479
+ parameters.append(Parameter(name, annotation=annotation,
2480
+ kind=_VAR_KEYWORD))
2481
+
2482
+ # Is 'func' is a pure Python function - don't validate the
2483
+ # parameters list (for correct order and defaults), it should be OK.
2484
+ return cls(parameters,
2485
+ return_annotation=annotations.get('return', _empty),
2486
+ __validate_parameters__=is_duck_function)
2487
+
2488
+
2489
+ def _descriptor_get(descriptor, obj):
2490
+ if isclass(descriptor):
2491
+ return descriptor
2492
+ get = getattr(type(descriptor), '__get__', _sentinel)
2493
+ if get is _sentinel:
2494
+ return descriptor
2495
+ return get(descriptor, obj, type(obj))
2496
+
2497
+
2498
+ def _signature_from_callable(obj, *,
2499
+ follow_wrapper_chains=True,
2500
+ skip_bound_arg=True,
2501
+ globals=None,
2502
+ locals=None,
2503
+ eval_str=False,
2504
+ sigcls):
2505
+
2506
+ """Private helper function to get signature for arbitrary
2507
+ callable objects.
2508
+ """
2509
+
2510
+ _get_signature_of = functools.partial(_signature_from_callable,
2511
+ follow_wrapper_chains=follow_wrapper_chains,
2512
+ skip_bound_arg=skip_bound_arg,
2513
+ globals=globals,
2514
+ locals=locals,
2515
+ sigcls=sigcls,
2516
+ eval_str=eval_str)
2517
+
2518
+ if not callable(obj):
2519
+ raise TypeError('{!r} is not a callable object'.format(obj))
2520
+
2521
+ if isinstance(obj, types.MethodType):
2522
+ # In this case we skip the first parameter of the underlying
2523
+ # function (usually `self` or `cls`).
2524
+ sig = _get_signature_of(obj.__func__)
2525
+
2526
+ if skip_bound_arg:
2527
+ return _signature_bound_method(sig)
2528
+ else:
2529
+ return sig
2530
+
2531
+ # Was this function wrapped by a decorator?
2532
+ if follow_wrapper_chains:
2533
+ # Unwrap until we find an explicit signature or a MethodType (which will be
2534
+ # handled explicitly below).
2535
+ obj = unwrap(obj, stop=(lambda f: hasattr(f, "__signature__")
2536
+ or isinstance(f, types.MethodType)))
2537
+ if isinstance(obj, types.MethodType):
2538
+ # If the unwrapped object is a *method*, we might want to
2539
+ # skip its first parameter (self).
2540
+ # See test_signature_wrapped_bound_method for details.
2541
+ return _get_signature_of(obj)
2542
+
2543
+ try:
2544
+ sig = obj.__signature__
2545
+ except AttributeError:
2546
+ pass
2547
+ else:
2548
+ if sig is not None:
2549
+ # since __text_signature__ is not writable on classes, __signature__
2550
+ # may contain text (or be a callable that returns text);
2551
+ # if so, convert it
2552
+ o_sig = sig
2553
+ if not isinstance(sig, (Signature, str)) and callable(sig):
2554
+ sig = sig()
2555
+ if isinstance(sig, str):
2556
+ sig = _signature_fromstr(sigcls, obj, sig)
2557
+ if not isinstance(sig, Signature):
2558
+ raise TypeError(
2559
+ 'unexpected object {!r} in __signature__ '
2560
+ 'attribute'.format(o_sig))
2561
+ return sig
2562
+
2563
+ try:
2564
+ partialmethod = obj.__partialmethod__
2565
+ except AttributeError:
2566
+ pass
2567
+ else:
2568
+ if isinstance(partialmethod, functools.partialmethod):
2569
+ # Unbound partialmethod (see functools.partialmethod)
2570
+ # This means, that we need to calculate the signature
2571
+ # as if it's a regular partial object, but taking into
2572
+ # account that the first positional argument
2573
+ # (usually `self`, or `cls`) will not be passed
2574
+ # automatically (as for boundmethods)
2575
+
2576
+ wrapped_sig = _get_signature_of(partialmethod.func)
2577
+
2578
+ sig = _signature_get_partial(wrapped_sig, partialmethod, (None,))
2579
+ first_wrapped_param = tuple(wrapped_sig.parameters.values())[0]
2580
+ if first_wrapped_param.kind is Parameter.VAR_POSITIONAL:
2581
+ # First argument of the wrapped callable is `*args`, as in
2582
+ # `partialmethod(lambda *args)`.
2583
+ return sig
2584
+ else:
2585
+ sig_params = tuple(sig.parameters.values())
2586
+ assert (not sig_params or
2587
+ first_wrapped_param is not sig_params[0])
2588
+ new_params = (first_wrapped_param,) + sig_params
2589
+ return sig.replace(parameters=new_params)
2590
+
2591
+ if isinstance(obj, functools.partial):
2592
+ wrapped_sig = _get_signature_of(obj.func)
2593
+ return _signature_get_partial(wrapped_sig, obj)
2594
+
2595
+ if isfunction(obj) or _signature_is_functionlike(obj):
2596
+ # If it's a pure Python function, or an object that is duck type
2597
+ # of a Python function (Cython functions, for instance), then:
2598
+ return _signature_from_function(sigcls, obj,
2599
+ skip_bound_arg=skip_bound_arg,
2600
+ globals=globals, locals=locals, eval_str=eval_str)
2601
+
2602
+ if _signature_is_builtin(obj):
2603
+ return _signature_from_builtin(sigcls, obj,
2604
+ skip_bound_arg=skip_bound_arg)
2605
+
2606
+ if isinstance(obj, type):
2607
+ # obj is a class or a metaclass
2608
+
2609
+ # First, let's see if it has an overloaded __call__ defined
2610
+ # in its metaclass
2611
+ call = _signature_get_user_defined_method(
2612
+ type(obj),
2613
+ '__call__',
2614
+ follow_wrapper_chains=follow_wrapper_chains,
2615
+ )
2616
+ if call is not None:
2617
+ return _get_signature_of(call)
2618
+
2619
+ # NOTE: The user-defined method can be a function with a thin wrapper
2620
+ # around object.__new__ (e.g., generated by `@warnings.deprecated`)
2621
+ new = _signature_get_user_defined_method(
2622
+ obj,
2623
+ '__new__',
2624
+ follow_wrapper_chains=follow_wrapper_chains,
2625
+ )
2626
+ init = _signature_get_user_defined_method(
2627
+ obj,
2628
+ '__init__',
2629
+ follow_wrapper_chains=follow_wrapper_chains,
2630
+ )
2631
+
2632
+ # Go through the MRO and see if any class has user-defined
2633
+ # pure Python __new__ or __init__ method
2634
+ for base in obj.__mro__:
2635
+ # Now we check if the 'obj' class has an own '__new__' method
2636
+ if new is not None and '__new__' in base.__dict__:
2637
+ sig = _get_signature_of(new)
2638
+ if skip_bound_arg:
2639
+ sig = _signature_bound_method(sig)
2640
+ return sig
2641
+ # or an own '__init__' method
2642
+ elif init is not None and '__init__' in base.__dict__:
2643
+ return _get_signature_of(init)
2644
+
2645
+ # At this point we know, that `obj` is a class, with no user-
2646
+ # defined '__init__', '__new__', or class-level '__call__'
2647
+
2648
+ for base in obj.__mro__[:-1]:
2649
+ # Since '__text_signature__' is implemented as a
2650
+ # descriptor that extracts text signature from the
2651
+ # class docstring, if 'obj' is derived from a builtin
2652
+ # class, its own '__text_signature__' may be 'None'.
2653
+ # Therefore, we go through the MRO (except the last
2654
+ # class in there, which is 'object') to find the first
2655
+ # class with non-empty text signature.
2656
+ try:
2657
+ text_sig = base.__text_signature__
2658
+ except AttributeError:
2659
+ pass
2660
+ else:
2661
+ if text_sig:
2662
+ # If 'base' class has a __text_signature__ attribute:
2663
+ # return a signature based on it
2664
+ return _signature_fromstr(sigcls, base, text_sig)
2665
+
2666
+ # No '__text_signature__' was found for the 'obj' class.
2667
+ # Last option is to check if its '__init__' is
2668
+ # object.__init__ or type.__init__.
2669
+ if type not in obj.__mro__:
2670
+ obj_init = obj.__init__
2671
+ obj_new = obj.__new__
2672
+ if follow_wrapper_chains:
2673
+ obj_init = unwrap(obj_init)
2674
+ obj_new = unwrap(obj_new)
2675
+ # We have a class (not metaclass), but no user-defined
2676
+ # __init__ or __new__ for it
2677
+ if obj_init is object.__init__ and obj_new is object.__new__:
2678
+ # Return a signature of 'object' builtin.
2679
+ return sigcls.from_callable(object)
2680
+ else:
2681
+ raise ValueError(
2682
+ 'no signature found for builtin type {!r}'.format(obj))
2683
+
2684
+ else:
2685
+ # An object with __call__
2686
+ call = getattr_static(type(obj), '__call__', None)
2687
+ if call is not None:
2688
+ try:
2689
+ text_sig = obj.__text_signature__
2690
+ except AttributeError:
2691
+ pass
2692
+ else:
2693
+ if text_sig:
2694
+ return _signature_fromstr(sigcls, obj, text_sig)
2695
+ call = _descriptor_get(call, obj)
2696
+ return _get_signature_of(call)
2697
+
2698
+ raise ValueError('callable {!r} is not supported by signature'.format(obj))
2699
+
2700
+
2701
+ class _void:
2702
+ """A private marker - used in Parameter & Signature."""
2703
+
2704
+
2705
+ class _empty:
2706
+ """Marker object for Signature.empty and Parameter.empty."""
2707
+
2708
+
2709
+ class _ParameterKind(enum.IntEnum):
2710
+ POSITIONAL_ONLY = 'positional-only'
2711
+ POSITIONAL_OR_KEYWORD = 'positional or keyword'
2712
+ VAR_POSITIONAL = 'variadic positional'
2713
+ KEYWORD_ONLY = 'keyword-only'
2714
+ VAR_KEYWORD = 'variadic keyword'
2715
+
2716
+ def __new__(cls, description):
2717
+ value = len(cls.__members__)
2718
+ member = int.__new__(cls, value)
2719
+ member._value_ = value
2720
+ member.description = description
2721
+ return member
2722
+
2723
+ def __str__(self):
2724
+ return self.name
2725
+
2726
+ _POSITIONAL_ONLY = _ParameterKind.POSITIONAL_ONLY
2727
+ _POSITIONAL_OR_KEYWORD = _ParameterKind.POSITIONAL_OR_KEYWORD
2728
+ _VAR_POSITIONAL = _ParameterKind.VAR_POSITIONAL
2729
+ _KEYWORD_ONLY = _ParameterKind.KEYWORD_ONLY
2730
+ _VAR_KEYWORD = _ParameterKind.VAR_KEYWORD
2731
+
2732
+
2733
+ class Parameter:
2734
+ """Represents a parameter in a function signature.
2735
+
2736
+ Has the following public attributes:
2737
+
2738
+ * name : str
2739
+ The name of the parameter as a string.
2740
+ * default : object
2741
+ The default value for the parameter if specified. If the
2742
+ parameter has no default value, this attribute is set to
2743
+ `Parameter.empty`.
2744
+ * annotation
2745
+ The annotation for the parameter if specified. If the
2746
+ parameter has no annotation, this attribute is set to
2747
+ `Parameter.empty`.
2748
+ * kind : str
2749
+ Describes how argument values are bound to the parameter.
2750
+ Possible values: `Parameter.POSITIONAL_ONLY`,
2751
+ `Parameter.POSITIONAL_OR_KEYWORD`, `Parameter.VAR_POSITIONAL`,
2752
+ `Parameter.KEYWORD_ONLY`, `Parameter.VAR_KEYWORD`.
2753
+ """
2754
+
2755
+ __slots__ = ('_name', '_kind', '_default', '_annotation')
2756
+
2757
+ POSITIONAL_ONLY = _POSITIONAL_ONLY
2758
+ POSITIONAL_OR_KEYWORD = _POSITIONAL_OR_KEYWORD
2759
+ VAR_POSITIONAL = _VAR_POSITIONAL
2760
+ KEYWORD_ONLY = _KEYWORD_ONLY
2761
+ VAR_KEYWORD = _VAR_KEYWORD
2762
+
2763
+ empty = _empty
2764
+
2765
+ def __init__(self, name, kind, *, default=_empty, annotation=_empty):
2766
+ try:
2767
+ self._kind = _ParameterKind(kind)
2768
+ except ValueError:
2769
+ raise ValueError(f'value {kind!r} is not a valid Parameter.kind')
2770
+ if default is not _empty:
2771
+ if self._kind in (_VAR_POSITIONAL, _VAR_KEYWORD):
2772
+ msg = '{} parameters cannot have default values'
2773
+ msg = msg.format(self._kind.description)
2774
+ raise ValueError(msg)
2775
+ self._default = default
2776
+ self._annotation = annotation
2777
+
2778
+ if name is _empty:
2779
+ raise ValueError('name is a required attribute for Parameter')
2780
+
2781
+ if not isinstance(name, str):
2782
+ msg = 'name must be a str, not a {}'.format(type(name).__name__)
2783
+ raise TypeError(msg)
2784
+
2785
+ if name[0] == '.' and name[1:].isdigit():
2786
+ # These are implicit arguments generated by comprehensions. In
2787
+ # order to provide a friendlier interface to users, we recast
2788
+ # their name as "implicitN" and treat them as positional-only.
2789
+ # See issue 19611.
2790
+ if self._kind != _POSITIONAL_OR_KEYWORD:
2791
+ msg = (
2792
+ 'implicit arguments must be passed as '
2793
+ 'positional or keyword arguments, not {}'
2794
+ )
2795
+ msg = msg.format(self._kind.description)
2796
+ raise ValueError(msg)
2797
+ self._kind = _POSITIONAL_ONLY
2798
+ name = 'implicit{}'.format(name[1:])
2799
+
2800
+ # It's possible for C functions to have a positional-only parameter
2801
+ # where the name is a keyword, so for compatibility we'll allow it.
2802
+ is_keyword = iskeyword(name) and self._kind is not _POSITIONAL_ONLY
2803
+ if is_keyword or not name.isidentifier():
2804
+ raise ValueError('{!r} is not a valid parameter name'.format(name))
2805
+
2806
+ self._name = name
2807
+
2808
+ def __reduce__(self):
2809
+ return (type(self),
2810
+ (self._name, self._kind),
2811
+ {'_default': self._default,
2812
+ '_annotation': self._annotation})
2813
+
2814
+ def __setstate__(self, state):
2815
+ self._default = state['_default']
2816
+ self._annotation = state['_annotation']
2817
+
2818
+ @property
2819
+ def name(self):
2820
+ return self._name
2821
+
2822
+ @property
2823
+ def default(self):
2824
+ return self._default
2825
+
2826
+ @property
2827
+ def annotation(self):
2828
+ return self._annotation
2829
+
2830
+ @property
2831
+ def kind(self):
2832
+ return self._kind
2833
+
2834
+ def replace(self, *, name=_void, kind=_void,
2835
+ annotation=_void, default=_void):
2836
+ """Creates a customized copy of the Parameter."""
2837
+
2838
+ if name is _void:
2839
+ name = self._name
2840
+
2841
+ if kind is _void:
2842
+ kind = self._kind
2843
+
2844
+ if annotation is _void:
2845
+ annotation = self._annotation
2846
+
2847
+ if default is _void:
2848
+ default = self._default
2849
+
2850
+ return type(self)(name, kind, default=default, annotation=annotation)
2851
+
2852
+ def __str__(self):
2853
+ kind = self.kind
2854
+ formatted = self._name
2855
+
2856
+ # Add annotation and default value
2857
+ if self._annotation is not _empty:
2858
+ formatted = '{}: {}'.format(formatted,
2859
+ formatannotation(self._annotation))
2860
+
2861
+ if self._default is not _empty:
2862
+ if self._annotation is not _empty:
2863
+ formatted = '{} = {}'.format(formatted, repr(self._default))
2864
+ else:
2865
+ formatted = '{}={}'.format(formatted, repr(self._default))
2866
+
2867
+ if kind == _VAR_POSITIONAL:
2868
+ formatted = '*' + formatted
2869
+ elif kind == _VAR_KEYWORD:
2870
+ formatted = '**' + formatted
2871
+
2872
+ return formatted
2873
+
2874
+ __replace__ = replace
2875
+
2876
+ def __repr__(self):
2877
+ return '<{} "{}">'.format(self.__class__.__name__, self)
2878
+
2879
+ def __hash__(self):
2880
+ return hash((self._name, self._kind, self._annotation, self._default))
2881
+
2882
+ def __eq__(self, other):
2883
+ if self is other:
2884
+ return True
2885
+ if not isinstance(other, Parameter):
2886
+ return NotImplemented
2887
+ return (self._name == other._name and
2888
+ self._kind == other._kind and
2889
+ self._default == other._default and
2890
+ self._annotation == other._annotation)
2891
+
2892
+
2893
+ class BoundArguments:
2894
+ """Result of `Signature.bind` call. Holds the mapping of arguments
2895
+ to the function's parameters.
2896
+
2897
+ Has the following public attributes:
2898
+
2899
+ * arguments : dict
2900
+ An ordered mutable mapping of parameters' names to arguments' values.
2901
+ Does not contain arguments' default values.
2902
+ * signature : Signature
2903
+ The Signature object that created this instance.
2904
+ * args : tuple
2905
+ Tuple of positional arguments values.
2906
+ * kwargs : dict
2907
+ Dict of keyword arguments values.
2908
+ """
2909
+
2910
+ __slots__ = ('arguments', '_signature', '__weakref__')
2911
+
2912
+ def __init__(self, signature, arguments):
2913
+ self.arguments = arguments
2914
+ self._signature = signature
2915
+
2916
+ @property
2917
+ def signature(self):
2918
+ return self._signature
2919
+
2920
+ @property
2921
+ def args(self):
2922
+ args = []
2923
+ for param_name, param in self._signature.parameters.items():
2924
+ if param.kind in (_VAR_KEYWORD, _KEYWORD_ONLY):
2925
+ break
2926
+
2927
+ try:
2928
+ arg = self.arguments[param_name]
2929
+ except KeyError:
2930
+ # We're done here. Other arguments
2931
+ # will be mapped in 'BoundArguments.kwargs'
2932
+ break
2933
+ else:
2934
+ if param.kind == _VAR_POSITIONAL:
2935
+ # *args
2936
+ args.extend(arg)
2937
+ else:
2938
+ # plain argument
2939
+ args.append(arg)
2940
+
2941
+ return tuple(args)
2942
+
2943
+ @property
2944
+ def kwargs(self):
2945
+ kwargs = {}
2946
+ kwargs_started = False
2947
+ for param_name, param in self._signature.parameters.items():
2948
+ if not kwargs_started:
2949
+ if param.kind in (_VAR_KEYWORD, _KEYWORD_ONLY):
2950
+ kwargs_started = True
2951
+ else:
2952
+ if param_name not in self.arguments:
2953
+ kwargs_started = True
2954
+ continue
2955
+
2956
+ if not kwargs_started:
2957
+ continue
2958
+
2959
+ try:
2960
+ arg = self.arguments[param_name]
2961
+ except KeyError:
2962
+ pass
2963
+ else:
2964
+ if param.kind == _VAR_KEYWORD:
2965
+ # **kwargs
2966
+ kwargs.update(arg)
2967
+ else:
2968
+ # plain keyword argument
2969
+ kwargs[param_name] = arg
2970
+
2971
+ return kwargs
2972
+
2973
+ def apply_defaults(self):
2974
+ """Set default values for missing arguments.
2975
+
2976
+ For variable-positional arguments (*args) the default is an
2977
+ empty tuple.
2978
+
2979
+ For variable-keyword arguments (**kwargs) the default is an
2980
+ empty dict.
2981
+ """
2982
+ arguments = self.arguments
2983
+ new_arguments = []
2984
+ for name, param in self._signature.parameters.items():
2985
+ try:
2986
+ new_arguments.append((name, arguments[name]))
2987
+ except KeyError:
2988
+ if param.default is not _empty:
2989
+ val = param.default
2990
+ elif param.kind is _VAR_POSITIONAL:
2991
+ val = ()
2992
+ elif param.kind is _VAR_KEYWORD:
2993
+ val = {}
2994
+ else:
2995
+ # This BoundArguments was likely produced by
2996
+ # Signature.bind_partial().
2997
+ continue
2998
+ new_arguments.append((name, val))
2999
+ self.arguments = dict(new_arguments)
3000
+
3001
+ def __eq__(self, other):
3002
+ if self is other:
3003
+ return True
3004
+ if not isinstance(other, BoundArguments):
3005
+ return NotImplemented
3006
+ return (self.signature == other.signature and
3007
+ self.arguments == other.arguments)
3008
+
3009
+ def __setstate__(self, state):
3010
+ self._signature = state['_signature']
3011
+ self.arguments = state['arguments']
3012
+
3013
+ def __getstate__(self):
3014
+ return {'_signature': self._signature, 'arguments': self.arguments}
3015
+
3016
+ def __repr__(self):
3017
+ args = []
3018
+ for arg, value in self.arguments.items():
3019
+ args.append('{}={!r}'.format(arg, value))
3020
+ return '<{} ({})>'.format(self.__class__.__name__, ', '.join(args))
3021
+
3022
+
3023
+ class Signature:
3024
+ """A Signature object represents the overall signature of a function.
3025
+ It stores a Parameter object for each parameter accepted by the
3026
+ function, as well as information specific to the function itself.
3027
+
3028
+ A Signature object has the following public attributes and methods:
3029
+
3030
+ * parameters : OrderedDict
3031
+ An ordered mapping of parameters' names to the corresponding
3032
+ Parameter objects (keyword-only arguments are in the same order
3033
+ as listed in `code.co_varnames`).
3034
+ * return_annotation : object
3035
+ The annotation for the return type of the function if specified.
3036
+ If the function has no annotation for its return type, this
3037
+ attribute is set to `Signature.empty`.
3038
+ * bind(*args, **kwargs) -> BoundArguments
3039
+ Creates a mapping from positional and keyword arguments to
3040
+ parameters.
3041
+ * bind_partial(*args, **kwargs) -> BoundArguments
3042
+ Creates a partial mapping from positional and keyword arguments
3043
+ to parameters (simulating 'functools.partial' behavior.)
3044
+ """
3045
+
3046
+ __slots__ = ('_return_annotation', '_parameters')
3047
+
3048
+ _parameter_cls = Parameter
3049
+ _bound_arguments_cls = BoundArguments
3050
+
3051
+ empty = _empty
3052
+
3053
+ def __init__(self, parameters=None, *, return_annotation=_empty,
3054
+ __validate_parameters__=True):
3055
+ """Constructs Signature from the given list of Parameter
3056
+ objects and 'return_annotation'. All arguments are optional.
3057
+ """
3058
+
3059
+ if parameters is None:
3060
+ params = OrderedDict()
3061
+ else:
3062
+ if __validate_parameters__:
3063
+ params = OrderedDict()
3064
+ top_kind = _POSITIONAL_ONLY
3065
+ seen_default = False
3066
+
3067
+ for param in parameters:
3068
+ kind = param.kind
3069
+ name = param.name
3070
+
3071
+ if kind < top_kind:
3072
+ msg = (
3073
+ 'wrong parameter order: {} parameter before {} '
3074
+ 'parameter'
3075
+ )
3076
+ msg = msg.format(top_kind.description,
3077
+ kind.description)
3078
+ raise ValueError(msg)
3079
+ elif kind > top_kind:
3080
+ top_kind = kind
3081
+
3082
+ if kind in (_POSITIONAL_ONLY, _POSITIONAL_OR_KEYWORD):
3083
+ if param.default is _empty:
3084
+ if seen_default:
3085
+ # No default for this parameter, but the
3086
+ # previous parameter of had a default
3087
+ msg = 'non-default argument follows default ' \
3088
+ 'argument'
3089
+ raise ValueError(msg)
3090
+ else:
3091
+ # There is a default for this parameter.
3092
+ seen_default = True
3093
+
3094
+ if name in params:
3095
+ msg = 'duplicate parameter name: {!r}'.format(name)
3096
+ raise ValueError(msg)
3097
+
3098
+ params[name] = param
3099
+ else:
3100
+ params = OrderedDict((param.name, param) for param in parameters)
3101
+
3102
+ self._parameters = types.MappingProxyType(params)
3103
+ self._return_annotation = return_annotation
3104
+
3105
+ @classmethod
3106
+ def from_callable(cls, obj, *,
3107
+ follow_wrapped=True, globals=None, locals=None, eval_str=False):
3108
+ """Constructs Signature for the given callable object."""
3109
+ return _signature_from_callable(obj, sigcls=cls,
3110
+ follow_wrapper_chains=follow_wrapped,
3111
+ globals=globals, locals=locals, eval_str=eval_str)
3112
+
3113
+ @property
3114
+ def parameters(self):
3115
+ return self._parameters
3116
+
3117
+ @property
3118
+ def return_annotation(self):
3119
+ return self._return_annotation
3120
+
3121
+ def replace(self, *, parameters=_void, return_annotation=_void):
3122
+ """Creates a customized copy of the Signature.
3123
+ Pass 'parameters' and/or 'return_annotation' arguments
3124
+ to override them in the new copy.
3125
+ """
3126
+
3127
+ if parameters is _void:
3128
+ parameters = self.parameters.values()
3129
+
3130
+ if return_annotation is _void:
3131
+ return_annotation = self._return_annotation
3132
+
3133
+ return type(self)(parameters,
3134
+ return_annotation=return_annotation)
3135
+
3136
+ __replace__ = replace
3137
+
3138
+ def _hash_basis(self):
3139
+ params = tuple(param for param in self.parameters.values()
3140
+ if param.kind != _KEYWORD_ONLY)
3141
+
3142
+ kwo_params = {param.name: param for param in self.parameters.values()
3143
+ if param.kind == _KEYWORD_ONLY}
3144
+
3145
+ return params, kwo_params, self.return_annotation
3146
+
3147
+ def __hash__(self):
3148
+ params, kwo_params, return_annotation = self._hash_basis()
3149
+ kwo_params = frozenset(kwo_params.values())
3150
+ return hash((params, kwo_params, return_annotation))
3151
+
3152
+ def __eq__(self, other):
3153
+ if self is other:
3154
+ return True
3155
+ if not isinstance(other, Signature):
3156
+ return NotImplemented
3157
+ return self._hash_basis() == other._hash_basis()
3158
+
3159
+ def _bind(self, args, kwargs, *, partial=False):
3160
+ """Private method. Don't use directly."""
3161
+
3162
+ arguments = {}
3163
+
3164
+ parameters = iter(self.parameters.values())
3165
+ parameters_ex = ()
3166
+ arg_vals = iter(args)
3167
+
3168
+ pos_only_param_in_kwargs = []
3169
+
3170
+ while True:
3171
+ # Let's iterate through the positional arguments and corresponding
3172
+ # parameters
3173
+ try:
3174
+ arg_val = next(arg_vals)
3175
+ except StopIteration:
3176
+ # No more positional arguments
3177
+ try:
3178
+ param = next(parameters)
3179
+ except StopIteration:
3180
+ # No more parameters. That's it. Just need to check that
3181
+ # we have no `kwargs` after this while loop
3182
+ break
3183
+ else:
3184
+ if param.kind == _VAR_POSITIONAL:
3185
+ # That's OK, just empty *args. Let's start parsing
3186
+ # kwargs
3187
+ break
3188
+ elif param.name in kwargs:
3189
+ if param.kind == _POSITIONAL_ONLY:
3190
+ if param.default is _empty:
3191
+ msg = f'missing a required positional-only argument: {param.name!r}'
3192
+ raise TypeError(msg)
3193
+ # Raise a TypeError once we are sure there is no
3194
+ # **kwargs param later.
3195
+ pos_only_param_in_kwargs.append(param)
3196
+ continue
3197
+ parameters_ex = (param,)
3198
+ break
3199
+ elif (param.kind == _VAR_KEYWORD or
3200
+ param.default is not _empty):
3201
+ # That's fine too - we have a default value for this
3202
+ # parameter. So, lets start parsing `kwargs`, starting
3203
+ # with the current parameter
3204
+ parameters_ex = (param,)
3205
+ break
3206
+ else:
3207
+ # No default, not VAR_KEYWORD, not VAR_POSITIONAL,
3208
+ # not in `kwargs`
3209
+ if partial:
3210
+ parameters_ex = (param,)
3211
+ break
3212
+ else:
3213
+ if param.kind == _KEYWORD_ONLY:
3214
+ argtype = ' keyword-only'
3215
+ else:
3216
+ argtype = ''
3217
+ msg = 'missing a required{argtype} argument: {arg!r}'
3218
+ msg = msg.format(arg=param.name, argtype=argtype)
3219
+ raise TypeError(msg) from None
3220
+ else:
3221
+ # We have a positional argument to process
3222
+ try:
3223
+ param = next(parameters)
3224
+ except StopIteration:
3225
+ raise TypeError('too many positional arguments') from None
3226
+ else:
3227
+ if param.kind in (_VAR_KEYWORD, _KEYWORD_ONLY):
3228
+ # Looks like we have no parameter for this positional
3229
+ # argument
3230
+ raise TypeError(
3231
+ 'too many positional arguments') from None
3232
+
3233
+ if param.kind == _VAR_POSITIONAL:
3234
+ # We have an '*args'-like argument, let's fill it with
3235
+ # all positional arguments we have left and move on to
3236
+ # the next phase
3237
+ values = [arg_val]
3238
+ values.extend(arg_vals)
3239
+ arguments[param.name] = tuple(values)
3240
+ break
3241
+
3242
+ if param.name in kwargs and param.kind != _POSITIONAL_ONLY:
3243
+ raise TypeError(
3244
+ 'multiple values for argument {arg!r}'.format(
3245
+ arg=param.name)) from None
3246
+
3247
+ arguments[param.name] = arg_val
3248
+
3249
+ # Now, we iterate through the remaining parameters to process
3250
+ # keyword arguments
3251
+ kwargs_param = None
3252
+ for param in itertools.chain(parameters_ex, parameters):
3253
+ if param.kind == _VAR_KEYWORD:
3254
+ # Memorize that we have a '**kwargs'-like parameter
3255
+ kwargs_param = param
3256
+ continue
3257
+
3258
+ if param.kind == _VAR_POSITIONAL:
3259
+ # Named arguments don't refer to '*args'-like parameters.
3260
+ # We only arrive here if the positional arguments ended
3261
+ # before reaching the last parameter before *args.
3262
+ continue
3263
+
3264
+ param_name = param.name
3265
+ try:
3266
+ arg_val = kwargs.pop(param_name)
3267
+ except KeyError:
3268
+ # We have no value for this parameter. It's fine though,
3269
+ # if it has a default value, or it is an '*args'-like
3270
+ # parameter, left alone by the processing of positional
3271
+ # arguments.
3272
+ if (not partial and param.kind != _VAR_POSITIONAL and
3273
+ param.default is _empty):
3274
+ raise TypeError('missing a required argument: {arg!r}'. \
3275
+ format(arg=param_name)) from None
3276
+
3277
+ else:
3278
+ arguments[param_name] = arg_val
3279
+
3280
+ if kwargs:
3281
+ if kwargs_param is not None:
3282
+ # Process our '**kwargs'-like parameter
3283
+ arguments[kwargs_param.name] = kwargs
3284
+ elif pos_only_param_in_kwargs:
3285
+ raise TypeError(
3286
+ 'got some positional-only arguments passed as '
3287
+ 'keyword arguments: {arg!r}'.format(
3288
+ arg=', '.join(
3289
+ param.name
3290
+ for param in pos_only_param_in_kwargs
3291
+ ),
3292
+ ),
3293
+ )
3294
+ else:
3295
+ raise TypeError(
3296
+ 'got an unexpected keyword argument {arg!r}'.format(
3297
+ arg=next(iter(kwargs))))
3298
+
3299
+ return self._bound_arguments_cls(self, arguments)
3300
+
3301
+ def bind(self, /, *args, **kwargs):
3302
+ """Get a BoundArguments object, that maps the passed `args`
3303
+ and `kwargs` to the function's signature. Raises `TypeError`
3304
+ if the passed arguments can not be bound.
3305
+ """
3306
+ return self._bind(args, kwargs)
3307
+
3308
+ def bind_partial(self, /, *args, **kwargs):
3309
+ """Get a BoundArguments object, that partially maps the
3310
+ passed `args` and `kwargs` to the function's signature.
3311
+ Raises `TypeError` if the passed arguments can not be bound.
3312
+ """
3313
+ return self._bind(args, kwargs, partial=True)
3314
+
3315
+ def __reduce__(self):
3316
+ return (type(self),
3317
+ (tuple(self._parameters.values()),),
3318
+ {'_return_annotation': self._return_annotation})
3319
+
3320
+ def __setstate__(self, state):
3321
+ self._return_annotation = state['_return_annotation']
3322
+
3323
+ def __repr__(self):
3324
+ return '<{} {}>'.format(self.__class__.__name__, self)
3325
+
3326
+ def __str__(self):
3327
+ return self.format()
3328
+
3329
+ def format(self, *, max_width=None):
3330
+ """Create a string representation of the Signature object.
3331
+
3332
+ If *max_width* integer is passed,
3333
+ signature will try to fit into the *max_width*.
3334
+ If signature is longer than *max_width*,
3335
+ all parameters will be on separate lines.
3336
+ """
3337
+ result = []
3338
+ render_pos_only_separator = False
3339
+ render_kw_only_separator = True
3340
+ for param in self.parameters.values():
3341
+ formatted = str(param)
3342
+
3343
+ kind = param.kind
3344
+
3345
+ if kind == _POSITIONAL_ONLY:
3346
+ render_pos_only_separator = True
3347
+ elif render_pos_only_separator:
3348
+ # It's not a positional-only parameter, and the flag
3349
+ # is set to 'True' (there were pos-only params before.)
3350
+ result.append('/')
3351
+ render_pos_only_separator = False
3352
+
3353
+ if kind == _VAR_POSITIONAL:
3354
+ # OK, we have an '*args'-like parameter, so we won't need
3355
+ # a '*' to separate keyword-only arguments
3356
+ render_kw_only_separator = False
3357
+ elif kind == _KEYWORD_ONLY and render_kw_only_separator:
3358
+ # We have a keyword-only parameter to render and we haven't
3359
+ # rendered an '*args'-like parameter before, so add a '*'
3360
+ # separator to the parameters list ("foo(arg1, *, arg2)" case)
3361
+ result.append('*')
3362
+ # This condition should be only triggered once, so
3363
+ # reset the flag
3364
+ render_kw_only_separator = False
3365
+
3366
+ result.append(formatted)
3367
+
3368
+ if render_pos_only_separator:
3369
+ # There were only positional-only parameters, hence the
3370
+ # flag was not reset to 'False'
3371
+ result.append('/')
3372
+
3373
+ rendered = '({})'.format(', '.join(result))
3374
+ if max_width is not None and len(rendered) > max_width:
3375
+ rendered = '(\n {}\n)'.format(',\n '.join(result))
3376
+
3377
+ if self.return_annotation is not _empty:
3378
+ anno = formatannotation(self.return_annotation)
3379
+ rendered += ' -> {}'.format(anno)
3380
+
3381
+ return rendered
3382
+
3383
+
3384
+ def signature(obj, *, follow_wrapped=True, globals=None, locals=None, eval_str=False):
3385
+ """Get a signature object for the passed callable."""
3386
+ return Signature.from_callable(obj, follow_wrapped=follow_wrapped,
3387
+ globals=globals, locals=locals, eval_str=eval_str)
3388
+
3389
+
3390
+ class BufferFlags(enum.IntFlag):
3391
+ SIMPLE = 0x0
3392
+ WRITABLE = 0x1
3393
+ FORMAT = 0x4
3394
+ ND = 0x8
3395
+ STRIDES = 0x10 | ND
3396
+ C_CONTIGUOUS = 0x20 | STRIDES
3397
+ F_CONTIGUOUS = 0x40 | STRIDES
3398
+ ANY_CONTIGUOUS = 0x80 | STRIDES
3399
+ INDIRECT = 0x100 | STRIDES
3400
+ CONTIG = ND | WRITABLE
3401
+ CONTIG_RO = ND
3402
+ STRIDED = STRIDES | WRITABLE
3403
+ STRIDED_RO = STRIDES
3404
+ RECORDS = STRIDES | WRITABLE | FORMAT
3405
+ RECORDS_RO = STRIDES | FORMAT
3406
+ FULL = INDIRECT | WRITABLE | FORMAT
3407
+ FULL_RO = INDIRECT | FORMAT
3408
+ READ = 0x100
3409
+ WRITE = 0x200
3410
+
3411
+
3412
+ def _main():
3413
+ """ Logic for inspecting an object given at command line """
3414
+ import argparse
3415
+ import importlib
3416
+
3417
+ parser = argparse.ArgumentParser()
3418
+ parser.add_argument(
3419
+ 'object',
3420
+ help="The object to be analysed. "
3421
+ "It supports the 'module:qualname' syntax")
3422
+ parser.add_argument(
3423
+ '-d', '--details', action='store_true',
3424
+ help='Display info about the module rather than its source code')
3425
+
3426
+ args = parser.parse_args()
3427
+
3428
+ target = args.object
3429
+ mod_name, has_attrs, attrs = target.partition(":")
3430
+ try:
3431
+ obj = module = importlib.import_module(mod_name)
3432
+ except Exception as exc:
3433
+ msg = "Failed to import {} ({}: {})".format(mod_name,
3434
+ type(exc).__name__,
3435
+ exc)
3436
+ print(msg, file=sys.stderr)
3437
+ sys.exit(2)
3438
+
3439
+ if has_attrs:
3440
+ parts = attrs.split(".")
3441
+ obj = module
3442
+ for part in parts:
3443
+ obj = getattr(obj, part)
3444
+
3445
+ if module.__name__ in sys.builtin_module_names:
3446
+ print("Can't get info for builtin modules.", file=sys.stderr)
3447
+ sys.exit(1)
3448
+
3449
+ if args.details:
3450
+ print('Target: {}'.format(target))
3451
+ print('Origin: {}'.format(getsourcefile(module)))
3452
+ print('Cached: {}'.format(module.__cached__))
3453
+ if obj is module:
3454
+ print('Loader: {}'.format(repr(module.__loader__)))
3455
+ if hasattr(module, '__path__'):
3456
+ print('Submodule search path: {}'.format(module.__path__))
3457
+ else:
3458
+ try:
3459
+ __, lineno = findsource(obj)
3460
+ except Exception:
3461
+ pass
3462
+ else:
3463
+ print('Line: {}'.format(lineno))
3464
+
3465
+ print('\n')
3466
+ else:
3467
+ print(getsource(obj))
3468
+
3469
+
3470
+ if __name__ == "__main__":
3471
+ _main()