sqlglot-mypy 2.1.0.post1__tar.gz → 2.1.0.post3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1840) hide show
  1. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/PKG-INFO +1 -1
  2. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/version.py +1 -1
  3. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/build.py +23 -5
  4. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emitclass.py +2 -1
  5. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/common.py +1 -0
  6. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/classdef.py +92 -91
  7. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/prepare.py +91 -1
  8. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/util.py +49 -0
  9. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/testutil.py +6 -0
  10. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-classes.test +2 -1
  11. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-multimodule.test +181 -0
  12. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/PKG-INFO +1 -1
  13. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/CHANGELOG.md +0 -0
  14. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/CREDITS +0 -0
  15. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/LICENSE +0 -0
  16. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/MANIFEST.in +0 -0
  17. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/README.md +0 -0
  18. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/build-requirements.txt +0 -0
  19. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/conftest.py +0 -0
  20. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/Makefile +0 -0
  21. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/README.md +0 -0
  22. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/make.bat +0 -0
  23. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/requirements-docs.txt +0 -0
  24. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/additional_features.rst +0 -0
  25. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/builtin_types.rst +0 -0
  26. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/changelog.md +0 -0
  27. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/cheat_sheet_py3.rst +0 -0
  28. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/class_basics.rst +0 -0
  29. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/command_line.rst +0 -0
  30. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/common_issues.rst +0 -0
  31. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/conf.py +0 -0
  32. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/config_file.rst +0 -0
  33. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/duck_type_compatibility.rst +0 -0
  34. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/dynamic_typing.rst +0 -0
  35. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/error_code_list.rst +0 -0
  36. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/error_code_list2.rst +0 -0
  37. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/error_codes.rst +0 -0
  38. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/existing_code.rst +0 -0
  39. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/extending_mypy.rst +0 -0
  40. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/faq.rst +0 -0
  41. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/final_attrs.rst +0 -0
  42. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/generics.rst +0 -0
  43. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/getting_started.rst +0 -0
  44. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/html_builder.py +0 -0
  45. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/index.rst +0 -0
  46. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/inline_config.rst +0 -0
  47. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/installed_packages.rst +0 -0
  48. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/kinds_of_types.rst +0 -0
  49. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/literal_types.rst +0 -0
  50. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/metaclasses.rst +0 -0
  51. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/more_types.rst +0 -0
  52. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/mypy_daemon.rst +0 -0
  53. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/mypy_light.svg +0 -0
  54. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/protocols.rst +0 -0
  55. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/running_mypy.rst +0 -0
  56. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/runtime_troubles.rst +0 -0
  57. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/stubgen.rst +0 -0
  58. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/stubs.rst +0 -0
  59. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/stubtest.rst +0 -0
  60. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/supported_python_features.rst +0 -0
  61. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/type_inference_and_annotations.rst +0 -0
  62. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/type_narrowing.rst +0 -0
  63. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/typed_dict.rst +0 -0
  64. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/misc/apply-cache-diff.py +0 -0
  65. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/misc/diff-cache.py +0 -0
  66. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/__init__.py +0 -0
  67. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/__main__.py +0 -0
  68. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/api.py +0 -0
  69. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/applytype.py +0 -0
  70. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/argmap.py +0 -0
  71. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/binder.py +0 -0
  72. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/bogus_type.py +0 -0
  73. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/build.py +0 -0
  74. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/build_worker/__init__.py +0 -0
  75. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/build_worker/__main__.py +0 -0
  76. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/build_worker/worker.py +0 -0
  77. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/cache.py +0 -0
  78. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checker.py +0 -0
  79. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checker_shared.py +0 -0
  80. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checker_state.py +0 -0
  81. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checkexpr.py +0 -0
  82. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checkmember.py +0 -0
  83. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checkpattern.py +0 -0
  84. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checkstrformat.py +0 -0
  85. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/config_parser.py +0 -0
  86. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/constant_fold.py +0 -0
  87. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/constraints.py +0 -0
  88. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/copytype.py +0 -0
  89. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/defaults.py +0 -0
  90. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy/__init__.py +0 -0
  91. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy/__main__.py +0 -0
  92. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy/client.py +0 -0
  93. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy_os.py +0 -0
  94. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy_server.py +0 -0
  95. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy_util.py +0 -0
  96. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/erasetype.py +0 -0
  97. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/error_formatter.py +0 -0
  98. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/errorcodes.py +0 -0
  99. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/errors.py +0 -0
  100. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/evalexpr.py +0 -0
  101. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/expandtype.py +0 -0
  102. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/exportjson.py +0 -0
  103. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/exprtotype.py +0 -0
  104. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/fastparse.py +0 -0
  105. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/find_sources.py +0 -0
  106. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/fixup.py +0 -0
  107. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/freetree.py +0 -0
  108. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/fscache.py +0 -0
  109. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/fswatcher.py +0 -0
  110. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/gclogger.py +0 -0
  111. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/git.py +0 -0
  112. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/graph_utils.py +0 -0
  113. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/indirection.py +0 -0
  114. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/infer.py +0 -0
  115. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/inspections.py +0 -0
  116. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/ipc.py +0 -0
  117. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/join.py +0 -0
  118. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/known_modules.py +0 -0
  119. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/literals.py +0 -0
  120. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/lookup.py +0 -0
  121. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/main.py +0 -0
  122. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/maptype.py +0 -0
  123. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/meet.py +0 -0
  124. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/memprofile.py +0 -0
  125. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/message_registry.py +0 -0
  126. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/messages.py +0 -0
  127. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/metastore.py +0 -0
  128. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/mixedtraverser.py +0 -0
  129. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/modulefinder.py +0 -0
  130. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/moduleinspect.py +0 -0
  131. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/modules_state.py +0 -0
  132. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/mro.py +0 -0
  133. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/nativeparse.py +0 -0
  134. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/nodes.py +0 -0
  135. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/operators.py +0 -0
  136. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/options.py +0 -0
  137. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/parse.py +0 -0
  138. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/partially_defined.py +0 -0
  139. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/patterns.py +0 -0
  140. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugin.py +0 -0
  141. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/__init__.py +0 -0
  142. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/attrs.py +0 -0
  143. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/common.py +0 -0
  144. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/constants.py +0 -0
  145. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/ctypes.py +0 -0
  146. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/dataclasses.py +0 -0
  147. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/default.py +0 -0
  148. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/enums.py +0 -0
  149. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/functools.py +0 -0
  150. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/proper_plugin.py +0 -0
  151. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/singledispatch.py +0 -0
  152. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/py.typed +0 -0
  153. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/pyinfo.py +0 -0
  154. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/reachability.py +0 -0
  155. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/refinfo.py +0 -0
  156. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/renaming.py +0 -0
  157. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/report.py +0 -0
  158. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/scope.py +0 -0
  159. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal.py +0 -0
  160. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_classprop.py +0 -0
  161. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_enum.py +0 -0
  162. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_infer.py +0 -0
  163. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_main.py +0 -0
  164. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_namedtuple.py +0 -0
  165. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_newtype.py +0 -0
  166. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_pass1.py +0 -0
  167. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_shared.py +0 -0
  168. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_typeargs.py +0 -0
  169. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_typeddict.py +0 -0
  170. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/__init__.py +0 -0
  171. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/astdiff.py +0 -0
  172. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/astmerge.py +0 -0
  173. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/aststrip.py +0 -0
  174. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/deps.py +0 -0
  175. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/mergecheck.py +0 -0
  176. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/objgraph.py +0 -0
  177. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/subexpr.py +0 -0
  178. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/target.py +0 -0
  179. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/trigger.py +0 -0
  180. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/update.py +0 -0
  181. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/sharedparse.py +0 -0
  182. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/solve.py +0 -0
  183. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/split_namespace.py +0 -0
  184. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/state.py +0 -0
  185. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stats.py +0 -0
  186. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/strconv.py +0 -0
  187. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubdoc.py +0 -0
  188. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubgen.py +0 -0
  189. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubgenc.py +0 -0
  190. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubinfo.py +0 -0
  191. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubtest.py +0 -0
  192. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubutil.py +0 -0
  193. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/subtypes.py +0 -0
  194. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/suggestions.py +0 -0
  195. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/__init__.py +0 -0
  196. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/config.py +0 -0
  197. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/data.py +0 -0
  198. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/helpers.py +0 -0
  199. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/__init__.py +0 -0
  200. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/_pytest.py +0 -0
  201. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/test_diff_helper.py +0 -0
  202. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/test_parse_data.py +0 -0
  203. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/test_update_data.py +0 -0
  204. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_config_parser.py +0 -0
  205. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_diff_cache.py +0 -0
  206. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_find_sources.py +0 -0
  207. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_nativeparse.py +0 -0
  208. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_ref_info.py +0 -0
  209. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testapi.py +0 -0
  210. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testargs.py +0 -0
  211. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testcheck.py +0 -0
  212. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testcmdline.py +0 -0
  213. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testconstraints.py +0 -0
  214. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testdaemon.py +0 -0
  215. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testdeps.py +0 -0
  216. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testdiff.py +0 -0
  217. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testerrorstream.py +0 -0
  218. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testexportjson.py +0 -0
  219. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testfinegrained.py +0 -0
  220. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testfinegrainedcache.py +0 -0
  221. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testformatter.py +0 -0
  222. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testfscache.py +0 -0
  223. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testgraph.py +0 -0
  224. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testinfer.py +0 -0
  225. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testipc.py +0 -0
  226. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testmerge.py +0 -0
  227. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testmodulefinder.py +0 -0
  228. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testmypyc.py +0 -0
  229. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testoutput.py +0 -0
  230. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testparse.py +0 -0
  231. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testpep561.py +0 -0
  232. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testpythoneval.py +0 -0
  233. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testreports.py +0 -0
  234. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testsemanal.py +0 -0
  235. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testsolve.py +0 -0
  236. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/teststubgen.py +0 -0
  237. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/teststubinfo.py +0 -0
  238. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/teststubtest.py +0 -0
  239. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testsubtypes.py +0 -0
  240. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testtransform.py +0 -0
  241. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testtypegen.py +0 -0
  242. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testtypes.py +0 -0
  243. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testutil.py +0 -0
  244. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/typefixture.py +0 -0
  245. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/update_data.py +0 -0
  246. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/visitors.py +0 -0
  247. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/traverser.py +0 -0
  248. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/treetransform.py +0 -0
  249. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/tvar_scope.py +0 -0
  250. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/type_visitor.py +0 -0
  251. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeanal.py +0 -0
  252. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeops.py +0 -0
  253. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/types.py +0 -0
  254. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/types_utils.py +0 -0
  255. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/LICENSE +0 -0
  256. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/VERSIONS +0 -0
  257. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/__future__.pyi +0 -0
  258. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/__main__.pyi +0 -0
  259. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_ast.pyi +0 -0
  260. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_asyncio.pyi +0 -0
  261. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_bisect.pyi +0 -0
  262. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_blake2.pyi +0 -0
  263. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_bootlocale.pyi +0 -0
  264. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_bz2.pyi +0 -0
  265. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_codecs.pyi +0 -0
  266. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_collections_abc.pyi +0 -0
  267. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_compat_pickle.pyi +0 -0
  268. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_compression.pyi +0 -0
  269. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_contextvars.pyi +0 -0
  270. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_csv.pyi +0 -0
  271. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_ctypes.pyi +0 -0
  272. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_curses.pyi +0 -0
  273. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_curses_panel.pyi +0 -0
  274. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_dbm.pyi +0 -0
  275. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_decimal.pyi +0 -0
  276. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_frozen_importlib.pyi +0 -0
  277. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_frozen_importlib_external.pyi +0 -0
  278. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_gdbm.pyi +0 -0
  279. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_hashlib.pyi +0 -0
  280. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_heapq.pyi +0 -0
  281. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_imp.pyi +0 -0
  282. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_interpchannels.pyi +0 -0
  283. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_interpqueues.pyi +0 -0
  284. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_interpreters.pyi +0 -0
  285. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_io.pyi +0 -0
  286. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_json.pyi +0 -0
  287. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_locale.pyi +0 -0
  288. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_lsprof.pyi +0 -0
  289. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_lzma.pyi +0 -0
  290. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_markupbase.pyi +0 -0
  291. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_msi.pyi +0 -0
  292. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_multibytecodec.pyi +0 -0
  293. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_operator.pyi +0 -0
  294. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_osx_support.pyi +0 -0
  295. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_pickle.pyi +0 -0
  296. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_posixsubprocess.pyi +0 -0
  297. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_py_abc.pyi +0 -0
  298. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_pydecimal.pyi +0 -0
  299. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_queue.pyi +0 -0
  300. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_random.pyi +0 -0
  301. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_sitebuiltins.pyi +0 -0
  302. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_socket.pyi +0 -0
  303. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_sqlite3.pyi +0 -0
  304. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_ssl.pyi +0 -0
  305. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_stat.pyi +0 -0
  306. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_struct.pyi +0 -0
  307. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_thread.pyi +0 -0
  308. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_threading_local.pyi +0 -0
  309. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_tkinter.pyi +0 -0
  310. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_tracemalloc.pyi +0 -0
  311. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/README.md +0 -0
  312. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/__init__.pyi +0 -0
  313. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/_type_checker_internals.pyi +0 -0
  314. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/dbapi.pyi +0 -0
  315. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/importlib.pyi +0 -0
  316. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/wsgi.pyi +0 -0
  317. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/xml.pyi +0 -0
  318. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_warnings.pyi +0 -0
  319. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_weakref.pyi +0 -0
  320. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_weakrefset.pyi +0 -0
  321. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_winapi.pyi +0 -0
  322. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_zstd.pyi +0 -0
  323. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/abc.pyi +0 -0
  324. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/aifc.pyi +0 -0
  325. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/annotationlib.pyi +0 -0
  326. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/antigravity.pyi +0 -0
  327. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/argparse.pyi +0 -0
  328. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/array.pyi +0 -0
  329. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ast.pyi +0 -0
  330. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asynchat.pyi +0 -0
  331. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/__init__.pyi +0 -0
  332. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/base_events.pyi +0 -0
  333. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/base_futures.pyi +0 -0
  334. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/base_subprocess.pyi +0 -0
  335. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/base_tasks.pyi +0 -0
  336. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/constants.pyi +0 -0
  337. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/coroutines.pyi +0 -0
  338. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/events.pyi +0 -0
  339. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/exceptions.pyi +0 -0
  340. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/format_helpers.pyi +0 -0
  341. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/futures.pyi +0 -0
  342. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/graph.pyi +0 -0
  343. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/locks.pyi +0 -0
  344. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/log.pyi +0 -0
  345. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/mixins.pyi +0 -0
  346. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/proactor_events.pyi +0 -0
  347. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/protocols.pyi +0 -0
  348. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/queues.pyi +0 -0
  349. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/runners.pyi +0 -0
  350. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/selector_events.pyi +0 -0
  351. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/sslproto.pyi +0 -0
  352. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/staggered.pyi +0 -0
  353. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/streams.pyi +0 -0
  354. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/subprocess.pyi +0 -0
  355. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/taskgroups.pyi +0 -0
  356. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/tasks.pyi +0 -0
  357. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/threads.pyi +0 -0
  358. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/timeouts.pyi +0 -0
  359. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/tools.pyi +0 -0
  360. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/transports.pyi +0 -0
  361. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/trsock.pyi +0 -0
  362. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/unix_events.pyi +0 -0
  363. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/windows_events.pyi +0 -0
  364. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/windows_utils.pyi +0 -0
  365. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncore.pyi +0 -0
  366. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/atexit.pyi +0 -0
  367. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/audioop.pyi +0 -0
  368. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/base64.pyi +0 -0
  369. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/bdb.pyi +0 -0
  370. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/binascii.pyi +0 -0
  371. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/binhex.pyi +0 -0
  372. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/bisect.pyi +0 -0
  373. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/builtins.pyi +0 -0
  374. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/bz2.pyi +0 -0
  375. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cProfile.pyi +0 -0
  376. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/calendar.pyi +0 -0
  377. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cgi.pyi +0 -0
  378. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cgitb.pyi +0 -0
  379. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/chunk.pyi +0 -0
  380. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cmath.pyi +0 -0
  381. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cmd.pyi +0 -0
  382. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/code.pyi +0 -0
  383. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/codecs.pyi +0 -0
  384. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/codeop.pyi +0 -0
  385. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/collections/__init__.pyi +0 -0
  386. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/collections/abc.pyi +0 -0
  387. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/colorsys.pyi +0 -0
  388. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compileall.pyi +0 -0
  389. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/__init__.pyi +0 -0
  390. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/_common/__init__.pyi +0 -0
  391. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/_common/_streams.pyi +0 -0
  392. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/bz2.pyi +0 -0
  393. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/gzip.pyi +0 -0
  394. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/lzma.pyi +0 -0
  395. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/zlib.pyi +0 -0
  396. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/zstd/__init__.pyi +0 -0
  397. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/zstd/_zstdfile.pyi +0 -0
  398. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/__init__.pyi +0 -0
  399. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/__init__.pyi +0 -0
  400. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/_base.pyi +0 -0
  401. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/interpreter.pyi +0 -0
  402. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/process.pyi +0 -0
  403. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/thread.pyi +0 -0
  404. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/interpreters/__init__.pyi +0 -0
  405. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/interpreters/_crossinterp.pyi +0 -0
  406. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/interpreters/_queues.pyi +0 -0
  407. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/configparser.pyi +0 -0
  408. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/contextlib.pyi +0 -0
  409. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/contextvars.pyi +0 -0
  410. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/copy.pyi +0 -0
  411. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/copyreg.pyi +0 -0
  412. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/crypt.pyi +0 -0
  413. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/csv.pyi +0 -0
  414. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/__init__.pyi +0 -0
  415. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/_endian.pyi +0 -0
  416. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/macholib/__init__.pyi +0 -0
  417. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/macholib/dyld.pyi +0 -0
  418. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/macholib/dylib.pyi +0 -0
  419. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/macholib/framework.pyi +0 -0
  420. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/util.pyi +0 -0
  421. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/wintypes.pyi +0 -0
  422. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/__init__.pyi +0 -0
  423. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/ascii.pyi +0 -0
  424. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/has_key.pyi +0 -0
  425. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/panel.pyi +0 -0
  426. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/textpad.pyi +0 -0
  427. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dataclasses.pyi +0 -0
  428. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/datetime.pyi +0 -0
  429. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/__init__.pyi +0 -0
  430. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/dumb.pyi +0 -0
  431. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/gnu.pyi +0 -0
  432. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/ndbm.pyi +0 -0
  433. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/sqlite3.pyi +0 -0
  434. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/decimal.pyi +0 -0
  435. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/difflib.pyi +0 -0
  436. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dis.pyi +0 -0
  437. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/__init__.pyi +0 -0
  438. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/_msvccompiler.pyi +0 -0
  439. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/archive_util.pyi +0 -0
  440. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/bcppcompiler.pyi +0 -0
  441. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/ccompiler.pyi +0 -0
  442. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/cmd.pyi +0 -0
  443. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/__init__.pyi +0 -0
  444. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist.pyi +0 -0
  445. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_dumb.pyi +0 -0
  446. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_msi.pyi +0 -0
  447. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_packager.pyi +0 -0
  448. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_rpm.pyi +0 -0
  449. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_wininst.pyi +0 -0
  450. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build.pyi +0 -0
  451. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build_clib.pyi +0 -0
  452. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build_ext.pyi +0 -0
  453. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build_py.pyi +0 -0
  454. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build_scripts.pyi +0 -0
  455. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/check.pyi +0 -0
  456. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/clean.pyi +0 -0
  457. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/config.pyi +0 -0
  458. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install.pyi +0 -0
  459. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_data.pyi +0 -0
  460. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_egg_info.pyi +0 -0
  461. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_headers.pyi +0 -0
  462. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_lib.pyi +0 -0
  463. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_scripts.pyi +0 -0
  464. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/register.pyi +0 -0
  465. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/sdist.pyi +0 -0
  466. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/upload.pyi +0 -0
  467. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/config.pyi +0 -0
  468. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/core.pyi +0 -0
  469. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/cygwinccompiler.pyi +0 -0
  470. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/debug.pyi +0 -0
  471. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/dep_util.pyi +0 -0
  472. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/dir_util.pyi +0 -0
  473. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/dist.pyi +0 -0
  474. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/errors.pyi +0 -0
  475. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/extension.pyi +0 -0
  476. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/fancy_getopt.pyi +0 -0
  477. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/file_util.pyi +0 -0
  478. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/filelist.pyi +0 -0
  479. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/log.pyi +0 -0
  480. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/msvccompiler.pyi +0 -0
  481. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/spawn.pyi +0 -0
  482. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/sysconfig.pyi +0 -0
  483. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/text_file.pyi +0 -0
  484. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/unixccompiler.pyi +0 -0
  485. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/util.pyi +0 -0
  486. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/version.pyi +0 -0
  487. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/doctest.pyi +0 -0
  488. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/__init__.pyi +0 -0
  489. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/_header_value_parser.pyi +0 -0
  490. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/_policybase.pyi +0 -0
  491. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/base64mime.pyi +0 -0
  492. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/charset.pyi +0 -0
  493. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/contentmanager.pyi +0 -0
  494. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/encoders.pyi +0 -0
  495. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/errors.pyi +0 -0
  496. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/feedparser.pyi +0 -0
  497. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/generator.pyi +0 -0
  498. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/header.pyi +0 -0
  499. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/headerregistry.pyi +0 -0
  500. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/iterators.pyi +0 -0
  501. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/message.pyi +0 -0
  502. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/__init__.pyi +0 -0
  503. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/application.pyi +0 -0
  504. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/audio.pyi +0 -0
  505. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/base.pyi +0 -0
  506. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/image.pyi +0 -0
  507. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/message.pyi +0 -0
  508. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/multipart.pyi +0 -0
  509. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/nonmultipart.pyi +0 -0
  510. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/text.pyi +0 -0
  511. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/parser.pyi +0 -0
  512. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/policy.pyi +0 -0
  513. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/quoprimime.pyi +0 -0
  514. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/utils.pyi +0 -0
  515. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/__init__.pyi +0 -0
  516. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/aliases.pyi +0 -0
  517. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/ascii.pyi +0 -0
  518. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/base64_codec.pyi +0 -0
  519. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/big5.pyi +0 -0
  520. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/big5hkscs.pyi +0 -0
  521. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/bz2_codec.pyi +0 -0
  522. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/charmap.pyi +0 -0
  523. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp037.pyi +0 -0
  524. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1006.pyi +0 -0
  525. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1026.pyi +0 -0
  526. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1125.pyi +0 -0
  527. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1140.pyi +0 -0
  528. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1250.pyi +0 -0
  529. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1251.pyi +0 -0
  530. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1252.pyi +0 -0
  531. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1253.pyi +0 -0
  532. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1254.pyi +0 -0
  533. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1255.pyi +0 -0
  534. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1256.pyi +0 -0
  535. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1257.pyi +0 -0
  536. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1258.pyi +0 -0
  537. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp273.pyi +0 -0
  538. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp424.pyi +0 -0
  539. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp437.pyi +0 -0
  540. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp500.pyi +0 -0
  541. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp720.pyi +0 -0
  542. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp737.pyi +0 -0
  543. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp775.pyi +0 -0
  544. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp850.pyi +0 -0
  545. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp852.pyi +0 -0
  546. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp855.pyi +0 -0
  547. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp856.pyi +0 -0
  548. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp857.pyi +0 -0
  549. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp858.pyi +0 -0
  550. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp860.pyi +0 -0
  551. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp861.pyi +0 -0
  552. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp862.pyi +0 -0
  553. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp863.pyi +0 -0
  554. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp864.pyi +0 -0
  555. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp865.pyi +0 -0
  556. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp866.pyi +0 -0
  557. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp869.pyi +0 -0
  558. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp874.pyi +0 -0
  559. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp875.pyi +0 -0
  560. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp932.pyi +0 -0
  561. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp949.pyi +0 -0
  562. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp950.pyi +0 -0
  563. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/euc_jis_2004.pyi +0 -0
  564. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/euc_jisx0213.pyi +0 -0
  565. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/euc_jp.pyi +0 -0
  566. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/euc_kr.pyi +0 -0
  567. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/gb18030.pyi +0 -0
  568. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/gb2312.pyi +0 -0
  569. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/gbk.pyi +0 -0
  570. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/hex_codec.pyi +0 -0
  571. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/hp_roman8.pyi +0 -0
  572. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/hz.pyi +0 -0
  573. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/idna.pyi +0 -0
  574. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp.pyi +0 -0
  575. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_1.pyi +0 -0
  576. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_2.pyi +0 -0
  577. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_2004.pyi +0 -0
  578. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_3.pyi +0 -0
  579. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_ext.pyi +0 -0
  580. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_kr.pyi +0 -0
  581. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_1.pyi +0 -0
  582. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_10.pyi +0 -0
  583. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_11.pyi +0 -0
  584. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_13.pyi +0 -0
  585. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_14.pyi +0 -0
  586. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_15.pyi +0 -0
  587. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_16.pyi +0 -0
  588. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_2.pyi +0 -0
  589. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_3.pyi +0 -0
  590. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_4.pyi +0 -0
  591. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_5.pyi +0 -0
  592. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_6.pyi +0 -0
  593. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_7.pyi +0 -0
  594. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_8.pyi +0 -0
  595. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_9.pyi +0 -0
  596. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/johab.pyi +0 -0
  597. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/koi8_r.pyi +0 -0
  598. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/koi8_t.pyi +0 -0
  599. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/koi8_u.pyi +0 -0
  600. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/kz1048.pyi +0 -0
  601. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/latin_1.pyi +0 -0
  602. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_arabic.pyi +0 -0
  603. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_croatian.pyi +0 -0
  604. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_cyrillic.pyi +0 -0
  605. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_farsi.pyi +0 -0
  606. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_greek.pyi +0 -0
  607. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_iceland.pyi +0 -0
  608. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_latin2.pyi +0 -0
  609. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_roman.pyi +0 -0
  610. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_romanian.pyi +0 -0
  611. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_turkish.pyi +0 -0
  612. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mbcs.pyi +0 -0
  613. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/oem.pyi +0 -0
  614. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/palmos.pyi +0 -0
  615. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/ptcp154.pyi +0 -0
  616. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/punycode.pyi +0 -0
  617. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/quopri_codec.pyi +0 -0
  618. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi +0 -0
  619. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/rot_13.pyi +0 -0
  620. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/shift_jis.pyi +0 -0
  621. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/shift_jis_2004.pyi +0 -0
  622. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/shift_jisx0213.pyi +0 -0
  623. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/tis_620.pyi +0 -0
  624. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/undefined.pyi +0 -0
  625. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/unicode_escape.pyi +0 -0
  626. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_16.pyi +0 -0
  627. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_16_be.pyi +0 -0
  628. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_16_le.pyi +0 -0
  629. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_32.pyi +0 -0
  630. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_32_be.pyi +0 -0
  631. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_32_le.pyi +0 -0
  632. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_7.pyi +0 -0
  633. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_8.pyi +0 -0
  634. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_8_sig.pyi +0 -0
  635. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/uu_codec.pyi +0 -0
  636. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/zlib_codec.pyi +0 -0
  637. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ensurepip/__init__.pyi +0 -0
  638. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/enum.pyi +0 -0
  639. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/errno.pyi +0 -0
  640. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/faulthandler.pyi +0 -0
  641. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/fcntl.pyi +0 -0
  642. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/filecmp.pyi +0 -0
  643. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/fileinput.pyi +0 -0
  644. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/fnmatch.pyi +0 -0
  645. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/formatter.pyi +0 -0
  646. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/fractions.pyi +0 -0
  647. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ftplib.pyi +0 -0
  648. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/functools.pyi +0 -0
  649. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/gc.pyi +0 -0
  650. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/genericpath.pyi +0 -0
  651. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/getopt.pyi +0 -0
  652. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/getpass.pyi +0 -0
  653. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/gettext.pyi +0 -0
  654. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/glob.pyi +0 -0
  655. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/graphlib.pyi +0 -0
  656. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/grp.pyi +0 -0
  657. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/gzip.pyi +0 -0
  658. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/hashlib.pyi +0 -0
  659. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/heapq.pyi +0 -0
  660. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/hmac.pyi +0 -0
  661. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/html/__init__.pyi +0 -0
  662. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/html/entities.pyi +0 -0
  663. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/html/parser.pyi +0 -0
  664. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/__init__.pyi +0 -0
  665. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/client.pyi +0 -0
  666. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/cookiejar.pyi +0 -0
  667. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/cookies.pyi +0 -0
  668. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/server.pyi +0 -0
  669. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/imaplib.pyi +0 -0
  670. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/imghdr.pyi +0 -0
  671. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/imp.pyi +0 -0
  672. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/__init__.pyi +0 -0
  673. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/_abc.pyi +0 -0
  674. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/_bootstrap.pyi +0 -0
  675. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/_bootstrap_external.pyi +0 -0
  676. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/abc.pyi +0 -0
  677. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/machinery.pyi +0 -0
  678. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/metadata/__init__.pyi +0 -0
  679. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/metadata/_meta.pyi +0 -0
  680. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/metadata/diagnose.pyi +0 -0
  681. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/readers.pyi +0 -0
  682. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/__init__.pyi +0 -0
  683. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/_common.pyi +0 -0
  684. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/_functional.pyi +0 -0
  685. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/abc.pyi +0 -0
  686. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/readers.pyi +0 -0
  687. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/simple.pyi +0 -0
  688. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/simple.pyi +0 -0
  689. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/util.pyi +0 -0
  690. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/inspect.pyi +0 -0
  691. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/io.pyi +0 -0
  692. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ipaddress.pyi +0 -0
  693. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/itertools.pyi +0 -0
  694. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/__init__.pyi +0 -0
  695. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/decoder.pyi +0 -0
  696. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/encoder.pyi +0 -0
  697. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/scanner.pyi +0 -0
  698. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/tool.pyi +0 -0
  699. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/keyword.pyi +0 -0
  700. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/__init__.pyi +0 -0
  701. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/btm_matcher.pyi +0 -0
  702. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixer_base.pyi +0 -0
  703. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/__init__.pyi +0 -0
  704. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi +0 -0
  705. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi +0 -0
  706. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi +0 -0
  707. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi +0 -0
  708. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi +0 -0
  709. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_except.pyi +0 -0
  710. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi +0 -0
  711. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi +0 -0
  712. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi +0 -0
  713. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi +0 -0
  714. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi +0 -0
  715. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_future.pyi +0 -0
  716. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi +0 -0
  717. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi +0 -0
  718. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi +0 -0
  719. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_import.pyi +0 -0
  720. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi +0 -0
  721. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi +0 -0
  722. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_input.pyi +0 -0
  723. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi +0 -0
  724. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi +0 -0
  725. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi +0 -0
  726. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi +0 -0
  727. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_long.pyi +0 -0
  728. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_map.pyi +0 -0
  729. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi +0 -0
  730. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi +0 -0
  731. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi +0 -0
  732. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_next.pyi +0 -0
  733. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi +0 -0
  734. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi +0 -0
  735. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi +0 -0
  736. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi +0 -0
  737. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_print.pyi +0 -0
  738. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi +0 -0
  739. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi +0 -0
  740. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi +0 -0
  741. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi +0 -0
  742. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi +0 -0
  743. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi +0 -0
  744. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi +0 -0
  745. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi +0 -0
  746. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi +0 -0
  747. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi +0 -0
  748. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi +0 -0
  749. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_types.pyi +0 -0
  750. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi +0 -0
  751. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi +0 -0
  752. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi +0 -0
  753. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi +0 -0
  754. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi +0 -0
  755. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi +0 -0
  756. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/main.pyi +0 -0
  757. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/__init__.pyi +0 -0
  758. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/driver.pyi +0 -0
  759. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/grammar.pyi +0 -0
  760. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/literals.pyi +0 -0
  761. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/parse.pyi +0 -0
  762. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/pgen.pyi +0 -0
  763. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/token.pyi +0 -0
  764. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi +0 -0
  765. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pygram.pyi +0 -0
  766. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pytree.pyi +0 -0
  767. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/refactor.pyi +0 -0
  768. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/linecache.pyi +0 -0
  769. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/locale.pyi +0 -0
  770. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/logging/__init__.pyi +0 -0
  771. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/logging/config.pyi +0 -0
  772. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/logging/handlers.pyi +0 -0
  773. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lzma.pyi +0 -0
  774. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/mailbox.pyi +0 -0
  775. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/mailcap.pyi +0 -0
  776. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/marshal.pyi +0 -0
  777. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/math.pyi +0 -0
  778. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/mimetypes.pyi +0 -0
  779. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/mmap.pyi +0 -0
  780. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/modulefinder.pyi +0 -0
  781. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msilib/__init__.pyi +0 -0
  782. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msilib/schema.pyi +0 -0
  783. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msilib/sequence.pyi +0 -0
  784. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msilib/text.pyi +0 -0
  785. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msvcrt.pyi +0 -0
  786. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/__init__.pyi +0 -0
  787. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/connection.pyi +0 -0
  788. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/context.pyi +0 -0
  789. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/dummy/__init__.pyi +0 -0
  790. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/dummy/connection.pyi +0 -0
  791. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/forkserver.pyi +0 -0
  792. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/heap.pyi +0 -0
  793. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/managers.pyi +0 -0
  794. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/pool.pyi +0 -0
  795. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/popen_fork.pyi +0 -0
  796. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/popen_forkserver.pyi +0 -0
  797. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi +0 -0
  798. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi +0 -0
  799. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/process.pyi +0 -0
  800. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/queues.pyi +0 -0
  801. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/reduction.pyi +0 -0
  802. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/resource_sharer.pyi +0 -0
  803. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/resource_tracker.pyi +0 -0
  804. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi +0 -0
  805. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi +0 -0
  806. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/spawn.pyi +0 -0
  807. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/synchronize.pyi +0 -0
  808. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/util.pyi +0 -0
  809. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/netrc.pyi +0 -0
  810. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/nis.pyi +0 -0
  811. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/nntplib.pyi +0 -0
  812. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/nt.pyi +0 -0
  813. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ntpath.pyi +0 -0
  814. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/nturl2path.pyi +0 -0
  815. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/numbers.pyi +0 -0
  816. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/opcode.pyi +0 -0
  817. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/operator.pyi +0 -0
  818. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/optparse.pyi +0 -0
  819. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/os/__init__.pyi +0 -0
  820. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/os/path.pyi +0 -0
  821. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ossaudiodev.pyi +0 -0
  822. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/parser.pyi +0 -0
  823. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pathlib/__init__.pyi +0 -0
  824. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pathlib/types.pyi +0 -0
  825. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pdb.pyi +0 -0
  826. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pickle.pyi +0 -0
  827. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pickletools.pyi +0 -0
  828. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pipes.pyi +0 -0
  829. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pkgutil.pyi +0 -0
  830. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/platform.pyi +0 -0
  831. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/plistlib.pyi +0 -0
  832. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/poplib.pyi +0 -0
  833. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/posix.pyi +0 -0
  834. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/posixpath.pyi +0 -0
  835. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pprint.pyi +0 -0
  836. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/profile.pyi +0 -0
  837. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pstats.pyi +0 -0
  838. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pty.pyi +0 -0
  839. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pwd.pyi +0 -0
  840. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/py_compile.pyi +0 -0
  841. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pyclbr.pyi +0 -0
  842. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pydoc.pyi +0 -0
  843. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pydoc_data/__init__.pyi +0 -0
  844. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pydoc_data/module_docs.pyi +0 -0
  845. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pydoc_data/topics.pyi +0 -0
  846. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pyexpat/__init__.pyi +0 -0
  847. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pyexpat/errors.pyi +0 -0
  848. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pyexpat/model.pyi +0 -0
  849. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/queue.pyi +0 -0
  850. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/quopri.pyi +0 -0
  851. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/random.pyi +0 -0
  852. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/re.pyi +0 -0
  853. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/readline.pyi +0 -0
  854. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/reprlib.pyi +0 -0
  855. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/resource.pyi +0 -0
  856. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/rlcompleter.pyi +0 -0
  857. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/runpy.pyi +0 -0
  858. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sched.pyi +0 -0
  859. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/secrets.pyi +0 -0
  860. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/select.pyi +0 -0
  861. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/selectors.pyi +0 -0
  862. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/shelve.pyi +0 -0
  863. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/shlex.pyi +0 -0
  864. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/shutil.pyi +0 -0
  865. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/signal.pyi +0 -0
  866. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/site.pyi +0 -0
  867. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/smtpd.pyi +0 -0
  868. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/smtplib.pyi +0 -0
  869. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sndhdr.pyi +0 -0
  870. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/socket.pyi +0 -0
  871. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/socketserver.pyi +0 -0
  872. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/spwd.pyi +0 -0
  873. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sqlite3/__init__.pyi +0 -0
  874. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sqlite3/dbapi2.pyi +0 -0
  875. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sqlite3/dump.pyi +0 -0
  876. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sre_compile.pyi +0 -0
  877. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sre_constants.pyi +0 -0
  878. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sre_parse.pyi +0 -0
  879. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ssl.pyi +0 -0
  880. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/stat.pyi +0 -0
  881. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/statistics.pyi +0 -0
  882. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/string/__init__.pyi +0 -0
  883. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/string/templatelib.pyi +0 -0
  884. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/stringprep.pyi +0 -0
  885. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/struct.pyi +0 -0
  886. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/subprocess.pyi +0 -0
  887. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sunau.pyi +0 -0
  888. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/symbol.pyi +0 -0
  889. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/symtable.pyi +0 -0
  890. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sys/__init__.pyi +0 -0
  891. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sys/_monitoring.pyi +0 -0
  892. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sysconfig.pyi +0 -0
  893. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/syslog.pyi +0 -0
  894. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tabnanny.pyi +0 -0
  895. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tarfile.pyi +0 -0
  896. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/telnetlib.pyi +0 -0
  897. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tempfile.pyi +0 -0
  898. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/termios.pyi +0 -0
  899. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/textwrap.pyi +0 -0
  900. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/this.pyi +0 -0
  901. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/threading.pyi +0 -0
  902. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/time.pyi +0 -0
  903. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/timeit.pyi +0 -0
  904. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/__init__.pyi +0 -0
  905. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/colorchooser.pyi +0 -0
  906. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/commondialog.pyi +0 -0
  907. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/constants.pyi +0 -0
  908. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/dialog.pyi +0 -0
  909. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/dnd.pyi +0 -0
  910. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/filedialog.pyi +0 -0
  911. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/font.pyi +0 -0
  912. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/messagebox.pyi +0 -0
  913. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/scrolledtext.pyi +0 -0
  914. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/simpledialog.pyi +0 -0
  915. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/tix.pyi +0 -0
  916. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/ttk.pyi +0 -0
  917. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/token.pyi +0 -0
  918. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tokenize.pyi +0 -0
  919. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tomllib.pyi +0 -0
  920. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/trace.pyi +0 -0
  921. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/traceback.pyi +0 -0
  922. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tracemalloc.pyi +0 -0
  923. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tty.pyi +0 -0
  924. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/turtle.pyi +0 -0
  925. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/types.pyi +0 -0
  926. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/typing.pyi +0 -0
  927. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/typing_extensions.pyi +0 -0
  928. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unicodedata.pyi +0 -0
  929. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/__init__.pyi +0 -0
  930. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/_log.pyi +0 -0
  931. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/async_case.pyi +0 -0
  932. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/case.pyi +0 -0
  933. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/loader.pyi +0 -0
  934. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/main.pyi +0 -0
  935. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/mock.pyi +0 -0
  936. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/result.pyi +0 -0
  937. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/runner.pyi +0 -0
  938. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/signals.pyi +0 -0
  939. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/suite.pyi +0 -0
  940. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/util.pyi +0 -0
  941. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/__init__.pyi +0 -0
  942. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/error.pyi +0 -0
  943. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/parse.pyi +0 -0
  944. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/request.pyi +0 -0
  945. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/response.pyi +0 -0
  946. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/robotparser.pyi +0 -0
  947. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/uu.pyi +0 -0
  948. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/uuid.pyi +0 -0
  949. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/venv/__init__.pyi +0 -0
  950. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/warnings.pyi +0 -0
  951. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wave.pyi +0 -0
  952. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/weakref.pyi +0 -0
  953. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/webbrowser.pyi +0 -0
  954. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/winreg.pyi +0 -0
  955. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/winsound.pyi +0 -0
  956. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/__init__.pyi +0 -0
  957. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/handlers.pyi +0 -0
  958. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/headers.pyi +0 -0
  959. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/simple_server.pyi +0 -0
  960. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/types.pyi +0 -0
  961. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/util.pyi +0 -0
  962. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/validate.pyi +0 -0
  963. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xdrlib.pyi +0 -0
  964. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/__init__.pyi +0 -0
  965. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/NodeFilter.pyi +0 -0
  966. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/__init__.pyi +0 -0
  967. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/domreg.pyi +0 -0
  968. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi +0 -0
  969. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/minicompat.pyi +0 -0
  970. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/minidom.pyi +0 -0
  971. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/pulldom.pyi +0 -0
  972. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/xmlbuilder.pyi +0 -0
  973. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/ElementInclude.pyi +0 -0
  974. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/ElementPath.pyi +0 -0
  975. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/ElementTree.pyi +0 -0
  976. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/__init__.pyi +0 -0
  977. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/cElementTree.pyi +0 -0
  978. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/parsers/__init__.pyi +0 -0
  979. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/parsers/expat/__init__.pyi +0 -0
  980. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/parsers/expat/errors.pyi +0 -0
  981. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/parsers/expat/model.pyi +0 -0
  982. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/__init__.pyi +0 -0
  983. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/_exceptions.pyi +0 -0
  984. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/expatreader.pyi +0 -0
  985. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/handler.pyi +0 -0
  986. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/saxutils.pyi +0 -0
  987. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/xmlreader.pyi +0 -0
  988. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xmlrpc/__init__.pyi +0 -0
  989. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xmlrpc/client.pyi +0 -0
  990. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xmlrpc/server.pyi +0 -0
  991. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xxlimited.pyi +0 -0
  992. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipapp.pyi +0 -0
  993. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipfile/__init__.pyi +0 -0
  994. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipfile/_path/__init__.pyi +0 -0
  995. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipfile/_path/glob.pyi +0 -0
  996. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipimport.pyi +0 -0
  997. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zlib.pyi +0 -0
  998. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zoneinfo/__init__.pyi +0 -0
  999. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zoneinfo/_common.pyi +0 -0
  1000. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zoneinfo/_tzpath.pyi +0 -0
  1001. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/__init__.pyi +0 -0
  1002. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/base64.pyi +0 -0
  1003. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/internal.pyi +0 -0
  1004. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/random.pyi +0 -0
  1005. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/strings.pyi +0 -0
  1006. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/time.pyi +0 -0
  1007. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/vecs.pyi +0 -0
  1008. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/mypy-extensions/mypy_extensions.pyi +0 -0
  1009. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typestate.py +0 -0
  1010. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typetraverser.py +0 -0
  1011. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typevars.py +0 -0
  1012. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typevartuples.py +0 -0
  1013. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/util.py +0 -0
  1014. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/visitor.py +0 -0
  1015. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/xml/mypy-html.css +0 -0
  1016. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/xml/mypy-html.xslt +0 -0
  1017. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/xml/mypy-txt.xslt +0 -0
  1018. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/xml/mypy.xsd +0 -0
  1019. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy-requirements.txt +0 -0
  1020. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy_bootstrap.ini +0 -0
  1021. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy_self_check.ini +0 -0
  1022. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/README.md +0 -0
  1023. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/__init__.py +0 -0
  1024. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/__main__.py +0 -0
  1025. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/__init__.py +0 -0
  1026. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/attrdefined.py +0 -0
  1027. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/blockfreq.py +0 -0
  1028. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/capsule_deps.py +0 -0
  1029. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/dataflow.py +0 -0
  1030. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/ircheck.py +0 -0
  1031. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/selfleaks.py +0 -0
  1032. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/annotate.py +0 -0
  1033. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/build_setup.py +0 -0
  1034. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/__init__.py +0 -0
  1035. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/cstring.py +0 -0
  1036. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emit.py +0 -0
  1037. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emitfunc.py +0 -0
  1038. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emitmodule.py +0 -0
  1039. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emitwrapper.py +0 -0
  1040. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/literals.py +0 -0
  1041. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/crash.py +0 -0
  1042. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/Makefile +0 -0
  1043. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/bool_operations.rst +0 -0
  1044. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/bytearray_operations.rst +0 -0
  1045. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/bytes_operations.rst +0 -0
  1046. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/compilation_units.rst +0 -0
  1047. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/conf.py +0 -0
  1048. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/cpython-timings.md +0 -0
  1049. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/dev-intro.md +0 -0
  1050. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/dict_operations.rst +0 -0
  1051. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/differences_from_python.rst +0 -0
  1052. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/float_operations.rst +0 -0
  1053. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/frozenset_operations.rst +0 -0
  1054. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/future.md +0 -0
  1055. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/getting_started.rst +0 -0
  1056. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/index.rst +0 -0
  1057. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/int_operations.rst +0 -0
  1058. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/introduction.rst +0 -0
  1059. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt.rst +0 -0
  1060. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_base64.rst +0 -0
  1061. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_random.rst +0 -0
  1062. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_strings.rst +0 -0
  1063. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_time.rst +0 -0
  1064. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_vecs.rst +0 -0
  1065. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/list_operations.rst +0 -0
  1066. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/make.bat +0 -0
  1067. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/native_classes.rst +0 -0
  1068. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/native_operations.rst +0 -0
  1069. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/performance_tips_and_tricks.rst +0 -0
  1070. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/set_operations.rst +0 -0
  1071. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/str_operations.rst +0 -0
  1072. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/tuple_operations.rst +0 -0
  1073. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/using_type_annotations.rst +0 -0
  1074. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/errors.py +0 -0
  1075. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/LICENSE +0 -0
  1076. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/README.md +0 -0
  1077. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-death-test.h +0 -0
  1078. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-message.h +0 -0
  1079. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-param-test.h +0 -0
  1080. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-param-test.h.pump +0 -0
  1081. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-printers.h +0 -0
  1082. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-spi.h +0 -0
  1083. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-test-part.h +0 -0
  1084. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-typed-test.h +0 -0
  1085. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest.h +0 -0
  1086. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest_pred_impl.h +0 -0
  1087. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest_prod.h +0 -0
  1088. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/custom/gtest-port.h +0 -0
  1089. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/custom/gtest-printers.h +0 -0
  1090. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/custom/gtest.h +0 -0
  1091. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-death-test-internal.h +0 -0
  1092. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-filepath.h +0 -0
  1093. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-internal.h +0 -0
  1094. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-linked_ptr.h +0 -0
  1095. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h +0 -0
  1096. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h.pump +0 -0
  1097. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-param-util.h +0 -0
  1098. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-port-arch.h +0 -0
  1099. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-port.h +0 -0
  1100. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-string.h +0 -0
  1101. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-tuple.h +0 -0
  1102. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-tuple.h.pump +0 -0
  1103. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-type-util.h +0 -0
  1104. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-type-util.h.pump +0 -0
  1105. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/make/Makefile +0 -0
  1106. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-all.cc +0 -0
  1107. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-death-test.cc +0 -0
  1108. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-filepath.cc +0 -0
  1109. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-internal-inl.h +0 -0
  1110. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-port.cc +0 -0
  1111. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-printers.cc +0 -0
  1112. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-test-part.cc +0 -0
  1113. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-typed-test.cc +0 -0
  1114. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest.cc +0 -0
  1115. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest_main.cc +0 -0
  1116. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/__init__.py +0 -0
  1117. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/class_ir.py +0 -0
  1118. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/deps.py +0 -0
  1119. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/func_ir.py +0 -0
  1120. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/module_ir.py +0 -0
  1121. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/ops.py +0 -0
  1122. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/pprint.py +0 -0
  1123. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/rtypes.py +0 -0
  1124. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/__init__.py +0 -0
  1125. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/ast_helpers.py +0 -0
  1126. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/builder.py +0 -0
  1127. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/callable_class.py +0 -0
  1128. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/constant_fold.py +0 -0
  1129. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/context.py +0 -0
  1130. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/env_class.py +0 -0
  1131. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/expression.py +0 -0
  1132. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/for_helpers.py +0 -0
  1133. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/format_str_tokenizer.py +0 -0
  1134. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/function.py +0 -0
  1135. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/generator.py +0 -0
  1136. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/ll_builder.py +0 -0
  1137. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/main.py +0 -0
  1138. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/mapper.py +0 -0
  1139. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/match.py +0 -0
  1140. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/missingtypevisitor.py +0 -0
  1141. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/nonlocalcontrol.py +0 -0
  1142. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/prebuildvisitor.py +0 -0
  1143. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/specialize.py +0 -0
  1144. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/statement.py +0 -0
  1145. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/targets.py +0 -0
  1146. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/vec.py +0 -0
  1147. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/visitor.py +0 -0
  1148. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/vtable.py +0 -0
  1149. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/CPy.h +0 -0
  1150. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx/codec.c +0 -0
  1151. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx/enc_loop_asm.c +0 -0
  1152. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/codec.c +0 -0
  1153. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/dec_loop.c +0 -0
  1154. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/dec_reshuffle.c +0 -0
  1155. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/enc_loop.c +0 -0
  1156. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/enc_loop_asm.c +0 -0
  1157. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/enc_reshuffle.c +0 -0
  1158. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/enc_translate.c +0 -0
  1159. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx512/codec.c +0 -0
  1160. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx512/enc_loop.c +0 -0
  1161. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx512/enc_reshuffle_translate.c +0 -0
  1162. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/32/dec_loop.c +0 -0
  1163. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/32/enc_loop.c +0 -0
  1164. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/64/enc_loop.c +0 -0
  1165. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/codec.c +0 -0
  1166. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/dec_head.c +0 -0
  1167. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/dec_tail.c +0 -0
  1168. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/enc_head.c +0 -0
  1169. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/enc_tail.c +0 -0
  1170. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/codec.c +0 -0
  1171. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/dec_loop.c +0 -0
  1172. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/enc_loop.c +0 -0
  1173. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/enc_reshuffle.c +0 -0
  1174. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/enc_translate.c +0 -0
  1175. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/codec.c +0 -0
  1176. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/dec_loop.c +0 -0
  1177. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/enc_loop.c +0 -0
  1178. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/enc_loop_asm.c +0 -0
  1179. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/enc_reshuffle.c +0 -0
  1180. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/sse41/codec.c +0 -0
  1181. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/sse42/codec.c +0 -0
  1182. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/codec.c +0 -0
  1183. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/dec_loop.c +0 -0
  1184. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/dec_reshuffle.c +0 -0
  1185. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/enc_loop.c +0 -0
  1186. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/enc_loop_asm.c +0 -0
  1187. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/enc_reshuffle.c +0 -0
  1188. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/enc_translate.c +0 -0
  1189. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/codec_choose.c +0 -0
  1190. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/codecs.h +0 -0
  1191. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/config.h +0 -0
  1192. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/env.h +0 -0
  1193. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/lib.c +0 -0
  1194. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/lib_openmp.c +0 -0
  1195. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/libbase64.h +0 -0
  1196. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/librt_base64.c +0 -0
  1197. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/librt_base64.h +0 -0
  1198. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/librt_base64_api.c +0 -0
  1199. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/librt_base64_api.h +0 -0
  1200. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/tables/table_dec_32bit.h +0 -0
  1201. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/tables/table_enc_12bit.h +0 -0
  1202. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/tables/tables.c +0 -0
  1203. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/tables/tables.h +0 -0
  1204. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/build_setup.py +0 -0
  1205. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytearray_extra_ops.c +0 -0
  1206. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytearray_extra_ops.h +0 -0
  1207. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytes_extra_ops.c +0 -0
  1208. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytes_extra_ops.h +0 -0
  1209. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytes_ops.c +0 -0
  1210. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/byteswriter_extra_ops.c +0 -0
  1211. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/byteswriter_extra_ops.h +0 -0
  1212. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/dict_ops.c +0 -0
  1213. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/exc_ops.c +0 -0
  1214. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/float_ops.c +0 -0
  1215. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/function_wrapper.c +0 -0
  1216. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/generic_ops.c +0 -0
  1217. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/getargs.c +0 -0
  1218. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/getargsfast.c +0 -0
  1219. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/init.c +0 -0
  1220. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/int_ops.c +0 -0
  1221. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/internal/librt_internal.c +0 -0
  1222. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/internal/librt_internal.h +0 -0
  1223. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/internal/librt_internal_api.c +0 -0
  1224. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/internal/librt_internal_api.h +0 -0
  1225. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/list_ops.c +0 -0
  1226. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/misc_ops.c +0 -0
  1227. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/module_shim.tmpl +0 -0
  1228. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/module_shim_no_gil_multiphase.tmpl +0 -0
  1229. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/mypyc_util.h +0 -0
  1230. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/pythoncapi_compat.h +0 -0
  1231. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/pythonsupport.c +0 -0
  1232. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/pythonsupport.h +0 -0
  1233. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/random/librt_random.c +0 -0
  1234. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/random/librt_random.h +0 -0
  1235. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/random/librt_random_api.c +0 -0
  1236. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/random/librt_random_api.h +0 -0
  1237. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/set_ops.c +0 -0
  1238. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/setup.py +0 -0
  1239. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/static_data.c +0 -0
  1240. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/static_data.h +0 -0
  1241. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/str_extra_ops.c +0 -0
  1242. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/str_extra_ops.h +0 -0
  1243. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/str_ops.c +0 -0
  1244. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings.c +0 -0
  1245. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings.h +0 -0
  1246. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings_api.c +0 -0
  1247. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings_api.h +0 -0
  1248. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings_common.h +0 -0
  1249. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/stringwriter_extra_ops.c +0 -0
  1250. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/stringwriter_extra_ops.h +0 -0
  1251. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/test_capi.cc +0 -0
  1252. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/time/librt_time.c +0 -0
  1253. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/time/librt_time.h +0 -0
  1254. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/time/librt_time_api.c +0 -0
  1255. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/time/librt_time_api.h +0 -0
  1256. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/tuple_ops.c +0 -0
  1257. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/librt_vecs.c +0 -0
  1258. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/librt_vecs.h +0 -0
  1259. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/librt_vecs_api.c +0 -0
  1260. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/librt_vecs_api.h +0 -0
  1261. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_bool.c +0 -0
  1262. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_float.c +0 -0
  1263. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_i16.c +0 -0
  1264. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_i32.c +0 -0
  1265. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_i64.c +0 -0
  1266. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_nested.c +0 -0
  1267. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_t.c +0 -0
  1268. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_template.c +0 -0
  1269. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_u8.c +0 -0
  1270. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vecs_internal.h +0 -0
  1271. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs_extra_ops.c +0 -0
  1272. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs_extra_ops.h +0 -0
  1273. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/__init__.py +0 -0
  1274. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/int_ops.py +0 -0
  1275. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/list_ops.py +0 -0
  1276. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/misc_ops.py +0 -0
  1277. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/registry.py +0 -0
  1278. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/namegen.py +0 -0
  1279. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/options.py +0 -0
  1280. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/__init__.py +0 -0
  1281. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/bytearray_ops.py +0 -0
  1282. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/bytes_ops.py +0 -0
  1283. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/dict_ops.py +0 -0
  1284. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/exc_ops.py +0 -0
  1285. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/float_ops.py +0 -0
  1286. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/generic_ops.py +0 -0
  1287. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/int_ops.py +0 -0
  1288. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/librt_random_ops.py +0 -0
  1289. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/librt_strings_ops.py +0 -0
  1290. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/librt_time_ops.py +0 -0
  1291. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/librt_vecs_ops.py +0 -0
  1292. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/list_ops.py +0 -0
  1293. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/misc_ops.py +0 -0
  1294. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/registry.py +0 -0
  1295. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/set_ops.py +0 -0
  1296. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/str_ops.py +0 -0
  1297. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/tuple_ops.py +0 -0
  1298. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/weakref_ops.py +0 -0
  1299. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/py.typed +0 -0
  1300. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/rt_subtype.py +0 -0
  1301. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/sametype.py +0 -0
  1302. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/subtype.py +0 -0
  1303. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/__init__.py +0 -0
  1304. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/config.py +0 -0
  1305. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/librt_cache.py +0 -0
  1306. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_alwaysdefined.py +0 -0
  1307. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_analysis.py +0 -0
  1308. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_annotate.py +0 -0
  1309. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_capsule_deps.py +0 -0
  1310. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_cheader.py +0 -0
  1311. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_commandline.py +0 -0
  1312. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emit.py +0 -0
  1313. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emitclass.py +0 -0
  1314. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emitfunc.py +0 -0
  1315. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emitmodule.py +0 -0
  1316. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emitwrapper.py +0 -0
  1317. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_exceptions.py +0 -0
  1318. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_external.py +0 -0
  1319. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_irbuild.py +0 -0
  1320. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_ircheck.py +0 -0
  1321. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_literals.py +0 -0
  1322. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_lowering.py +0 -0
  1323. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_misc.py +0 -0
  1324. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_namegen.py +0 -0
  1325. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_optimizations.py +0 -0
  1326. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_pprint.py +0 -0
  1327. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_rarray.py +0 -0
  1328. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_refcount.py +0 -0
  1329. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_run.py +0 -0
  1330. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_serialization.py +0 -0
  1331. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_statement.py +0 -0
  1332. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_struct.py +0 -0
  1333. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_tuplename.py +0 -0
  1334. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_typeops.py +0 -0
  1335. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/alwaysdefined.test +0 -0
  1336. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/analysis.test +0 -0
  1337. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/annotate-basic.test +0 -0
  1338. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/capsule-deps.test +0 -0
  1339. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/commandline.test +0 -0
  1340. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/driver/driver.py +0 -0
  1341. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/exceptions-freq.test +0 -0
  1342. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/exceptions.test +0 -0
  1343. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/fixtures/ir.py +0 -0
  1344. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/fixtures/testutil.py +0 -0
  1345. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/fixtures/typing-full.pyi +0 -0
  1346. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-any.test +0 -0
  1347. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-base64.test +0 -0
  1348. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-basic.test +0 -0
  1349. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-bool.test +0 -0
  1350. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-bytes.test +0 -0
  1351. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-constant-fold.test +0 -0
  1352. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-dict.test +0 -0
  1353. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-dunders.test +0 -0
  1354. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-float.test +0 -0
  1355. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-frozenset.test +0 -0
  1356. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-generics.test +0 -0
  1357. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-glue-methods.test +0 -0
  1358. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-i16.test +0 -0
  1359. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-i32.test +0 -0
  1360. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-i64.test +0 -0
  1361. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-int.test +0 -0
  1362. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-isinstance.test +0 -0
  1363. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-librt-random.test +0 -0
  1364. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-librt-strings.test +0 -0
  1365. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-lists.test +0 -0
  1366. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-match.test +0 -0
  1367. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-math.test +0 -0
  1368. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-nested.test +0 -0
  1369. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-optional.test +0 -0
  1370. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-python312.test +0 -0
  1371. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-python314.test +0 -0
  1372. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-set.test +0 -0
  1373. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-singledispatch.test +0 -0
  1374. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-statements.test +0 -0
  1375. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-str.test +0 -0
  1376. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-strip-asserts.test +0 -0
  1377. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-time.test +0 -0
  1378. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-try.test +0 -0
  1379. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-tuple.test +0 -0
  1380. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-u8.test +0 -0
  1381. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-unreachable.test +0 -0
  1382. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vec-i64.test +0 -0
  1383. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vec-misc.test +0 -0
  1384. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vec-nested.test +0 -0
  1385. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vec-t.test +0 -0
  1386. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vectorcall.test +0 -0
  1387. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-weakref.test +0 -0
  1388. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/lowering-int.test +0 -0
  1389. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/lowering-list.test +0 -0
  1390. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/opt-copy-propagation.test +0 -0
  1391. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/opt-flag-elimination.test +0 -0
  1392. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/refcount.test +0 -0
  1393. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-async.test +0 -0
  1394. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-attrs.test +0 -0
  1395. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-base64.test +0 -0
  1396. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-bench.test +0 -0
  1397. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-bools.test +0 -0
  1398. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-bytes.test +0 -0
  1399. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-char.test +0 -0
  1400. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-classes.test +0 -0
  1401. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-dicts.test +0 -0
  1402. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-dunders-special.test +0 -0
  1403. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-dunders.test +0 -0
  1404. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-exceptions.test +0 -0
  1405. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-floats.test +0 -0
  1406. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-functions.test +0 -0
  1407. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-generators.test +0 -0
  1408. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-generics.test +0 -0
  1409. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-i16.test +0 -0
  1410. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-i32.test +0 -0
  1411. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-i64.test +0 -0
  1412. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-imports.test +0 -0
  1413. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-integers.test +0 -0
  1414. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-librt-random.test +0 -0
  1415. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-librt-strings.test +0 -0
  1416. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-librt-time.test +0 -0
  1417. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-lists.test +0 -0
  1418. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-loops.test +0 -0
  1419. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-match.test +0 -0
  1420. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-math.test +0 -0
  1421. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-misc.test +0 -0
  1422. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-mypy-sim.test +0 -0
  1423. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-primitives.test +0 -0
  1424. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-python312.test +0 -0
  1425. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-python37.test +0 -0
  1426. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-python38.test +0 -0
  1427. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-sets.test +0 -0
  1428. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-signatures.test +0 -0
  1429. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-singledispatch.test +0 -0
  1430. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-strings.test +0 -0
  1431. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-traits.test +0 -0
  1432. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-tuples.test +0 -0
  1433. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-u8.test +0 -0
  1434. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-i64-interp.test +0 -0
  1435. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-i64.test +0 -0
  1436. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-misc-interp.test +0 -0
  1437. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-misc.test +0 -0
  1438. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-nested-interp.test +0 -0
  1439. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-nested.test +0 -0
  1440. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-t-interp.test +0 -0
  1441. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-t.test +0 -0
  1442. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-weakref.test +0 -0
  1443. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/__init__.py +0 -0
  1444. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/char_str_index_fold.py +0 -0
  1445. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/copy_propagation.py +0 -0
  1446. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/exceptions.py +0 -0
  1447. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/flag_elimination.py +0 -0
  1448. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/ir_transform.py +0 -0
  1449. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/log_trace.py +0 -0
  1450. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/lower.py +0 -0
  1451. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/refcount.py +0 -0
  1452. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/spill.py +0 -0
  1453. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/uninit.py +0 -0
  1454. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/pyproject.toml +0 -0
  1455. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/runtests.py +0 -0
  1456. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/setup.cfg +0 -0
  1457. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/setup.py +0 -0
  1458. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/SOURCES.txt +0 -0
  1459. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/dependency_links.txt +0 -0
  1460. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/entry_points.txt +0 -0
  1461. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/requires.txt +0 -0
  1462. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/top_level.txt +0 -0
  1463. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsx-pkg1/nsx/a/__init__.py +0 -0
  1464. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsx-pkg2/nsx/b/__init__.py +0 -0
  1465. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsx-pkg3/nsx/c/c +0 -0
  1466. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsx-pkg3/nsx/c/c.py +0 -0
  1467. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg1/nsy/a/__init__.py +0 -0
  1468. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg1/nsy/a/__init__.pyi +0 -0
  1469. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg2/nsy/b/__init__.py +0 -0
  1470. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg2/nsy/b.pyi +0 -0
  1471. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg2/nsy/c.py +0 -0
  1472. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg2/nsy/c.pyi +0 -0
  1473. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/pkg1/a +0 -0
  1474. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/pkg1/a.py +0 -0
  1475. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/pkg2/b/__init__.py +0 -0
  1476. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/readme.txt +0 -0
  1477. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/baz/baz_pkg/__init__.py +0 -0
  1478. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/baz/baz_pkg/py.typed +0 -0
  1479. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/baz/ns_baz_pkg/a.py +0 -0
  1480. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/baz/ns_baz_pkg/py.typed +0 -0
  1481. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo/__init__.py +0 -0
  1482. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo/bar.py +0 -0
  1483. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo-stubs/__init__.pyi +0 -0
  1484. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo-stubs/bar.pyi +0 -0
  1485. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo-stubs/qux.pyi +0 -0
  1486. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_typed/a.py +0 -0
  1487. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_typed/b/c.py +0 -0
  1488. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_typed/py.typed +0 -0
  1489. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_untyped/a.py +0 -0
  1490. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_untyped/b/c.py +0 -0
  1491. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs/typed/__init__.py +0 -0
  1492. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs/typed_inline/__init__.py +0 -0
  1493. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs/typed_inline/py.typed +0 -0
  1494. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs/untyped/__init__.py +0 -0
  1495. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs-stubs/typed/__init__.pyi +0 -0
  1496. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed/__init__.py +0 -0
  1497. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed/a.py +0 -0
  1498. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed/b/__init__.py +0 -0
  1499. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed/b/c.py +0 -0
  1500. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed/py.typed +0 -0
  1501. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/__init__.py +0 -0
  1502. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/__init__.pyi +0 -0
  1503. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/py.typed +0 -0
  1504. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/spam.py +0 -0
  1505. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/spam.pyi +0 -0
  1506. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs-stubs/__init__.pyi +0 -0
  1507. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs-stubs/spam.pyi +0 -0
  1508. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_untyped/__init__.py +0 -0
  1509. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_untyped/a.py +0 -0
  1510. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_untyped/b/__init__.py +0 -0
  1511. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_untyped/b/c.py +0 -0
  1512. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/standalone.py +0 -0
  1513. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-src/neighbor_pkg/__init__.py +0 -0
  1514. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-src/neighbor_pkg/py.typed +0 -0
  1515. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-src/ns_neighbor_pkg/a.py +0 -0
  1516. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-src/ns_neighbor_pkg/py.typed +0 -0
  1517. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/pyproject.toml +0 -0
  1518. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/__init__.py +0 -0
  1519. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/dne.py +0 -0
  1520. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/pkg/__init__.py +0 -0
  1521. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/pkg/aaa.py +0 -0
  1522. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/pkg/py.typed +0 -0
  1523. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/py.typed +0 -0
  1524. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/sample.py +0 -0
  1525. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg-stubs/pyproject.toml +0 -0
  1526. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg-stubs/typedpkg-stubs/__init__.pyi +0 -0
  1527. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg-stubs/typedpkg-stubs/py.typed +0 -0
  1528. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg-stubs/typedpkg-stubs/sample.pyi +0 -0
  1529. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_a/pyproject.toml +0 -0
  1530. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_a/typedpkg_ns/__init__.py +0 -0
  1531. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_a/typedpkg_ns/a/__init__.py +0 -0
  1532. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_a/typedpkg_ns/a/bbb.py +0 -0
  1533. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_a/typedpkg_ns/a/py.typed +0 -0
  1534. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b/pyproject.toml +0 -0
  1535. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b/typedpkg_ns/__init__.py +0 -0
  1536. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b/typedpkg_ns/b/__init__.py +0 -0
  1537. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b/typedpkg_ns/b/bbb.py +0 -0
  1538. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b-stubs/pyproject.toml +0 -0
  1539. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b-stubs/typedpkg_ns-stubs/b/__init__.pyi +0 -0
  1540. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b-stubs/typedpkg_ns-stubs/b/bbb.pyi +0 -0
  1541. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_nested/pyproject.toml +0 -0
  1542. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_nested/typedpkg_ns/a/__init__.py +0 -0
  1543. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_nested/typedpkg_ns/a/py.typed +0 -0
  1544. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_nested/typedpkg_ns/b/__init__.py +0 -0
  1545. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/expected_stubs_no_docs/pybind11_fixtures/__init__.pyi +0 -0
  1546. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/expected_stubs_no_docs/pybind11_fixtures/demo.pyi +0 -0
  1547. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/__init__.pyi +0 -0
  1548. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/demo.pyi +0 -0
  1549. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/pyproject.toml +0 -0
  1550. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/setup.py +0 -0
  1551. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/src/main.cpp +0 -0
  1552. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/README.md +0 -0
  1553. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-abstract.test +0 -0
  1554. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-annotated.test +0 -0
  1555. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-assert-type-fail.test +0 -0
  1556. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-async-await.test +0 -0
  1557. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-basic.test +0 -0
  1558. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-bound.test +0 -0
  1559. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-callable.test +0 -0
  1560. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-class-namedtuple.test +0 -0
  1561. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-classes.test +0 -0
  1562. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-classvar.test +0 -0
  1563. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-columns.test +0 -0
  1564. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-ctypes.test +0 -0
  1565. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-custom-plugin.test +0 -0
  1566. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-dataclass-transform.test +0 -0
  1567. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-dataclasses.test +0 -0
  1568. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-deprecated.test +0 -0
  1569. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-dynamic-typing.test +0 -0
  1570. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-enum.test +0 -0
  1571. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-errorcodes.test +0 -0
  1572. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-expressions.test +0 -0
  1573. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-fastparse.test +0 -0
  1574. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-final.test +0 -0
  1575. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-flags.test +0 -0
  1576. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-formatting.test +0 -0
  1577. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-functions.test +0 -0
  1578. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-functools.test +0 -0
  1579. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-generic-alias.test +0 -0
  1580. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-generic-subtyping.test +0 -0
  1581. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-generics.test +0 -0
  1582. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-ignore.test +0 -0
  1583. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-incomplete-fixture.test +0 -0
  1584. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-incremental.test +0 -0
  1585. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-inference-context.test +0 -0
  1586. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-inference.test +0 -0
  1587. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-inline-config.test +0 -0
  1588. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-isinstance.test +0 -0
  1589. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-itertools.test +0 -0
  1590. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-kwargs.test +0 -0
  1591. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-lists.test +0 -0
  1592. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-literal.test +0 -0
  1593. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-lowercase.test +0 -0
  1594. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-modules-case.test +0 -0
  1595. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-modules-fast.test +0 -0
  1596. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-modules.test +0 -0
  1597. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-multiple-inheritance.test +0 -0
  1598. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-namedtuple.test +0 -0
  1599. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-narrowing.test +0 -0
  1600. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-native-int.test +0 -0
  1601. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-newsemanal.test +0 -0
  1602. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-newsyntax.test +0 -0
  1603. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-newtype.test +0 -0
  1604. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-optional.test +0 -0
  1605. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-overloading.test +0 -0
  1606. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-parameter-specification.test +0 -0
  1607. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-plugin-attrs.test +0 -0
  1608. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-plugin-error-codes.test +0 -0
  1609. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-possibly-undefined.test +0 -0
  1610. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-protocols.test +0 -0
  1611. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python310.test +0 -0
  1612. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python311.test +0 -0
  1613. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python312.test +0 -0
  1614. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python313.test +0 -0
  1615. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python314.test +0 -0
  1616. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python38.test +0 -0
  1617. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python39.test +0 -0
  1618. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-recursive-types.test +0 -0
  1619. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-redefine.test +0 -0
  1620. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-redefine2.test +0 -0
  1621. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-reports.test +0 -0
  1622. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-selftype.test +0 -0
  1623. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-semanal-error.test +0 -0
  1624. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-serialize.test +0 -0
  1625. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-singledispatch.test +0 -0
  1626. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-slots.test +0 -0
  1627. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-statements.test +0 -0
  1628. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-super.test +0 -0
  1629. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-tuples.test +0 -0
  1630. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-type-aliases.test +0 -0
  1631. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-type-checks.test +0 -0
  1632. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-type-object-type-inference.test +0 -0
  1633. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-type-promotion.test +0 -0
  1634. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typeddict.test +0 -0
  1635. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typeform.test +0 -0
  1636. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typeguard.test +0 -0
  1637. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typeis.test +0 -0
  1638. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typevar-defaults.test +0 -0
  1639. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typevar-tuple.test +0 -0
  1640. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typevar-unbound.test +0 -0
  1641. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typevar-values.test +0 -0
  1642. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-underscores.test +0 -0
  1643. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-union-error-syntax.test +0 -0
  1644. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-union-or-syntax.test +0 -0
  1645. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-unions.test +0 -0
  1646. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-unreachable-code.test +0 -0
  1647. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-unsupported.test +0 -0
  1648. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-varargs.test +0 -0
  1649. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-vec.test +0 -0
  1650. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-warnings.test +0 -0
  1651. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/cmdline.pyproject.test +0 -0
  1652. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/cmdline.test +0 -0
  1653. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/daemon.test +0 -0
  1654. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-classes.test +0 -0
  1655. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-expressions.test +0 -0
  1656. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-generics.test +0 -0
  1657. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-statements.test +0 -0
  1658. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-types.test +0 -0
  1659. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps.test +0 -0
  1660. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/diff.test +0 -0
  1661. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/envvars.test +0 -0
  1662. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/errorstream.test +0 -0
  1663. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/exportjson.test +0 -0
  1664. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-attr.test +0 -0
  1665. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-blockers.test +0 -0
  1666. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-cache-incremental.test +0 -0
  1667. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-cycles.test +0 -0
  1668. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-dataclass-transform.test +0 -0
  1669. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-dataclass.test +0 -0
  1670. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-follow-imports.test +0 -0
  1671. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-inspect.test +0 -0
  1672. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-modules.test +0 -0
  1673. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-python312.test +0 -0
  1674. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-python314.test +0 -0
  1675. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-suggest.test +0 -0
  1676. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained.test +0 -0
  1677. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/__init_subclass__.pyi +0 -0
  1678. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/__new__.pyi +0 -0
  1679. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/alias.pyi +0 -0
  1680. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/any.pyi +0 -0
  1681. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/args.pyi +0 -0
  1682. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/async_await.pyi +0 -0
  1683. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/bool.pyi +0 -0
  1684. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/callable.pyi +0 -0
  1685. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/classmethod.pyi +0 -0
  1686. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/complex.pyi +0 -0
  1687. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/complex_tuple.pyi +0 -0
  1688. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/dataclasses.pyi +0 -0
  1689. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/dict-full.pyi +0 -0
  1690. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/dict.pyi +0 -0
  1691. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/divmod.pyi +0 -0
  1692. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/enum.pyi +0 -0
  1693. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/exception.pyi +0 -0
  1694. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/f_string.pyi +0 -0
  1695. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/fine_grained.pyi +0 -0
  1696. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/float.pyi +0 -0
  1697. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/floatdict.pyi +0 -0
  1698. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/for.pyi +0 -0
  1699. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/for_else_exception.pyi +0 -0
  1700. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/function.pyi +0 -0
  1701. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/isinstance.pyi +0 -0
  1702. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/isinstance_python3_10.pyi +0 -0
  1703. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/isinstancelist.pyi +0 -0
  1704. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/len.pyi +0 -0
  1705. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/list.pyi +0 -0
  1706. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/literal__new__.pyi +0 -0
  1707. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/module.pyi +0 -0
  1708. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/module_all.pyi +0 -0
  1709. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/narrowing.pyi +0 -0
  1710. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/notimplemented.pyi +0 -0
  1711. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/object_hashable.pyi +0 -0
  1712. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/object_with_init_subclass.pyi +0 -0
  1713. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/ops.pyi +0 -0
  1714. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/paramspec.pyi +0 -0
  1715. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/plugin_attrs.pyi +0 -0
  1716. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/primitives.pyi +0 -0
  1717. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/property.pyi +0 -0
  1718. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/set.pyi +0 -0
  1719. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/slice.pyi +0 -0
  1720. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/staticmethod.pyi +0 -0
  1721. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/transform.pyi +0 -0
  1722. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/tuple-simple.pyi +0 -0
  1723. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/tuple-typeshed.pyi +0 -0
  1724. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/tuple.pyi +0 -0
  1725. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/type.pyi +0 -0
  1726. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-async.pyi +0 -0
  1727. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-full.pyi +0 -0
  1728. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-medium.pyi +0 -0
  1729. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-namedtuple.pyi +0 -0
  1730. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-override.pyi +0 -0
  1731. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-typeddict-iror.pyi +0 -0
  1732. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-typeddict.pyi +0 -0
  1733. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/union.pyi +0 -0
  1734. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/hacks.txt +0 -0
  1735. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/_decimal.pyi +0 -0
  1736. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/_typeshed.pyi +0 -0
  1737. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/_weakref.pyi +0 -0
  1738. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/abc.pyi +0 -0
  1739. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/attr/__init__.pyi +0 -0
  1740. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/attr/converters.pyi +0 -0
  1741. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/attrs/__init__.pyi +0 -0
  1742. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/attrs/converters.pyi +0 -0
  1743. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/blocker.pyi +0 -0
  1744. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/blocker2.pyi +0 -0
  1745. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/broken.pyi +0 -0
  1746. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/builtins.pyi +0 -0
  1747. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/collections.pyi +0 -0
  1748. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/contextlib.pyi +0 -0
  1749. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/dataclasses.pyi +0 -0
  1750. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/datetime.pyi +0 -0
  1751. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/decimal.pyi +0 -0
  1752. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/enum.pyi +0 -0
  1753. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/functools.pyi +0 -0
  1754. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/future/__init__.pyi +0 -0
  1755. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/future/utils.pyi +0 -0
  1756. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/math.pyi +0 -0
  1757. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/mypy_extensions.pyi +0 -0
  1758. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/native_internal.pyi +0 -0
  1759. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/numbers.pyi +0 -0
  1760. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/six.pyi +0 -0
  1761. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/string/__init__.pyi +0 -0
  1762. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/string/templatelib.pyi +0 -0
  1763. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/sys.pyi +0 -0
  1764. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/traceback.pyi +0 -0
  1765. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/types.pyi +0 -0
  1766. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/typing.pyi +0 -0
  1767. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/typing_extensions.pyi +0 -0
  1768. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/unannotated_lib.pyi +0 -0
  1769. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/weakref.pyi +0 -0
  1770. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/merge.test +0 -0
  1771. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/native-parser-imports.test +0 -0
  1772. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/native-parser.test +0 -0
  1773. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/outputjson.test +0 -0
  1774. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-errors.test +0 -0
  1775. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-python310.test +0 -0
  1776. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-python312.test +0 -0
  1777. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-python313.test +0 -0
  1778. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-python314.test +0 -0
  1779. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse.test +0 -0
  1780. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/pep561.test +0 -0
  1781. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/add_classmethod.py +0 -0
  1782. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/add_method.py +0 -0
  1783. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/add_overloaded_method.py +0 -0
  1784. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/arg_kinds.py +0 -0
  1785. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/arg_names.py +0 -0
  1786. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/attrhook.py +0 -0
  1787. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/attrhook2.py +0 -0
  1788. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/badreturn.py +0 -0
  1789. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/badreturn2.py +0 -0
  1790. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/callable_instance.py +0 -0
  1791. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/class_attr_hook.py +0 -0
  1792. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/class_callable.py +0 -0
  1793. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/common_api_incremental.py +0 -0
  1794. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/config_data.py +0 -0
  1795. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/custom_errorcode.py +0 -0
  1796. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/customentry.py +0 -0
  1797. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/customize_mro.py +0 -0
  1798. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/decimal_to_int.py +0 -0
  1799. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/depshook.py +0 -0
  1800. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/descriptor.py +0 -0
  1801. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/dyn_class.py +0 -0
  1802. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/dyn_class_from_method.py +0 -0
  1803. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/fnplugin.py +0 -0
  1804. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/fully_qualified_test_hook.py +0 -0
  1805. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/function_sig_hook.py +0 -0
  1806. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/magic_method.py +0 -0
  1807. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/method_in_decorator.py +0 -0
  1808. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/method_sig_hook.py +0 -0
  1809. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/named_callable.py +0 -0
  1810. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/noentry.py +0 -0
  1811. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/plugin2.py +0 -0
  1812. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/type_anal_hook.py +0 -0
  1813. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/union_method.py +0 -0
  1814. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/pythoneval-asyncio.test +0 -0
  1815. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/pythoneval.test +0 -0
  1816. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/ref-info.test +0 -0
  1817. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/reports.test +0 -0
  1818. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-abstractclasses.test +0 -0
  1819. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-basic.test +0 -0
  1820. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-classes.test +0 -0
  1821. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-classvar.test +0 -0
  1822. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-errors-python310.test +0 -0
  1823. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-errors.test +0 -0
  1824. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-expressions.test +0 -0
  1825. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-lambda.test +0 -0
  1826. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-literal.test +0 -0
  1827. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-modules.test +0 -0
  1828. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-namedtuple.test +0 -0
  1829. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-python310.test +0 -0
  1830. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-statements.test +0 -0
  1831. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-symtable.test +0 -0
  1832. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-typealiases.test +0 -0
  1833. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-typeddict.test +0 -0
  1834. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-typeinfo.test +0 -0
  1835. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-types.test +0 -0
  1836. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/stubgen.test +0 -0
  1837. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/typexport-basic.test +0 -0
  1838. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-requirements.in +0 -0
  1839. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-requirements.txt +0 -0
  1840. {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sqlglot-mypy
3
- Version: 2.1.0.post1
3
+ Version: 2.1.0.post3
4
4
  Summary: Optional static typing for Python
5
5
  Author-email: Jukka Lehtosalo <jukka.lehtosalo@iki.fi>
6
6
  License-Expression: MIT
@@ -8,7 +8,7 @@ from mypy import git
8
8
  # - Release versions have the form "1.2.3".
9
9
  # - Dev versions have the form "1.2.3+dev" (PLUS sign to conform to PEP 440).
10
10
  # - Before 1.0 we had the form "0.NNN".
11
- __version__ = "2.1.0.post1"
11
+ __version__ = "2.1.0.post3"
12
12
  base_version = __version__
13
13
 
14
14
  mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
@@ -597,8 +597,14 @@ def get_header_deps(cfiles: list[tuple[str, str]]) -> list[tuple[bool, str]]:
597
597
  the on-disk headers after every group has written its files.
598
598
 
599
599
  Arguments:
600
- cfiles: A list of (file name, file contents) pairs.
600
+ cfiles: A list of (file name, file contents) pairs. Contents must be
601
+ non-empty; callers handling cached groups must re-read the .c
602
+ from disk before calling, otherwise direct includes are missed
603
+ and Extension.depends ends up empty.
601
604
  """
605
+ assert all(
606
+ contents for _, contents in cfiles
607
+ ), "get_header_deps requires non-empty file contents"
602
608
  headers: set[tuple[bool, str]] = set()
603
609
  for _, contents in cfiles:
604
610
  headers.update(_extract_includes(contents))
@@ -737,7 +743,18 @@ def mypyc_build(
737
743
  write_file(cfile_full, ctext)
738
744
  if os.path.splitext(cfile_full)[1] == ".c":
739
745
  cfilenames.append(cfile_full)
740
- per_cfile_deps.append((cfile_full, get_header_deps([(cfile, ctext)])))
746
+ # For fully-cached groups ctext is empty; read the on-disk .c so the dep resolver
747
+ # can walk its transitive header chain and populate Extension.depends. Otherwise,
748
+ # cross-group export-table header changes (e.g. a new class shifting struct offsets)
749
+ # won't trigger a recompile of this cached consumer's .o.
750
+ if not ctext and os.path.exists(cfile_full):
751
+ try:
752
+ with open(cfile_full, encoding="utf-8") as _f:
753
+ ctext = _f.read()
754
+ except OSError:
755
+ pass
756
+ if ctext:
757
+ per_cfile_deps.append((cfile_full, get_header_deps([(cfile, ctext)])))
741
758
 
742
759
  # Fully-cached mypy build (typical of pip's second setup.py invocation
743
760
  # for the wheel-build phase): mypyc returns an empty ctext for the
@@ -758,9 +775,10 @@ def mypyc_build(
758
775
  existing_text = _f.read()
759
776
  except OSError:
760
777
  existing_text = ""
761
- per_cfile_deps.append(
762
- (existing, get_header_deps([(os.path.basename(existing), existing_text)]))
763
- )
778
+ if existing_text:
779
+ per_cfile_deps.append(
780
+ (existing, get_header_deps([(os.path.basename(existing), existing_text)]))
781
+ )
764
782
 
765
783
  pending.append(per_cfile_deps)
766
784
  group_cfilenames.append((cfilenames, []))
@@ -29,6 +29,7 @@ from mypyc.common import (
29
29
  BITMAP_BITS,
30
30
  BITMAP_TYPE,
31
31
  CPYFUNCTION_NAME,
32
+ MYPYC_DEFAULTS_SETUP,
32
33
  NATIVE_PREFIX,
33
34
  PREFIX,
34
35
  REG_PREFIX,
@@ -285,7 +286,7 @@ def generate_class(cl: ClassIR, module: str, emitter: Emitter) -> None:
285
286
 
286
287
  # If the class has a method to initialize default attribute
287
288
  # values, we need to call it during initialization.
288
- defaults_fn = cl.get_method("__mypyc_defaults_setup")
289
+ defaults_fn = cl.get_method(MYPYC_DEFAULTS_SETUP)
289
290
 
290
291
  # If there is a __init__ method, we'll use it in the native constructor.
291
292
  init_fn = cl.get_method("__init__")
@@ -24,6 +24,7 @@ TEMP_ATTR_NAME: Final = "__mypyc_temp__"
24
24
  LAMBDA_NAME: Final = "__mypyc_lambda__"
25
25
  PROPSET_PREFIX: Final = "__mypyc_setter__"
26
26
  SELF_NAME: Final = "__mypyc_self__"
27
+ MYPYC_DEFAULTS_SETUP: Final = "__mypyc_defaults_setup"
27
28
  GENERATOR_ATTRIBUTE_PREFIX: Final = "__mypyc_generator_attribute__"
28
29
  CPYFUNCTION_NAME = "__cpyfunction__"
29
30
 
@@ -7,6 +7,7 @@ from collections.abc import Callable
7
7
  from typing import Final
8
8
 
9
9
  from mypy.nodes import (
10
+ ARG_POS,
10
11
  EXCLUDED_ENUM_ATTRIBUTES,
11
12
  TYPE_VAR_TUPLE_KIND,
12
13
  AssignmentStmt,
@@ -21,7 +22,6 @@ from mypy.nodes import (
21
22
  NameExpr,
22
23
  OverloadedFuncDef,
23
24
  PassStmt,
24
- RefExpr,
25
25
  StrExpr,
26
26
  TempNode,
27
27
  TypeInfo,
@@ -29,7 +29,7 @@ from mypy.nodes import (
29
29
  is_class_var,
30
30
  )
31
31
  from mypy.types import Instance, UnboundType, get_proper_type
32
- from mypyc.common import PROPSET_PREFIX
32
+ from mypyc.common import MYPYC_DEFAULTS_SETUP, PROPSET_PREFIX
33
33
  from mypyc.ir.class_ir import ClassIR, NonExtClassInfo
34
34
  from mypyc.ir.func_ir import FuncDecl, FuncSignature
35
35
  from mypyc.ir.ops import (
@@ -48,15 +48,7 @@ from mypyc.ir.ops import (
48
48
  TupleSet,
49
49
  Value,
50
50
  )
51
- from mypyc.ir.rtypes import (
52
- RType,
53
- bool_rprimitive,
54
- dict_rprimitive,
55
- is_none_rprimitive,
56
- is_object_rprimitive,
57
- is_optional_type,
58
- object_rprimitive,
59
- )
51
+ from mypyc.ir.rtypes import RType, bool_rprimitive, dict_rprimitive, object_rprimitive
60
52
  from mypyc.irbuild.builder import IRBuilder, create_type_params
61
53
  from mypyc.irbuild.function import (
62
54
  gen_property_getter_ir,
@@ -66,7 +58,13 @@ from mypyc.irbuild.function import (
66
58
  load_type,
67
59
  )
68
60
  from mypyc.irbuild.prepare import GENERATOR_HELPER_NAME
69
- from mypyc.irbuild.util import dataclass_type, get_func_def, is_constant, is_dataclass_decorator
61
+ from mypyc.irbuild.util import (
62
+ dataclass_type,
63
+ default_attr_name,
64
+ get_func_def,
65
+ is_constant,
66
+ is_dataclass_decorator,
67
+ )
70
68
  from mypyc.primitives.dict_ops import dict_new_op, exact_dict_set_item_op
71
69
  from mypyc.primitives.generic_ops import (
72
70
  iter_op,
@@ -322,10 +320,6 @@ class ExtClassBuilder(ClassBuilder):
322
320
  def class_body_obj(self) -> Value | None:
323
321
  return self.type_obj
324
322
 
325
- def skip_attr_default(self, name: str, stmt: AssignmentStmt) -> bool:
326
- """Controls whether to skip generating a default for an attribute."""
327
- return False
328
-
329
323
  def add_method(self, fdef: FuncDef) -> None:
330
324
  handle_ext_method(self.builder, self.cdef, fdef)
331
325
 
@@ -348,11 +342,18 @@ class ExtClassBuilder(ClassBuilder):
348
342
  # Call __init_subclass__ after class attributes have been set
349
343
  self.builder.call_c(py_init_subclass_op, [self.type_obj], self.cdef.line)
350
344
 
351
- attrs_with_defaults, default_assignments = find_attr_initializers(
352
- self.builder, self.cdef, self.skip_attr_default
353
- )
354
- ir.attrs_with_defaults.update(attrs_with_defaults)
355
- generate_attr_defaults_init(self.builder, self.cdef, default_assignments)
345
+ # Under separate compilation, prepare.py pre-registers the decl iff
346
+ # the class has its own default attribute assignments to emit, so we
347
+ # can skip the body walk entirely when it isn't present. Without
348
+ # separate compilation, find_attr_initializers walks the MRO so that
349
+ # inherited defaults are reflected in ir.attrs_with_defaults (relied
350
+ # on by the attribute-definedness analysis), so we always run it.
351
+ if not self.builder.options.separate or MYPYC_DEFAULTS_SETUP in ir.method_decls:
352
+ attrs_with_defaults, default_assignments = find_attr_initializers(
353
+ self.builder, self.cdef
354
+ )
355
+ ir.attrs_with_defaults.update(attrs_with_defaults)
356
+ generate_attr_defaults_init(self.builder, self.cdef, default_assignments)
356
357
  create_ne_from_eq(self.builder, self.cdef)
357
358
 
358
359
 
@@ -380,9 +381,6 @@ class DataClassBuilder(ExtClassBuilder):
380
381
  self.builder.add(LoadAddress(type_object_op.type, type_object_op.src, self.cdef.line)),
381
382
  )
382
383
 
383
- def skip_attr_default(self, name: str, stmt: AssignmentStmt) -> bool:
384
- return stmt.type is not None
385
-
386
384
  def get_type_annotation(self, stmt: AssignmentStmt) -> TypeInfo | None:
387
385
  # We populate __annotations__ because dataclasses uses it to determine
388
386
  # which attributes to compute on.
@@ -445,9 +443,6 @@ class AttrsClassBuilder(DataClassBuilder):
445
443
 
446
444
  add_annotations_to_dict = False
447
445
 
448
- def skip_attr_default(self, name: str, stmt: AssignmentStmt) -> bool:
449
- return True
450
-
451
446
  def get_type_annotation(self, stmt: AssignmentStmt) -> TypeInfo | None:
452
447
  if isinstance(stmt.rvalue, CallExpr):
453
448
  # find the type arg in `attr.ib(type=str)`
@@ -741,58 +736,50 @@ def add_non_ext_class_attr(
741
736
 
742
737
 
743
738
  def find_attr_initializers(
744
- builder: IRBuilder, cdef: ClassDef, skip: Callable[[str, AssignmentStmt], bool] | None = None
739
+ builder: IRBuilder, cdef: ClassDef
745
740
  ) -> tuple[set[str], list[tuple[AssignmentStmt, str]]]:
746
741
  """Find initializers of attributes in a class body.
747
742
 
748
- If provided, the skip arg should be a callable which will return whether
749
- to skip generating a default for an attribute. It will be passed the name of
750
- the attribute and the corresponding AssignmentStmt.
743
+ Under separate compilation, only this class's own body is walked, and
744
+ generate_attr_defaults_init emits a runtime call to the parent's
745
+ __mypyc_defaults_setup so inherited defaults are produced by chaining,
746
+ not by inlining. Walking the MRO here would break under separate=True
747
+ with mypy's incremental cache: a base class loaded from the cache has
748
+ an empty ClassDef.defs.body (mypy/nodes.py::ClassDef.serialize doesn't
749
+ serialize the class body), so inherited assignments would be silently
750
+ dropped and the subclass's __mypyc_defaults_setup would leave inherited
751
+ slots in the "undefined" state at runtime.
752
+
753
+ Without separate compilation, all modules are parsed in the same pass
754
+ and the MRO walk is safe; we keep the original inline-all behavior
755
+ there as an optimization (no chain call needed for instance creation).
751
756
  """
752
757
  cls = builder.mapper.type_to_ir[cdef.info]
753
758
  if cls.builtin_base:
754
759
  return set(), []
755
760
 
756
- attrs_with_defaults = set()
761
+ cls_type = dataclass_type(cdef)
762
+ attrs_with_defaults: set[str] = set()
763
+ default_assignments: list[tuple[AssignmentStmt, str]] = []
757
764
 
758
- # Pull out all assignments in classes in the mro so we can initialize them
759
765
  # TODO: Support nested statements
760
- default_assignments: list[tuple[AssignmentStmt, str]] = []
761
- for info in reversed(cdef.info.mro):
762
- if info not in builder.mapper.type_to_ir:
766
+ if builder.options.separate:
767
+ infos: list[TypeInfo] = [cdef.info]
768
+ else:
769
+ infos = list(reversed(cdef.info.mro))
770
+
771
+ for info in infos:
772
+ info_ir = builder.mapper.type_to_ir.get(info)
773
+ if info_ir is None:
763
774
  continue
764
775
  for stmt in info.defn.defs.body:
765
- if (
766
- isinstance(stmt, AssignmentStmt)
767
- and isinstance(stmt.lvalues[0], NameExpr)
768
- and not is_class_var(stmt.lvalues[0])
769
- and not isinstance(stmt.rvalue, TempNode)
770
- ):
771
- name = stmt.lvalues[0].name
772
- if name == "__slots__":
773
- continue
774
-
775
- if name == "__deletable__":
776
- check_deletable_declaration(builder, cls, stmt.line)
777
- continue
778
-
779
- if skip is not None and skip(name, stmt):
780
- continue
781
-
782
- attr_type = cls.attr_type(name)
783
-
784
- # If the attribute is initialized to None and type isn't optional,
785
- # doesn't initialize it to anything (special case for "# type:" comments).
786
- if isinstance(stmt.rvalue, RefExpr) and stmt.rvalue.fullname == "builtins.None":
787
- if (
788
- not is_optional_type(attr_type)
789
- and not is_object_rprimitive(attr_type)
790
- and not is_none_rprimitive(attr_type)
791
- ):
792
- continue
793
-
794
- attrs_with_defaults.add(name)
795
- default_assignments.append((stmt, info.module_name))
776
+ if not isinstance(stmt, AssignmentStmt):
777
+ continue
778
+ name = default_attr_name(stmt, info_ir, cls_type)
779
+ if name is None:
780
+ continue
781
+ attrs_with_defaults.add(name)
782
+ default_assignments.append((stmt, info.module_name))
796
783
 
797
784
  return attrs_with_defaults, default_assignments
798
785
 
@@ -800,15 +787,49 @@ def find_attr_initializers(
800
787
  def generate_attr_defaults_init(
801
788
  builder: IRBuilder, cdef: ClassDef, default_assignments: list[tuple[AssignmentStmt, str]]
802
789
  ) -> None:
803
- """Generate an initialization method for default attr values (from class vars)."""
804
- if not default_assignments:
805
- return
790
+ """Generate an initialization method for default attr values (from class vars).
791
+
792
+ Under separate compilation, the emitted __mypyc_defaults_setup chains to
793
+ the nearest ancestor that has the method (Python __init__ style), then
794
+ sets only this class's own defaults; inherited defaults are produced by
795
+ the chain at runtime. The ancestor lookup uses cls.mro[1:] and relies on
796
+ prepare.py having registered the FuncDecl on every class that needs one
797
+ before any IR build runs. IR build within a compilation group proceeds
798
+ in filename order, so this class may be IR-built before its base, and a
799
+ method_decls lookup that depended on the base having been IR-built first
800
+ would miss. Without separate compilation, find_attr_initializers has
801
+ already collected the full MRO's defaults into default_assignments, so
802
+ we inline them all as before.
803
+ """
806
804
  cls = builder.mapper.type_to_ir[cdef.info]
807
805
  if cls.builtin_base:
808
806
  return
809
807
 
810
- with builder.enter_method(cls, "__mypyc_defaults_setup", bool_rprimitive):
808
+ parent_with_defaults: ClassIR | None = None
809
+ if builder.options.separate:
810
+ for ancestor in cls.mro[1:]:
811
+ if MYPYC_DEFAULTS_SETUP in ancestor.method_decls:
812
+ parent_with_defaults = ancestor
813
+ break
814
+
815
+ if not default_assignments and parent_with_defaults is None:
816
+ return
817
+
818
+ with builder.enter_method(cls, MYPYC_DEFAULTS_SETUP, bool_rprimitive):
811
819
  self_var = builder.self()
820
+
821
+ # Chain to parent's setup so inherited defaults run first; propagate
822
+ # its False return so a parent default that raised still aborts
823
+ # instance creation rather than being silently swallowed here.
824
+ if parent_with_defaults is not None:
825
+ decl = parent_with_defaults.method_decl(MYPYC_DEFAULTS_SETUP)
826
+ parent_ok = builder.builder.call(decl, [self_var], [ARG_POS], [None], cdef.line)
827
+ fail_block, continue_block = BasicBlock(), BasicBlock()
828
+ builder.add(Branch(parent_ok, continue_block, fail_block, Branch.BOOL))
829
+ builder.activate_block(fail_block)
830
+ builder.add(Return(builder.false()))
831
+ builder.activate_block(continue_block)
832
+
812
833
  for stmt, origin_module in default_assignments:
813
834
  lvalue = stmt.lvalues[0]
814
835
  assert isinstance(lvalue, NameExpr), lvalue
@@ -833,26 +854,6 @@ def generate_attr_defaults_init(
833
854
  builder.add(Return(builder.true()))
834
855
 
835
856
 
836
- def check_deletable_declaration(builder: IRBuilder, cl: ClassIR, line: int) -> None:
837
- for attr in cl.deletable:
838
- if attr not in cl.attributes:
839
- if not cl.has_attr(attr):
840
- builder.error(f'Attribute "{attr}" not defined', line)
841
- continue
842
- for base in cl.mro:
843
- if attr in base.property_types:
844
- builder.error(f'Cannot make property "{attr}" deletable', line)
845
- break
846
- else:
847
- _, base = cl.attr_details(attr)
848
- builder.error(
849
- ('Attribute "{}" not defined in "{}" ' + '(defined in "{}")').format(
850
- attr, cl.name, base.name
851
- ),
852
- line,
853
- )
854
-
855
-
856
857
  def create_ne_from_eq(builder: IRBuilder, cdef: ClassDef) -> None:
857
858
  """Create a "__ne__" method from a "__eq__" method (if only latter exists)."""
858
859
  cls = builder.mapper.type_to_ir[cdef.info]
@@ -21,6 +21,7 @@ from mypy.build import Graph
21
21
  from mypy.nodes import (
22
22
  ARG_STAR,
23
23
  ARG_STAR2,
24
+ AssignmentStmt,
24
25
  CallExpr,
25
26
  ClassDef,
26
27
  Decorator,
@@ -39,7 +40,13 @@ from mypy.nodes import (
39
40
  from mypy.semanal import refers_to_fullname
40
41
  from mypy.traverser import TraverserVisitor
41
42
  from mypy.types import Instance, Type, get_proper_type
42
- from mypyc.common import FAST_PREFIX, PROPSET_PREFIX, SELF_NAME, get_id_from_name
43
+ from mypyc.common import (
44
+ FAST_PREFIX,
45
+ MYPYC_DEFAULTS_SETUP,
46
+ PROPSET_PREFIX,
47
+ SELF_NAME,
48
+ get_id_from_name,
49
+ )
43
50
  from mypyc.crash import catch_errors
44
51
  from mypyc.errors import Errors
45
52
  from mypyc.ir.class_ir import ClassIR
@@ -55,6 +62,7 @@ from mypyc.ir.ops import DeserMaps
55
62
  from mypyc.ir.rtypes import (
56
63
  RInstance,
57
64
  RType,
65
+ bool_rprimitive,
58
66
  dict_rprimitive,
59
67
  none_rprimitive,
60
68
  object_pointer_rprimitive,
@@ -63,6 +71,8 @@ from mypyc.ir.rtypes import (
63
71
  )
64
72
  from mypyc.irbuild.mapper import Mapper
65
73
  from mypyc.irbuild.util import (
74
+ dataclass_type,
75
+ default_attr_name,
66
76
  get_func_def,
67
77
  get_mypyc_attrs,
68
78
  is_dataclass,
@@ -131,6 +141,24 @@ def build_type_map(
131
141
  if class_ir.is_ext_class:
132
142
  prepare_implicit_property_accessors(cdef.info, class_ir, module.fullname, mapper)
133
143
 
144
+ # Register __mypyc_defaults_setup FuncDecls on classes that have their own
145
+ # class-level default attribute assignments. Done here, before any IR build
146
+ # runs, so that the cross-class lookup in generate_attr_defaults_init is
147
+ # order-independent: IR build within a compilation group proceeds in
148
+ # filename order, so a subclass may be IR-built before its base.
149
+ for module, cdef in classes:
150
+ class_ir = mapper.type_to_ir[cdef.info]
151
+ if class_ir.is_ext_class and _has_own_default_attrs(cdef, class_ir):
152
+ _register_defaults_setup_decl(class_ir, module.fullname)
153
+
154
+ # Validate __deletable__ declarations. Done here so the compiler exits
155
+ # early on invalid input before any IR is built.
156
+ for module, cdef in classes:
157
+ class_ir = mapper.type_to_ir[cdef.info]
158
+ if class_ir.is_ext_class:
159
+ with catch_errors(module.path, cdef.line):
160
+ _check_deletable_declarations(module.path, cdef, class_ir, errors)
161
+
134
162
  # Collect all the functions also. We collect from the symbol table
135
163
  # so that we can easily pick out the right copy of a function that
136
164
  # is conditionally defined. This doesn't include nested functions!
@@ -408,6 +436,68 @@ def validate_acyclic_class_bases(
408
436
  )
409
437
 
410
438
 
439
+ def _has_own_default_attrs(cdef: ClassDef, ir: ClassIR) -> bool:
440
+ """Whether this class's own body has any default attribute assignment
441
+ that would be emitted into __mypyc_defaults_setup.
442
+
443
+ Used during prepare to decide whether to register a
444
+ __mypyc_defaults_setup FuncDecl ahead of IR build.
445
+ """
446
+ if ir.builtin_base or ir.is_trait:
447
+ return False
448
+ cls_type = dataclass_type(cdef)
449
+ return any(
450
+ default_attr_name(stmt, ir, cls_type) is not None
451
+ for stmt in cdef.info.defn.defs.body
452
+ if isinstance(stmt, AssignmentStmt)
453
+ )
454
+
455
+
456
+ def _register_defaults_setup_decl(ir: ClassIR, module_name: str) -> None:
457
+ sig = FuncSignature([RuntimeArg(SELF_NAME, RInstance(ir))], bool_rprimitive)
458
+ ir.method_decls[MYPYC_DEFAULTS_SETUP] = FuncDecl(
459
+ MYPYC_DEFAULTS_SETUP, ir.name, module_name, sig
460
+ )
461
+
462
+
463
+ def _check_deletable_declarations(path: str, cdef: ClassDef, ir: ClassIR, errors: Errors) -> None:
464
+ """Validate that attributes listed in __deletable__ refer to definable
465
+ attributes on the class.
466
+
467
+ Runs in the prepare phase so we exit early on invalid programs before
468
+ any IR is built.
469
+ """
470
+ if not ir.deletable:
471
+ return
472
+ line = next(
473
+ (
474
+ stmt.line
475
+ for stmt in cdef.info.defn.defs.body
476
+ if isinstance(stmt, AssignmentStmt)
477
+ and isinstance(stmt.lvalues[0], NameExpr)
478
+ and stmt.lvalues[0].name == "__deletable__"
479
+ ),
480
+ cdef.line,
481
+ )
482
+ for attr in ir.deletable:
483
+ if attr not in ir.attributes:
484
+ if not ir.has_attr(attr):
485
+ errors.error(f'Attribute "{attr}" not defined', path, line)
486
+ continue
487
+ for base in ir.mro:
488
+ if attr in base.property_types:
489
+ errors.error(f'Cannot make property "{attr}" deletable', path, line)
490
+ break
491
+ else:
492
+ _, base = ir.attr_details(attr)
493
+ errors.error(
494
+ f'Attribute "{attr}" not defined in "{ir.name}" '
495
+ f'(defined in "{base.name}")',
496
+ path,
497
+ line,
498
+ )
499
+
500
+
411
501
  def prepare_class_def(
412
502
  path: str,
413
503
  module_name: str,
@@ -12,6 +12,7 @@ from mypy.nodes import (
12
12
  ARG_POS,
13
13
  GDEF,
14
14
  ArgKind,
15
+ AssignmentStmt,
15
16
  BytesExpr,
16
17
  CallExpr,
17
18
  ClassDef,
@@ -24,13 +25,17 @@ from mypy.nodes import (
24
25
  OverloadedFuncDef,
25
26
  RefExpr,
26
27
  StrExpr,
28
+ TempNode,
27
29
  TupleExpr,
28
30
  UnaryExpr,
29
31
  Var,
32
+ is_class_var,
30
33
  )
31
34
  from mypy.semanal import refers_to_fullname
32
35
  from mypy.types import FINAL_DECORATOR_NAMES
33
36
  from mypyc.errors import Errors
37
+ from mypyc.ir.class_ir import ClassIR
38
+ from mypyc.ir.rtypes import is_none_rprimitive, is_object_rprimitive, is_optional_type
34
39
 
35
40
  MYPYC_ATTRS: Final[frozenset[MypycAttr]] = frozenset(
36
41
  ["native_class", "allow_interpreted_subclasses", "serializable", "free_list_len", "acyclic"]
@@ -102,6 +107,50 @@ def dataclass_type(cdef: ClassDef) -> str | None:
102
107
  return None
103
108
 
104
109
 
110
+ def _defaults_skip(stmt: AssignmentStmt, cls_type: str | None) -> bool:
111
+ """Whether a class-level default assignment is skipped when emitting
112
+ __mypyc_defaults_setup, based on class type.
113
+
114
+ - attr (auto_attribs=False): skip all (handled by attr.ib machinery).
115
+ - dataclasses / attr-auto: skip annotated assignments.
116
+ - regular extension class: skip nothing.
117
+ """
118
+ if cls_type == "attr":
119
+ return True
120
+ if cls_type in ("dataclasses", "attr-auto"):
121
+ return stmt.type is not None
122
+ return False
123
+
124
+
125
+ def default_attr_name(stmt: AssignmentStmt, ir: ClassIR, cls_type: str | None) -> str | None:
126
+ """Return the attribute name if `stmt` is a class-level default assignment
127
+ that __mypyc_defaults_setup should emit; otherwise None.
128
+
129
+ Single source of truth for the predicate used by both
130
+ mypyc.irbuild.classdef.find_attr_initializers (IR build) and
131
+ mypyc.irbuild.prepare._has_own_default_attrs (prepare-phase decl registration).
132
+ """
133
+ lvalue = stmt.lvalues[0]
134
+ if not isinstance(lvalue, NameExpr) or is_class_var(lvalue):
135
+ return None
136
+ if isinstance(stmt.rvalue, TempNode):
137
+ return None
138
+ name = lvalue.name
139
+ if name in ("__slots__", "__deletable__") or name not in ir.attributes:
140
+ return None
141
+ if _defaults_skip(stmt, cls_type):
142
+ return None
143
+ if isinstance(stmt.rvalue, RefExpr) and stmt.rvalue.fullname == "builtins.None":
144
+ attr_type = ir.attributes[name]
145
+ if (
146
+ not is_optional_type(attr_type)
147
+ and not is_object_rprimitive(attr_type)
148
+ and not is_none_rprimitive(attr_type)
149
+ ):
150
+ return None
151
+ return name
152
+
153
+
105
154
  def get_mypyc_attr_literal(e: Expression) -> Any:
106
155
  """Convert an expression from a mypyc_attr decorator to a value.
107
156
 
@@ -232,8 +232,14 @@ def show_c(cfiles: list[list[tuple[str, str]]]) -> None:
232
232
 
233
233
 
234
234
  def fudge_dir_mtimes(dir: str, delta: int) -> None:
235
+ # Skip linker outputs. Pushing them back combines with write_file's
236
+ # +1 sec bump on .c files to make .c always newer than .so, forcing
237
+ # an unconditional rebuild that would mask Extension.depends bugs.
238
+ # See setuptools/_distutils/command/build_ext.py:`build_extension`.
235
239
  for dirpath, _, filenames in os.walk(dir):
236
240
  for name in filenames:
241
+ if name.endswith((".so", ".pyd", ".o", ".obj")):
242
+ continue
237
243
  path = os.path.join(dirpath, name)
238
244
  new_mtime = os.stat(path).st_mtime + delta
239
245
  os.utime(path, times=(new_mtime, new_mtime))
@@ -1136,7 +1136,7 @@ class Ok2:
1136
1136
  __deletable__ = ['x']
1137
1137
  x: int
1138
1138
 
1139
- [case testInvalidDeletableAttribute]
1139
+ [case testDeleteNonDeletableAttribute]
1140
1140
  class NotDeletable:
1141
1141
  __deletable__ = ['x']
1142
1142
  x: int
@@ -1147,6 +1147,7 @@ def g(o: NotDeletable) -> None:
1147
1147
  del o.y # E: "y" cannot be deleted \
1148
1148
  # N: Using "__deletable__ = ['<attr>']" in the class body enables "del obj.<attr>"
1149
1149
 
1150
+ [case testInvalidDeletableAttribute]
1150
1151
  class Base:
1151
1152
  x: int
1152
1153