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.
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/PKG-INFO +1 -1
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/version.py +1 -1
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/build.py +23 -5
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emitclass.py +2 -1
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/common.py +1 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/classdef.py +92 -91
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/prepare.py +91 -1
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/util.py +49 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/testutil.py +6 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-classes.test +2 -1
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-multimodule.test +181 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/PKG-INFO +1 -1
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/CHANGELOG.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/CREDITS +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/LICENSE +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/MANIFEST.in +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/README.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/build-requirements.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/conftest.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/Makefile +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/README.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/make.bat +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/requirements-docs.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/additional_features.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/builtin_types.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/changelog.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/cheat_sheet_py3.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/class_basics.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/command_line.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/common_issues.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/conf.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/config_file.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/duck_type_compatibility.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/dynamic_typing.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/error_code_list.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/error_code_list2.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/error_codes.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/existing_code.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/extending_mypy.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/faq.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/final_attrs.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/generics.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/getting_started.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/html_builder.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/index.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/inline_config.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/installed_packages.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/kinds_of_types.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/literal_types.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/metaclasses.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/more_types.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/mypy_daemon.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/mypy_light.svg +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/protocols.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/running_mypy.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/runtime_troubles.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/stubgen.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/stubs.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/stubtest.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/supported_python_features.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/type_inference_and_annotations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/type_narrowing.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/docs/source/typed_dict.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/misc/apply-cache-diff.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/misc/diff-cache.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/__main__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/api.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/applytype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/argmap.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/binder.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/bogus_type.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/build.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/build_worker/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/build_worker/__main__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/build_worker/worker.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/cache.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checker.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checker_shared.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checker_state.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checkexpr.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checkmember.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checkpattern.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/checkstrformat.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/config_parser.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/constant_fold.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/constraints.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/copytype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/defaults.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy/__main__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy/client.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy_os.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy_server.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/dmypy_util.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/erasetype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/error_formatter.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/errorcodes.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/errors.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/evalexpr.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/expandtype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/exportjson.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/exprtotype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/fastparse.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/find_sources.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/fixup.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/freetree.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/fscache.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/fswatcher.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/gclogger.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/git.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/graph_utils.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/indirection.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/infer.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/inspections.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/ipc.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/join.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/known_modules.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/literals.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/lookup.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/main.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/maptype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/meet.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/memprofile.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/message_registry.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/messages.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/metastore.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/mixedtraverser.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/modulefinder.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/moduleinspect.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/modules_state.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/mro.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/nativeparse.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/nodes.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/operators.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/options.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/parse.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/partially_defined.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/patterns.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugin.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/attrs.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/common.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/constants.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/ctypes.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/dataclasses.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/default.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/enums.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/functools.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/proper_plugin.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/plugins/singledispatch.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/py.typed +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/pyinfo.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/reachability.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/refinfo.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/renaming.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/report.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/scope.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_classprop.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_enum.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_infer.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_main.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_namedtuple.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_newtype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_pass1.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_shared.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_typeargs.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/semanal_typeddict.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/astdiff.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/astmerge.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/aststrip.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/deps.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/mergecheck.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/objgraph.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/subexpr.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/target.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/trigger.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/server/update.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/sharedparse.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/solve.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/split_namespace.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/state.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stats.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/strconv.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubdoc.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubgen.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubgenc.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubinfo.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubtest.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/stubutil.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/subtypes.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/suggestions.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/config.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/data.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/helpers.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/_pytest.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/test_diff_helper.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/test_parse_data.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/meta/test_update_data.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_config_parser.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_diff_cache.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_find_sources.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_nativeparse.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/test_ref_info.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testapi.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testargs.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testcheck.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testcmdline.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testconstraints.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testdaemon.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testdeps.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testdiff.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testerrorstream.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testexportjson.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testfinegrained.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testfinegrainedcache.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testformatter.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testfscache.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testgraph.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testinfer.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testipc.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testmerge.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testmodulefinder.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testmypyc.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testoutput.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testparse.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testpep561.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testpythoneval.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testreports.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testsemanal.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testsolve.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/teststubgen.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/teststubinfo.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/teststubtest.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testsubtypes.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testtransform.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testtypegen.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testtypes.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/testutil.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/typefixture.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/update_data.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/test/visitors.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/traverser.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/treetransform.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/tvar_scope.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/type_visitor.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeanal.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/types.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/types_utils.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/LICENSE +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/VERSIONS +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/__future__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/__main__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_ast.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_asyncio.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_bisect.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_blake2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_bootlocale.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_bz2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_codecs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_collections_abc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_compat_pickle.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_compression.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_contextvars.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_csv.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_ctypes.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_curses.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_curses_panel.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_dbm.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_decimal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_frozen_importlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_frozen_importlib_external.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_gdbm.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_hashlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_heapq.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_imp.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_interpchannels.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_interpqueues.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_interpreters.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_io.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_json.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_locale.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_lsprof.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_lzma.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_markupbase.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_msi.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_multibytecodec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_operator.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_osx_support.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_pickle.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_posixsubprocess.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_py_abc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_pydecimal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_queue.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_random.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_sitebuiltins.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_socket.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_sqlite3.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_ssl.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_stat.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_struct.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_thread.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_threading_local.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_tkinter.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_tracemalloc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/README.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/_type_checker_internals.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/dbapi.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/importlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/wsgi.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_typeshed/xml.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_warnings.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_weakref.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_weakrefset.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_winapi.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/_zstd.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/abc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/aifc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/annotationlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/antigravity.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/argparse.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/array.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ast.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asynchat.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/base_events.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/base_futures.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/base_subprocess.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/base_tasks.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/constants.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/coroutines.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/events.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/exceptions.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/format_helpers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/futures.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/graph.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/locks.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/log.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/mixins.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/proactor_events.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/protocols.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/queues.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/runners.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/selector_events.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/sslproto.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/staggered.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/streams.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/subprocess.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/taskgroups.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/tasks.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/threads.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/timeouts.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/tools.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/transports.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/trsock.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/unix_events.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/windows_events.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncio/windows_utils.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/asyncore.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/atexit.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/audioop.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/base64.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/bdb.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/binascii.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/binhex.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/bisect.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/builtins.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/bz2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cProfile.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/calendar.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cgi.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cgitb.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/chunk.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cmath.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/cmd.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/code.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/codecs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/codeop.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/collections/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/collections/abc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/colorsys.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compileall.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/_common/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/_common/_streams.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/bz2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/gzip.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/lzma.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/zlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/zstd/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/compression/zstd/_zstdfile.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/_base.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/interpreter.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/process.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/futures/thread.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/interpreters/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/interpreters/_crossinterp.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/concurrent/interpreters/_queues.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/configparser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/contextlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/contextvars.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/copy.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/copyreg.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/crypt.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/csv.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/_endian.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/macholib/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/macholib/dyld.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/macholib/dylib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/macholib/framework.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ctypes/wintypes.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/ascii.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/has_key.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/panel.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/curses/textpad.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dataclasses.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/datetime.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/dumb.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/gnu.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/ndbm.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dbm/sqlite3.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/decimal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/difflib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/dis.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/_msvccompiler.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/archive_util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/bcppcompiler.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/ccompiler.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/cmd.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_dumb.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_msi.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_packager.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_rpm.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/bdist_wininst.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build_clib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build_ext.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build_py.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/build_scripts.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/check.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/clean.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/config.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_data.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_egg_info.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_headers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_lib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/install_scripts.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/register.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/sdist.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/command/upload.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/config.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/core.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/cygwinccompiler.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/debug.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/dep_util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/dir_util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/dist.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/errors.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/extension.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/fancy_getopt.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/file_util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/filelist.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/log.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/msvccompiler.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/spawn.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/sysconfig.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/text_file.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/unixccompiler.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/distutils/version.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/doctest.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/_header_value_parser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/_policybase.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/base64mime.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/charset.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/contentmanager.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/encoders.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/errors.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/feedparser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/generator.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/header.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/headerregistry.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/iterators.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/message.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/application.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/audio.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/base.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/image.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/message.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/multipart.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/nonmultipart.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/mime/text.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/parser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/policy.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/quoprimime.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/email/utils.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/aliases.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/ascii.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/base64_codec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/big5.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/big5hkscs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/bz2_codec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/charmap.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp037.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1006.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1026.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1125.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1140.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1250.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1251.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1252.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1253.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1254.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1255.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1256.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1257.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp1258.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp273.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp424.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp437.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp500.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp720.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp737.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp775.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp850.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp852.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp855.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp856.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp857.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp858.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp860.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp861.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp862.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp863.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp864.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp865.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp866.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp869.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp874.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp875.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp932.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp949.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/cp950.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/euc_jis_2004.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/euc_jisx0213.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/euc_jp.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/euc_kr.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/gb18030.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/gb2312.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/gbk.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/hex_codec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/hp_roman8.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/hz.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/idna.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_1.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_2004.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_3.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_jp_ext.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso2022_kr.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_1.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_10.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_11.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_13.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_14.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_15.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_16.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_3.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_4.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_5.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_6.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_7.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_8.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/iso8859_9.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/johab.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/koi8_r.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/koi8_t.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/koi8_u.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/kz1048.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/latin_1.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_arabic.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_croatian.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_cyrillic.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_farsi.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_greek.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_iceland.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_latin2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_roman.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_romanian.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mac_turkish.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/mbcs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/oem.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/palmos.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/ptcp154.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/punycode.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/quopri_codec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/rot_13.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/shift_jis.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/shift_jis_2004.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/shift_jisx0213.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/tis_620.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/undefined.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/unicode_escape.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_16.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_16_be.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_16_le.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_32.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_32_be.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_32_le.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_7.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_8.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/utf_8_sig.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/uu_codec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/encodings/zlib_codec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ensurepip/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/enum.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/errno.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/faulthandler.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/fcntl.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/filecmp.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/fileinput.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/fnmatch.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/formatter.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/fractions.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ftplib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/functools.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/gc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/genericpath.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/getopt.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/getpass.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/gettext.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/glob.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/graphlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/grp.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/gzip.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/hashlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/heapq.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/hmac.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/html/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/html/entities.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/html/parser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/client.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/cookiejar.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/cookies.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/http/server.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/imaplib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/imghdr.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/imp.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/_abc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/_bootstrap.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/_bootstrap_external.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/abc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/machinery.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/metadata/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/metadata/_meta.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/metadata/diagnose.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/readers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/_common.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/_functional.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/abc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/readers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/resources/simple.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/simple.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/importlib/util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/inspect.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/io.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ipaddress.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/itertools.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/decoder.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/encoder.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/scanner.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/json/tool.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/keyword.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/btm_matcher.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixer_base.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_except.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_future.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_import.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_input.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_long.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_map.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_next.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_print.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_types.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/main.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/driver.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/grammar.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/literals.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/parse.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/pgen.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/token.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pygram.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/pytree.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lib2to3/refactor.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/linecache.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/locale.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/logging/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/logging/config.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/logging/handlers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/lzma.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/mailbox.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/mailcap.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/marshal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/math.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/mimetypes.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/mmap.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/modulefinder.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msilib/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msilib/schema.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msilib/sequence.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msilib/text.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/msvcrt.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/connection.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/context.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/dummy/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/dummy/connection.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/forkserver.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/heap.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/managers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/pool.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/popen_fork.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/popen_forkserver.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/process.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/queues.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/reduction.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/resource_sharer.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/resource_tracker.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/spawn.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/synchronize.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/multiprocessing/util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/netrc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/nis.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/nntplib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/nt.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ntpath.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/nturl2path.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/numbers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/opcode.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/operator.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/optparse.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/os/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/os/path.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ossaudiodev.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/parser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pathlib/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pathlib/types.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pdb.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pickle.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pickletools.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pipes.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pkgutil.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/platform.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/plistlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/poplib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/posix.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/posixpath.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pprint.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/profile.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pstats.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pty.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pwd.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/py_compile.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pyclbr.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pydoc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pydoc_data/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pydoc_data/module_docs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pydoc_data/topics.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pyexpat/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pyexpat/errors.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/pyexpat/model.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/queue.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/quopri.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/random.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/re.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/readline.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/reprlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/resource.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/rlcompleter.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/runpy.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sched.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/secrets.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/select.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/selectors.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/shelve.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/shlex.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/shutil.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/signal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/site.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/smtpd.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/smtplib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sndhdr.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/socket.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/socketserver.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/spwd.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sqlite3/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sqlite3/dbapi2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sqlite3/dump.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sre_compile.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sre_constants.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sre_parse.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/ssl.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/stat.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/statistics.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/string/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/string/templatelib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/stringprep.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/struct.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/subprocess.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sunau.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/symbol.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/symtable.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sys/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sys/_monitoring.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/sysconfig.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/syslog.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tabnanny.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tarfile.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/telnetlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tempfile.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/termios.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/textwrap.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/this.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/threading.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/time.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/timeit.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/colorchooser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/commondialog.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/constants.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/dialog.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/dnd.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/filedialog.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/font.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/messagebox.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/scrolledtext.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/simpledialog.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/tix.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tkinter/ttk.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/token.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tokenize.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tomllib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/trace.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/traceback.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tracemalloc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/tty.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/turtle.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/types.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/typing.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/typing_extensions.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unicodedata.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/_log.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/async_case.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/case.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/loader.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/main.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/mock.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/result.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/runner.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/signals.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/suite.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/unittest/util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/error.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/parse.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/request.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/response.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/urllib/robotparser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/uu.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/uuid.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/venv/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/warnings.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wave.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/weakref.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/webbrowser.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/winreg.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/winsound.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/handlers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/headers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/simple_server.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/types.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/util.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/wsgiref/validate.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xdrlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/NodeFilter.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/domreg.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/minicompat.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/minidom.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/pulldom.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/dom/xmlbuilder.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/ElementInclude.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/ElementPath.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/ElementTree.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/etree/cElementTree.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/parsers/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/parsers/expat/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/parsers/expat/errors.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/parsers/expat/model.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/_exceptions.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/expatreader.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/handler.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/saxutils.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xml/sax/xmlreader.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xmlrpc/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xmlrpc/client.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xmlrpc/server.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/xxlimited.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipapp.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipfile/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipfile/_path/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipfile/_path/glob.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zipimport.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zoneinfo/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zoneinfo/_common.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stdlib/zoneinfo/_tzpath.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/base64.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/internal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/random.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/strings.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/time.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/librt/librt/vecs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typeshed/stubs/mypy-extensions/mypy_extensions.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typestate.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typetraverser.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typevars.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/typevartuples.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/util.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/visitor.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/xml/mypy-html.css +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/xml/mypy-html.xslt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/xml/mypy-txt.xslt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy/xml/mypy.xsd +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy-requirements.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy_bootstrap.ini +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypy_self_check.ini +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/README.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/__main__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/attrdefined.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/blockfreq.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/capsule_deps.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/dataflow.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/ircheck.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/analysis/selfleaks.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/annotate.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/build_setup.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/cstring.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emit.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emitfunc.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emitmodule.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/emitwrapper.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/codegen/literals.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/crash.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/Makefile +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/bool_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/bytearray_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/bytes_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/compilation_units.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/conf.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/cpython-timings.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/dev-intro.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/dict_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/differences_from_python.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/float_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/frozenset_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/future.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/getting_started.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/index.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/int_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/introduction.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_base64.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_random.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_strings.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_time.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/librt_vecs.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/list_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/make.bat +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/native_classes.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/native_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/performance_tips_and_tricks.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/set_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/str_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/tuple_operations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/doc/using_type_annotations.rst +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/errors.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/LICENSE +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/README.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-death-test.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-message.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-param-test.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-param-test.h.pump +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-printers.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-spi.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-test-part.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest-typed-test.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest_pred_impl.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/gtest_prod.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/custom/gtest-port.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/custom/gtest-printers.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/custom/gtest.h +0 -0
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-filepath.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-internal.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-linked_ptr.h +0 -0
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-param-util.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-port-arch.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-port.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-string.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-tuple.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-tuple.h.pump +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/include/gtest/internal/gtest-type-util.h +0 -0
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/make/Makefile +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-all.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-death-test.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-filepath.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-internal-inl.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-port.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-printers.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-test-part.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest-typed-test.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/external/googletest/src/gtest_main.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/class_ir.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/deps.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/func_ir.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/module_ir.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/pprint.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/ir/rtypes.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/ast_helpers.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/builder.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/callable_class.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/constant_fold.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/context.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/env_class.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/expression.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/for_helpers.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/format_str_tokenizer.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/function.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/generator.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/ll_builder.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/main.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/mapper.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/match.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/missingtypevisitor.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/nonlocalcontrol.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/prebuildvisitor.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/specialize.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/statement.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/targets.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/vec.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/visitor.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/irbuild/vtable.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/CPy.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx/enc_loop_asm.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/dec_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/dec_reshuffle.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/enc_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/enc_loop_asm.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/enc_reshuffle.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx2/enc_translate.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx512/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx512/enc_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/avx512/enc_reshuffle_translate.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/32/dec_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/32/enc_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/64/enc_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/dec_head.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/dec_tail.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/enc_head.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/generic/enc_tail.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/dec_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/enc_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/enc_reshuffle.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon32/enc_translate.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/dec_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/enc_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/enc_loop_asm.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/neon64/enc_reshuffle.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/sse41/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/sse42/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/codec.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/dec_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/dec_reshuffle.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/enc_loop.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/enc_loop_asm.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/enc_reshuffle.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/arch/ssse3/enc_translate.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/codec_choose.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/codecs.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/config.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/env.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/lib.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/lib_openmp.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/libbase64.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/librt_base64.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/librt_base64.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/librt_base64_api.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/librt_base64_api.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/tables/table_dec_32bit.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/tables/table_enc_12bit.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/tables/tables.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/base64/tables/tables.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/build_setup.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytearray_extra_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytearray_extra_ops.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytes_extra_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytes_extra_ops.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/bytes_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/byteswriter_extra_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/byteswriter_extra_ops.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/dict_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/exc_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/float_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/function_wrapper.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/generic_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/getargs.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/getargsfast.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/init.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/int_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/internal/librt_internal.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/internal/librt_internal.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/internal/librt_internal_api.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/internal/librt_internal_api.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/list_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/misc_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/module_shim.tmpl +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/module_shim_no_gil_multiphase.tmpl +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/mypyc_util.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/pythoncapi_compat.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/pythonsupport.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/pythonsupport.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/random/librt_random.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/random/librt_random.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/random/librt_random_api.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/random/librt_random_api.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/set_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/setup.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/static_data.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/static_data.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/str_extra_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/str_extra_ops.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/str_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings_api.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings_api.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/strings/librt_strings_common.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/stringwriter_extra_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/stringwriter_extra_ops.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/test_capi.cc +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/time/librt_time.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/time/librt_time.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/time/librt_time_api.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/time/librt_time_api.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/tuple_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/librt_vecs.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/librt_vecs.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/librt_vecs_api.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/librt_vecs_api.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_bool.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_float.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_i16.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_i32.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_i64.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_nested.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_t.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_template.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vec_u8.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs/vecs_internal.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs_extra_ops.c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lib-rt/vecs_extra_ops.h +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/int_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/list_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/misc_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/lower/registry.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/namegen.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/options.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/bytearray_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/bytes_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/dict_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/exc_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/float_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/generic_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/int_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/librt_random_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/librt_strings_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/librt_time_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/librt_vecs_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/list_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/misc_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/registry.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/set_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/str_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/tuple_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/primitives/weakref_ops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/py.typed +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/rt_subtype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/sametype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/subtype.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/config.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/librt_cache.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_alwaysdefined.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_analysis.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_annotate.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_capsule_deps.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_cheader.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_commandline.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emit.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emitclass.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emitfunc.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emitmodule.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_emitwrapper.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_exceptions.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_external.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_irbuild.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_ircheck.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_literals.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_lowering.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_misc.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_namegen.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_optimizations.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_pprint.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_rarray.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_refcount.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_run.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_serialization.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_statement.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_struct.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_tuplename.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test/test_typeops.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/alwaysdefined.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/analysis.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/annotate-basic.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/capsule-deps.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/commandline.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/driver/driver.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/exceptions-freq.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/exceptions.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/fixtures/ir.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/fixtures/testutil.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/fixtures/typing-full.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-any.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-base64.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-basic.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-bool.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-bytes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-constant-fold.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-dict.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-dunders.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-float.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-frozenset.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-generics.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-glue-methods.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-i16.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-i32.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-i64.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-int.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-isinstance.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-librt-random.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-librt-strings.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-lists.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-match.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-math.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-nested.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-optional.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-python312.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-python314.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-set.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-singledispatch.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-statements.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-str.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-strip-asserts.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-time.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-try.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-tuple.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-u8.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-unreachable.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vec-i64.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vec-misc.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vec-nested.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vec-t.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-vectorcall.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/irbuild-weakref.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/lowering-int.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/lowering-list.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/opt-copy-propagation.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/opt-flag-elimination.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/refcount.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-async.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-attrs.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-base64.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-bench.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-bools.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-bytes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-char.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-classes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-dicts.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-dunders-special.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-dunders.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-exceptions.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-floats.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-functions.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-generators.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-generics.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-i16.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-i32.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-i64.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-imports.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-integers.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-librt-random.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-librt-strings.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-librt-time.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-lists.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-loops.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-match.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-math.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-misc.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-mypy-sim.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-primitives.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-python312.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-python37.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-python38.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-sets.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-signatures.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-singledispatch.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-strings.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-traits.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-tuples.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-u8.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-i64-interp.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-i64.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-misc-interp.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-misc.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-nested-interp.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-nested.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-t-interp.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-vecs-t.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/test-data/run-weakref.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/char_str_index_fold.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/copy_propagation.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/exceptions.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/flag_elimination.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/ir_transform.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/log_trace.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/lower.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/refcount.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/spill.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/mypyc/transform/uninit.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/pyproject.toml +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/runtests.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/setup.cfg +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/setup.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/SOURCES.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/dependency_links.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/entry_points.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/requires.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/sqlglot_mypy.egg-info/top_level.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsx-pkg1/nsx/a/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsx-pkg2/nsx/b/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsx-pkg3/nsx/c/c +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsx-pkg3/nsx/c/c.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg1/nsy/a/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg1/nsy/a/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg2/nsy/b/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg2/nsy/b.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg2/nsy/c.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/nsy-pkg2/nsy/c.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/pkg1/a +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/pkg1/a.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/pkg2/b/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder/readme.txt +0 -0
- {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
- {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
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo/bar.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo-stubs/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo-stubs/bar.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/foo-stubs/qux.pyi +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed/a.py +0 -0
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_typed/py.typed +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_untyped/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/pkg_untyped/a.py +0 -0
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-site-packages/standalone.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-src/neighbor_pkg/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-src/neighbor_pkg/py.typed +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-src/ns_neighbor_pkg/a.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/modulefinder-src/ns_neighbor_pkg/py.typed +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/pyproject.toml +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/dne.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/pkg/__init__.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/pkg/aaa.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/pkg/py.typed +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/py.typed +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg/typedpkg/sample.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg-stubs/pyproject.toml +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg-stubs/typedpkg-stubs/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg-stubs/typedpkg-stubs/py.typed +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg-stubs/typedpkg-stubs/sample.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_a/pyproject.toml +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_a/typedpkg_ns/__init__.py +0 -0
- {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
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b/pyproject.toml +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b/typedpkg_ns/__init__.py +0 -0
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_b-stubs/pyproject.toml +0 -0
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/packages/typedpkg_ns_nested/pyproject.toml +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/pyproject.toml +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/setup.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/pybind11_fixtures/src/main.cpp +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/README.md +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-abstract.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-annotated.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-assert-type-fail.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-async-await.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-basic.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-bound.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-callable.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-class-namedtuple.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-classes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-classvar.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-columns.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-ctypes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-custom-plugin.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-dataclass-transform.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-dataclasses.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-deprecated.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-dynamic-typing.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-enum.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-errorcodes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-expressions.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-fastparse.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-final.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-flags.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-formatting.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-functions.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-functools.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-generic-alias.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-generic-subtyping.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-generics.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-ignore.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-incomplete-fixture.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-incremental.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-inference-context.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-inference.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-inline-config.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-isinstance.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-itertools.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-kwargs.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-lists.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-literal.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-lowercase.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-modules-case.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-modules-fast.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-modules.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-multiple-inheritance.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-namedtuple.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-narrowing.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-native-int.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-newsemanal.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-newsyntax.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-newtype.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-optional.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-overloading.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-parameter-specification.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-plugin-attrs.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-plugin-error-codes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-possibly-undefined.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-protocols.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python310.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python311.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python312.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python313.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python314.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python38.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-python39.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-recursive-types.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-redefine.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-redefine2.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-reports.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-selftype.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-semanal-error.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-serialize.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-singledispatch.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-slots.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-statements.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-super.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-tuples.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-type-aliases.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-type-checks.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-type-object-type-inference.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-type-promotion.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typeddict.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typeform.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typeguard.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typeis.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typevar-defaults.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typevar-tuple.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typevar-unbound.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-typevar-values.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-underscores.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-union-error-syntax.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-union-or-syntax.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-unions.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-unreachable-code.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-unsupported.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-varargs.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-vec.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/check-warnings.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/cmdline.pyproject.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/cmdline.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/daemon.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-classes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-expressions.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-generics.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-statements.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps-types.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/deps.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/diff.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/envvars.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/errorstream.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/exportjson.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-attr.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-blockers.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-cache-incremental.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-cycles.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-dataclass-transform.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-dataclass.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-follow-imports.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-inspect.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-modules.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-python312.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-python314.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained-suggest.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fine-grained.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/__init_subclass__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/__new__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/alias.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/any.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/args.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/async_await.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/bool.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/callable.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/classmethod.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/complex.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/complex_tuple.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/dataclasses.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/dict-full.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/dict.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/divmod.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/enum.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/exception.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/f_string.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/fine_grained.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/float.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/floatdict.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/for.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/for_else_exception.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/function.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/isinstance.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/isinstance_python3_10.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/isinstancelist.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/len.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/list.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/literal__new__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/module.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/module_all.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/narrowing.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/notimplemented.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/object_hashable.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/object_with_init_subclass.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/ops.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/paramspec.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/plugin_attrs.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/primitives.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/property.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/set.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/slice.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/staticmethod.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/transform.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/tuple-simple.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/tuple-typeshed.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/tuple.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/type.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-async.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-full.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-medium.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-namedtuple.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-override.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-typeddict-iror.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/typing-typeddict.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/fixtures/union.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/hacks.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/_decimal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/_typeshed.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/_weakref.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/abc.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/attr/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/attr/converters.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/attrs/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/attrs/converters.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/blocker.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/blocker2.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/broken.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/builtins.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/collections.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/contextlib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/dataclasses.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/datetime.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/decimal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/enum.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/functools.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/future/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/future/utils.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/math.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/mypy_extensions.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/native_internal.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/numbers.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/six.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/string/__init__.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/string/templatelib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/sys.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/traceback.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/types.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/typing.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/typing_extensions.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/unannotated_lib.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/lib-stub/weakref.pyi +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/merge.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/native-parser-imports.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/native-parser.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/outputjson.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-errors.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-python310.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-python312.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-python313.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse-python314.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/parse.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/pep561.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/add_classmethod.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/add_method.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/add_overloaded_method.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/arg_kinds.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/arg_names.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/attrhook.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/attrhook2.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/badreturn.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/badreturn2.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/callable_instance.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/class_attr_hook.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/class_callable.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/common_api_incremental.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/config_data.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/custom_errorcode.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/customentry.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/customize_mro.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/decimal_to_int.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/depshook.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/descriptor.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/dyn_class.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/dyn_class_from_method.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/fnplugin.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/fully_qualified_test_hook.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/function_sig_hook.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/magic_method.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/method_in_decorator.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/method_sig_hook.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/named_callable.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/noentry.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/plugin2.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/type_anal_hook.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/plugins/union_method.py +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/pythoneval-asyncio.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/pythoneval.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/ref-info.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/reports.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-abstractclasses.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-basic.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-classes.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-classvar.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-errors-python310.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-errors.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-expressions.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-lambda.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-literal.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-modules.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-namedtuple.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-python310.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-statements.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-symtable.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-typealiases.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-typeddict.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-typeinfo.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/semanal-types.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/stubgen.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-data/unit/typexport-basic.test +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-requirements.in +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/test-requirements.txt +0 -0
- {sqlglot_mypy-2.1.0.post1 → sqlglot_mypy-2.1.0.post3}/tox.ini +0 -0
|
@@ -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.
|
|
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
|
-
|
|
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
|
-
|
|
762
|
-
|
|
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(
|
|
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
|
|
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
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
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
|
|
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
|
-
|
|
749
|
-
|
|
750
|
-
|
|
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
|
-
|
|
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
|
-
|
|
761
|
-
|
|
762
|
-
|
|
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
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
)
|
|
771
|
-
|
|
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
|
-
|
|
805
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|