LICENSE
MANIFEST.in
README.md
conftest.py
mypy-requirements.txt
mypy_bootstrap.ini
mypy_self_check.ini
pyproject.toml
pytest.ini
runtests.py
setup.cfg
setup.py
test-requirements.txt
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements-docs.txt
docs/source/additional_features.rst
docs/source/builtin_types.rst
docs/source/casts.rst
docs/source/cheat_sheet.rst
docs/source/cheat_sheet_py3.rst
docs/source/class_basics.rst
docs/source/command_line.rst
docs/source/common_issues.rst
docs/source/conf.py
docs/source/config_file.rst
docs/source/duck_type_compatibility.rst
docs/source/dynamic_typing.rst
docs/source/error_code_list.rst
docs/source/error_code_list2.rst
docs/source/error_codes.rst
docs/source/existing_code.rst
docs/source/extending_mypy.rst
docs/source/faq.rst
docs/source/final_attrs.rst
docs/source/generics.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/inline_config.rst
docs/source/installed_packages.rst
docs/source/introduction.rst
docs/source/kinds_of_types.rst
docs/source/literal_types.rst
docs/source/metaclasses.rst
docs/source/more_types.rst
docs/source/mypy_daemon.rst
docs/source/protocols.rst
docs/source/python2.rst
docs/source/running_mypy.rst
docs/source/runtime_troubles.rst
docs/source/stubgen.rst
docs/source/stubs.rst
docs/source/supported_python_features.rst
docs/source/type_inference_and_annotations.rst
misc/proper_plugin.py
mypy/__init__.py
mypy/__main__.py
mypy/api.py
mypy/applytype.py
mypy/argmap.py
mypy/binder.py
mypy/bogus_type.py
mypy/build.py
mypy/checker.py
mypy/checkexpr.py
mypy/checkmember.py
mypy/checkstrformat.py
mypy/config_parser.py
mypy/constraints.py
mypy/defaults.py
mypy/dmypy_os.py
mypy/dmypy_server.py
mypy/dmypy_util.py
mypy/erasetype.py
mypy/errorcodes.py
mypy/errors.py
mypy/expandtype.py
mypy/exprtotype.py
mypy/fastparse.py
mypy/fastparse2.py
mypy/find_sources.py
mypy/fixup.py
mypy/freetree.py
mypy/fscache.py
mypy/fswatcher.py
mypy/gclogger.py
mypy/git.py
mypy/indirection.py
mypy/infer.py
mypy/ipc.py
mypy/join.py
mypy/literals.py
mypy/lookup.py
mypy/main.py
mypy/maptype.py
mypy/meet.py
mypy/memprofile.py
mypy/message_registry.py
mypy/messages.py
mypy/metastore.py
mypy/mixedtraverser.py
mypy/modulefinder.py
mypy/moduleinfo.py
mypy/moduleinspect.py
mypy/mro.py
mypy/nodes.py
mypy/options.py
mypy/ordered_dict.py
mypy/parse.py
mypy/plugin.py
mypy/py.typed
mypy/reachability.py
mypy/renaming.py
mypy/report.py
mypy/sametypes.py
mypy/scope.py
mypy/semanal.py
mypy/semanal_classprop.py
mypy/semanal_enum.py
mypy/semanal_infer.py
mypy/semanal_main.py
mypy/semanal_namedtuple.py
mypy/semanal_newtype.py
mypy/semanal_pass1.py
mypy/semanal_shared.py
mypy/semanal_typeargs.py
mypy/semanal_typeddict.py
mypy/sharedparse.py
mypy/sitepkgs.py
mypy/solve.py
mypy/split_namespace.py
mypy/state.py
mypy/stats.py
mypy/strconv.py
mypy/stubdoc.py
mypy/stubgen.py
mypy/stubgenc.py
mypy/stubtest.py
mypy/stubutil.py
mypy/subtypes.py
mypy/suggestions.py
mypy/traverser.py
mypy/treetransform.py
mypy/tvar_scope.py
mypy/type_visitor.py
mypy/typeanal.py
mypy/typeops.py
mypy/types.py
mypy/typestate.py
mypy/typetraverser.py
mypy/typevars.py
mypy/util.py
mypy/version.py
mypy/visitor.py
mypy.egg-info/PKG-INFO
mypy.egg-info/SOURCES.txt
mypy.egg-info/dependency_links.txt
mypy.egg-info/entry_points.txt
mypy.egg-info/requires.txt
mypy.egg-info/top_level.txt
mypy/dmypy/__init__.py
mypy/dmypy/__main__.py
mypy/dmypy/client.py
mypy/plugins/__init__.py
mypy/plugins/attrs.py
mypy/plugins/common.py
mypy/plugins/ctypes.py
mypy/plugins/dataclasses.py
mypy/plugins/default.py
mypy/plugins/enums.py
mypy/server/__init__.py
mypy/server/astdiff.py
mypy/server/astmerge.py
mypy/server/aststrip.py
mypy/server/deps.py
mypy/server/mergecheck.py
mypy/server/objgraph.py
mypy/server/subexpr.py
mypy/server/target.py
mypy/server/trigger.py
mypy/server/update.py
mypy/test/__init__.py
mypy/test/collect.py
mypy/test/config.py
mypy/test/data.py
mypy/test/helpers.py
mypy/test/test_find_sources.py
mypy/test/testapi.py
mypy/test/testargs.py
mypy/test/testcheck.py
mypy/test/testcmdline.py
mypy/test/testdaemon.py
mypy/test/testdeps.py
mypy/test/testdiff.py
mypy/test/testerrorstream.py
mypy/test/testfinegrained.py
mypy/test/testfinegrainedcache.py
mypy/test/testformatter.py
mypy/test/testgraph.py
mypy/test/testinfer.py
mypy/test/testipc.py
mypy/test/testmerge.py
mypy/test/testmodulefinder.py
mypy/test/testmoduleinfo.py
mypy/test/testmypyc.py
mypy/test/testparse.py
mypy/test/testpep561.py
mypy/test/testpythoneval.py
mypy/test/testreports.py
mypy/test/testsamples.py
mypy/test/testsemanal.py
mypy/test/testsolve.py
mypy/test/teststubgen.py
mypy/test/teststubtest.py
mypy/test/testsubtypes.py
mypy/test/testtransform.py
mypy/test/testtypegen.py
mypy/test/testtypes.py
mypy/test/testutil.py
mypy/test/typefixture.py
mypy/test/update.py
mypy/test/visitors.py
mypy/xml/mypy-html.css
mypy/xml/mypy-html.xslt
mypy/xml/mypy-txt.xslt
mypy/xml/mypy.xsd
mypyc/README.md
mypyc/__init__.py
mypyc/build.py
mypyc/common.py
mypyc/crash.py
mypyc/errors.py
mypyc/namegen.py
mypyc/options.py
mypyc/rt_subtype.py
mypyc/sametype.py
mypyc/subtype.py
mypyc/analysis/__init__.py
mypyc/analysis/dataflow.py
mypyc/codegen/__init__.py
mypyc/codegen/cstring.py
mypyc/codegen/emit.py
mypyc/codegen/emitclass.py
mypyc/codegen/emitfunc.py
mypyc/codegen/emitmodule.py
mypyc/codegen/emitwrapper.py
mypyc/doc/Makefile
mypyc/doc/bool_operations.rst
mypyc/doc/compilation_units.rst
mypyc/doc/conf.py
mypyc/doc/cpython-timings.md
mypyc/doc/dev-intro.md
mypyc/doc/dict_operations.rst
mypyc/doc/differences_from_python.rst
mypyc/doc/float_operations.rst
mypyc/doc/future.md
mypyc/doc/getting_started.rst
mypyc/doc/index.rst
mypyc/doc/int_operations.rst
mypyc/doc/introduction.rst
mypyc/doc/list_operations.rst
mypyc/doc/make.bat
mypyc/doc/native_classes.rst
mypyc/doc/native_operations.rst
mypyc/doc/performance_tips_and_tricks.rst
mypyc/doc/set_operations.rst
mypyc/doc/str_operations.rst
mypyc/doc/tuple_operations.rst
mypyc/doc/using_type_annotations.rst
mypyc/external/googletest/LICENSE
mypyc/external/googletest/README.md
mypyc/external/googletest/include/gtest/gtest-death-test.h
mypyc/external/googletest/include/gtest/gtest-message.h
mypyc/external/googletest/include/gtest/gtest-param-test.h
mypyc/external/googletest/include/gtest/gtest-param-test.h.pump
mypyc/external/googletest/include/gtest/gtest-printers.h
mypyc/external/googletest/include/gtest/gtest-spi.h
mypyc/external/googletest/include/gtest/gtest-test-part.h
mypyc/external/googletest/include/gtest/gtest-typed-test.h
mypyc/external/googletest/include/gtest/gtest.h
mypyc/external/googletest/include/gtest/gtest_pred_impl.h
mypyc/external/googletest/include/gtest/gtest_prod.h
mypyc/external/googletest/include/gtest/internal/gtest-death-test-internal.h
mypyc/external/googletest/include/gtest/internal/gtest-filepath.h
mypyc/external/googletest/include/gtest/internal/gtest-internal.h
mypyc/external/googletest/include/gtest/internal/gtest-linked_ptr.h
mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h
mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h.pump
mypyc/external/googletest/include/gtest/internal/gtest-param-util.h
mypyc/external/googletest/include/gtest/internal/gtest-port-arch.h
mypyc/external/googletest/include/gtest/internal/gtest-port.h
mypyc/external/googletest/include/gtest/internal/gtest-string.h
mypyc/external/googletest/include/gtest/internal/gtest-tuple.h
mypyc/external/googletest/include/gtest/internal/gtest-tuple.h.pump
mypyc/external/googletest/include/gtest/internal/gtest-type-util.h
mypyc/external/googletest/include/gtest/internal/gtest-type-util.h.pump
mypyc/external/googletest/include/gtest/internal/custom/gtest-port.h
mypyc/external/googletest/include/gtest/internal/custom/gtest-printers.h
mypyc/external/googletest/include/gtest/internal/custom/gtest.h
mypyc/external/googletest/make/Makefile
mypyc/external/googletest/src/gtest-all.cc
mypyc/external/googletest/src/gtest-death-test.cc
mypyc/external/googletest/src/gtest-filepath.cc
mypyc/external/googletest/src/gtest-internal-inl.h
mypyc/external/googletest/src/gtest-port.cc
mypyc/external/googletest/src/gtest-printers.cc
mypyc/external/googletest/src/gtest-test-part.cc
mypyc/external/googletest/src/gtest-typed-test.cc
mypyc/external/googletest/src/gtest.cc
mypyc/external/googletest/src/gtest_main.cc
mypyc/ir/__init__.py
mypyc/ir/class_ir.py
mypyc/ir/func_ir.py
mypyc/ir/module_ir.py
mypyc/ir/ops.py
mypyc/ir/pprint.py
mypyc/ir/rtypes.py
mypyc/irbuild/__init__.py
mypyc/irbuild/builder.py
mypyc/irbuild/callable_class.py
mypyc/irbuild/classdef.py
mypyc/irbuild/context.py
mypyc/irbuild/env_class.py
mypyc/irbuild/expression.py
mypyc/irbuild/for_helpers.py
mypyc/irbuild/function.py
mypyc/irbuild/generator.py
mypyc/irbuild/ll_builder.py
mypyc/irbuild/main.py
mypyc/irbuild/mapper.py
mypyc/irbuild/nonlocalcontrol.py
mypyc/irbuild/prebuildvisitor.py
mypyc/irbuild/prepare.py
mypyc/irbuild/specialize.py
mypyc/irbuild/statement.py
mypyc/irbuild/targets.py
mypyc/irbuild/util.py
mypyc/irbuild/visitor.py
mypyc/irbuild/vtable.py
mypyc/lib-rt/CPy.h
mypyc/lib-rt/dict_ops.c
mypyc/lib-rt/exc_ops.c
mypyc/lib-rt/generic_ops.c
mypyc/lib-rt/getargs.c
mypyc/lib-rt/init.c
mypyc/lib-rt/int_ops.c
mypyc/lib-rt/list_ops.c
mypyc/lib-rt/misc_ops.c
mypyc/lib-rt/module_shim.tmpl
mypyc/lib-rt/mypyc_util.h
mypyc/lib-rt/pythonsupport.h
mypyc/lib-rt/set_ops.c
mypyc/lib-rt/setup.py
mypyc/lib-rt/str_ops.c
mypyc/lib-rt/test_capi.cc
mypyc/lib-rt/tuple_ops.c
mypyc/primitives/__init__.py
mypyc/primitives/dict_ops.py
mypyc/primitives/exc_ops.py
mypyc/primitives/float_ops.py
mypyc/primitives/generic_ops.py
mypyc/primitives/int_ops.py
mypyc/primitives/list_ops.py
mypyc/primitives/misc_ops.py
mypyc/primitives/registry.py
mypyc/primitives/set_ops.py
mypyc/primitives/str_ops.py
mypyc/primitives/tuple_ops.py
mypyc/test/__init__.py
mypyc/test/config.py
mypyc/test/test_analysis.py
mypyc/test/test_commandline.py
mypyc/test/test_emit.py
mypyc/test/test_emitfunc.py
mypyc/test/test_emitwrapper.py
mypyc/test/test_exceptions.py
mypyc/test/test_external.py
mypyc/test/test_irbuild.py
mypyc/test/test_namegen.py
mypyc/test/test_pprint.py
mypyc/test/test_refcount.py
mypyc/test/test_run.py
mypyc/test/test_serialization.py
mypyc/test/test_struct.py
mypyc/test/test_subtype.py
mypyc/test/test_tuplename.py
mypyc/test/testutil.py
mypyc/test-data/analysis.test
mypyc/test-data/commandline.test
mypyc/test-data/exceptions.test
mypyc/test-data/irbuild-any.test
mypyc/test-data/irbuild-basic.test
mypyc/test-data/irbuild-classes.test
mypyc/test-data/irbuild-dict.test
mypyc/test-data/irbuild-generics.test
mypyc/test-data/irbuild-int.test
mypyc/test-data/irbuild-lists.test
mypyc/test-data/irbuild-nested.test
mypyc/test-data/irbuild-optional.test
mypyc/test-data/irbuild-set.test
mypyc/test-data/irbuild-statements.test
mypyc/test-data/irbuild-str.test
mypyc/test-data/irbuild-strip-asserts.test
mypyc/test-data/irbuild-try.test
mypyc/test-data/irbuild-tuple.test
mypyc/test-data/refcount.test
mypyc/test-data/run-bench.test
mypyc/test-data/run-bools.test
mypyc/test-data/run-classes.test
mypyc/test-data/run-dicts.test
mypyc/test-data/run-exceptions.test
mypyc/test-data/run-floats.test
mypyc/test-data/run-functions.test
mypyc/test-data/run-generators.test
mypyc/test-data/run-imports.test
mypyc/test-data/run-integers.test
mypyc/test-data/run-lists.test
mypyc/test-data/run-loops.test
mypyc/test-data/run-misc.test
mypyc/test-data/run-multimodule.test
mypyc/test-data/run-mypy-sim.test
mypyc/test-data/run-primitives.test
mypyc/test-data/run-python38.test
mypyc/test-data/run-sets.test
mypyc/test-data/run-strings.test
mypyc/test-data/run-traits.test
mypyc/test-data/run-tuples.test
mypyc/test-data/driver/driver.py
mypyc/test-data/fixtures/ir.py
mypyc/test-data/fixtures/testutil.py
mypyc/test-data/fixtures/typing-full.pyi
mypyc/transform/__init__.py
mypyc/transform/exceptions.py
mypyc/transform/refcount.py
mypyc/transform/uninit.py
scripts/find_type.py
scripts/mypyc
test-data/.flake8
test-data/packages/modulefinder/readme.txt
test-data/packages/modulefinder-site-packages/baz.pth
test-data/packages/modulefinder-site-packages/dne.pth
test-data/packages/modulefinder-site-packages/ignored.pth
test-data/packages/modulefinder-site-packages/neighbor.pth
test-data/packages/modulefinder-site-packages/standalone.py
test-data/packages/modulefinder-site-packages/baz/baz_pkg/__init__.py
test-data/packages/modulefinder-site-packages/baz/baz_pkg/py.typed
test-data/packages/modulefinder-site-packages/baz/ns_baz_pkg/a.py
test-data/packages/modulefinder-site-packages/baz/ns_baz_pkg/py.typed
test-data/packages/modulefinder-site-packages/foo/__init__.py
test-data/packages/modulefinder-site-packages/foo/bar.py
test-data/packages/modulefinder-site-packages/foo-stubs/__init__.pyi
test-data/packages/modulefinder-site-packages/foo-stubs/bar.pyi
test-data/packages/modulefinder-site-packages/ns_pkg_typed/a.py
test-data/packages/modulefinder-site-packages/ns_pkg_typed/py.typed
test-data/packages/modulefinder-site-packages/ns_pkg_typed/b/c.py
test-data/packages/modulefinder-site-packages/ns_pkg_untyped/a.py
test-data/packages/modulefinder-site-packages/ns_pkg_untyped/b/c.py
test-data/packages/modulefinder-site-packages/pkg_typed/__init__.py
test-data/packages/modulefinder-site-packages/pkg_typed/a.py
test-data/packages/modulefinder-site-packages/pkg_typed/py.typed
test-data/packages/modulefinder-site-packages/pkg_typed/b/__init__.py
test-data/packages/modulefinder-site-packages/pkg_typed/b/c.py
test-data/packages/modulefinder-site-packages/pkg_untyped/__init__.py
test-data/packages/modulefinder-site-packages/pkg_untyped/a.py
test-data/packages/modulefinder-site-packages/pkg_untyped/b/__init__.py
test-data/packages/modulefinder-site-packages/pkg_untyped/b/c.py
test-data/packages/modulefinder-src/neighbor_pkg/__init__.py
test-data/packages/modulefinder-src/neighbor_pkg/py.typed
test-data/packages/modulefinder-src/ns_neighbor_pkg/a.py
test-data/packages/modulefinder-src/ns_neighbor_pkg/py.typed
test-data/packages/modulefinder/nsx-pkg1/nsx/a/__init__.py
test-data/packages/modulefinder/nsx-pkg2/nsx/b/__init__.py
test-data/packages/modulefinder/nsx-pkg3/nsx/c/c.py
test-data/packages/modulefinder/nsy-pkg1/nsy/a/__init__.py
test-data/packages/modulefinder/nsy-pkg1/nsy/a/__init__.pyi
test-data/packages/modulefinder/nsy-pkg2/nsy/b.pyi
test-data/packages/modulefinder/nsy-pkg2/nsy/c.py
test-data/packages/modulefinder/nsy-pkg2/nsy/c.pyi
test-data/packages/modulefinder/nsy-pkg2/nsy/b/__init__.py
test-data/packages/modulefinder/pkg1/a.py
test-data/packages/modulefinder/pkg2/b/__init__.py
test-data/packages/typedpkg/setup.py
test-data/packages/typedpkg-stubs/setup.py
test-data/packages/typedpkg-stubs/typedpkg-stubs/__init__.pyi
test-data/packages/typedpkg-stubs/typedpkg-stubs/py.typed
test-data/packages/typedpkg-stubs/typedpkg-stubs/sample.pyi
test-data/packages/typedpkg/typedpkg/__init__.py
test-data/packages/typedpkg/typedpkg/dne.py
test-data/packages/typedpkg/typedpkg/py.typed
test-data/packages/typedpkg/typedpkg/sample.py
test-data/packages/typedpkg/typedpkg/pkg/__init__.py
test-data/packages/typedpkg/typedpkg/pkg/aaa.py
test-data/packages/typedpkg/typedpkg/pkg/py.typed
test-data/packages/typedpkg_ns/setup.py
test-data/packages/typedpkg_ns/typedpkg_ns/__init__.py
test-data/packages/typedpkg_ns/typedpkg_ns/ns/__init__.py
test-data/packages/typedpkg_ns/typedpkg_ns/ns/bbb.py
test-data/packages/typedpkg_ns/typedpkg_ns/ns/py.typed
test-data/samples/bottles.py
test-data/samples/class.py
test-data/samples/cmdline.py
test-data/samples/crawl2.py
test-data/samples/dict.py
test-data/samples/fib.py
test-data/samples/files.py
test-data/samples/for.py
test-data/samples/generators.py
test-data/samples/greet.py
test-data/samples/guess.py
test-data/samples/hello.py
test-data/samples/input.py
test-data/samples/itertool.py
test-data/samples/readme.txt
test-data/samples/regexp.py
test-data/stdlib-samples/3.2/base64.py
test-data/stdlib-samples/3.2/fnmatch.py
test-data/stdlib-samples/3.2/genericpath.py
test-data/stdlib-samples/3.2/getopt.py
test-data/stdlib-samples/3.2/glob.py
test-data/stdlib-samples/3.2/posixpath.py
test-data/stdlib-samples/3.2/pprint.py
test-data/stdlib-samples/3.2/random.py
test-data/stdlib-samples/3.2/shutil.py
test-data/stdlib-samples/3.2/tempfile.py
test-data/stdlib-samples/3.2/textwrap.py
test-data/stdlib-samples/3.2/test/__init__.py
test-data/stdlib-samples/3.2/test/mypy.ini
test-data/stdlib-samples/3.2/test/randv2_32.pck
test-data/stdlib-samples/3.2/test/randv2_64.pck
test-data/stdlib-samples/3.2/test/randv3.pck
test-data/stdlib-samples/3.2/test/support.py
test-data/stdlib-samples/3.2/test/test_base64.py
test-data/stdlib-samples/3.2/test/test_fnmatch.py
test-data/stdlib-samples/3.2/test/test_genericpath.py
test-data/stdlib-samples/3.2/test/test_getopt.py
test-data/stdlib-samples/3.2/test/test_glob.py
test-data/stdlib-samples/3.2/test/test_posixpath.py
test-data/stdlib-samples/3.2/test/test_pprint.py
test-data/stdlib-samples/3.2/test/test_random.py
test-data/stdlib-samples/3.2/test/test_set.py
test-data/stdlib-samples/3.2/test/test_shutil.py
test-data/stdlib-samples/3.2/test/test_tempfile.py
test-data/stdlib-samples/3.2/test/test_textwrap.py
test-data/stdlib-samples/3.2/test/tf_inherit_check.py
test-data/stdlib-samples/3.2/test/subprocessdata/fd_status.py
test-data/stdlib-samples/3.2/test/subprocessdata/input_reader.py
test-data/stdlib-samples/3.2/test/subprocessdata/qcat.py
test-data/stdlib-samples/3.2/test/subprocessdata/qgrep.py
test-data/stdlib-samples/3.2/test/subprocessdata/sigchild_ignore.py
test-data/unit/README.md
test-data/unit/check-abstract.test
test-data/unit/check-annotated.test
test-data/unit/check-async-await.test
test-data/unit/check-attr.test
test-data/unit/check-basic.test
test-data/unit/check-bound.test
test-data/unit/check-callable.test
test-data/unit/check-class-namedtuple.test
test-data/unit/check-classes.test
test-data/unit/check-classvar.test
test-data/unit/check-columns.test
test-data/unit/check-ctypes.test
test-data/unit/check-custom-plugin.test
test-data/unit/check-dataclasses.test
test-data/unit/check-default-plugin.test
test-data/unit/check-dynamic-typing.test
test-data/unit/check-enum.test
test-data/unit/check-errorcodes.test
test-data/unit/check-expressions.test
test-data/unit/check-fastparse.test
test-data/unit/check-final.test
test-data/unit/check-flags.test
test-data/unit/check-functions.test
test-data/unit/check-generic-alias.test
test-data/unit/check-generic-subtyping.test
test-data/unit/check-generics.test
test-data/unit/check-ignore.test
test-data/unit/check-incomplete-fixture.test
test-data/unit/check-incremental.test
test-data/unit/check-inference-context.test
test-data/unit/check-inference.test
test-data/unit/check-inline-config.test
test-data/unit/check-isinstance.test
test-data/unit/check-kwargs.test
test-data/unit/check-lists.test
test-data/unit/check-literal.test
test-data/unit/check-modules-case.test
test-data/unit/check-modules.test
test-data/unit/check-multiple-inheritance.test
test-data/unit/check-namedtuple.test
test-data/unit/check-narrowing.test
test-data/unit/check-newsemanal.test
test-data/unit/check-newsyntax.test
test-data/unit/check-newtype.test
test-data/unit/check-optional.test
test-data/unit/check-overloading.test
test-data/unit/check-parameter-specification.test
test-data/unit/check-protocols.test
test-data/unit/check-python2.test
test-data/unit/check-python38.test
test-data/unit/check-python39.test
test-data/unit/check-redefine.test
test-data/unit/check-reports.test
test-data/unit/check-selftype.test
test-data/unit/check-semanal-error.test
test-data/unit/check-serialize.test
test-data/unit/check-statements.test
test-data/unit/check-super.test
test-data/unit/check-tuples.test
test-data/unit/check-type-aliases.test
test-data/unit/check-type-checks.test
test-data/unit/check-type-promotion.test
test-data/unit/check-typeddict.test
test-data/unit/check-typevar-values.test
test-data/unit/check-underscores.test
test-data/unit/check-union-or-syntax.test
test-data/unit/check-unions.test
test-data/unit/check-unreachable-code.test
test-data/unit/check-unsupported.test
test-data/unit/check-varargs.test
test-data/unit/check-warnings.test
test-data/unit/cmdline.test
test-data/unit/daemon.test
test-data/unit/deps-classes.test
test-data/unit/deps-expressions.test
test-data/unit/deps-generics.test
test-data/unit/deps-statements.test
test-data/unit/deps-types.test
test-data/unit/deps.test
test-data/unit/diff.test
test-data/unit/envvars.test
test-data/unit/errorstream.test
test-data/unit/fine-grained-blockers.test
test-data/unit/fine-grained-cache-incremental.test
test-data/unit/fine-grained-cycles.test
test-data/unit/fine-grained-follow-imports.test
test-data/unit/fine-grained-modules.test
test-data/unit/fine-grained-suggest.test
test-data/unit/fine-grained.test
test-data/unit/hacks.txt
test-data/unit/merge.test
test-data/unit/parse-errors.test
test-data/unit/parse-python2.test
test-data/unit/parse.test
test-data/unit/pep561.test
test-data/unit/python2eval.test
test-data/unit/pythoneval-asyncio.test
test-data/unit/pythoneval.test
test-data/unit/reports.test
test-data/unit/semanal-abstractclasses.test
test-data/unit/semanal-basic.test
test-data/unit/semanal-classes.test
test-data/unit/semanal-classvar.test
test-data/unit/semanal-errors.test
test-data/unit/semanal-expressions.test
test-data/unit/semanal-modules.test
test-data/unit/semanal-namedtuple.test
test-data/unit/semanal-python2.test
test-data/unit/semanal-statements.test
test-data/unit/semanal-symtable.test
test-data/unit/semanal-typealiases.test
test-data/unit/semanal-typeddict.test
test-data/unit/semanal-typeinfo.test
test-data/unit/semanal-types.test
test-data/unit/semenal-literal.test
test-data/unit/stubgen.test
test-data/unit/typexport-basic.test
test-data/unit/fixtures/__init_subclass__.pyi
test-data/unit/fixtures/__new__.pyi
test-data/unit/fixtures/alias.pyi
test-data/unit/fixtures/args.pyi
test-data/unit/fixtures/async_await.pyi
test-data/unit/fixtures/attr.pyi
test-data/unit/fixtures/bool.pyi
test-data/unit/fixtures/bool_py2.pyi
test-data/unit/fixtures/callable.pyi
test-data/unit/fixtures/classmethod.pyi
test-data/unit/fixtures/complex.pyi
test-data/unit/fixtures/complex_tuple.pyi
test-data/unit/fixtures/dict.pyi
test-data/unit/fixtures/divmod.pyi
test-data/unit/fixtures/exception.pyi
test-data/unit/fixtures/f_string.pyi
test-data/unit/fixtures/fine_grained.pyi
test-data/unit/fixtures/float.pyi
test-data/unit/fixtures/floatdict.pyi
test-data/unit/fixtures/floatdict_python2.pyi
test-data/unit/fixtures/for.pyi
test-data/unit/fixtures/function.pyi
test-data/unit/fixtures/isinstance.pyi
test-data/unit/fixtures/isinstancelist.pyi
test-data/unit/fixtures/list.pyi
test-data/unit/fixtures/module.pyi
test-data/unit/fixtures/module_all.pyi
test-data/unit/fixtures/module_all_python2.pyi
test-data/unit/fixtures/notimplemented.pyi
test-data/unit/fixtures/object_with_init_subclass.pyi
test-data/unit/fixtures/ops.pyi
test-data/unit/fixtures/primitives.pyi
test-data/unit/fixtures/property.pyi
test-data/unit/fixtures/property_py2.pyi
test-data/unit/fixtures/python2.pyi
test-data/unit/fixtures/set.pyi
test-data/unit/fixtures/slice.pyi
test-data/unit/fixtures/staticmethod.pyi
test-data/unit/fixtures/transform.pyi
test-data/unit/fixtures/tuple-simple.pyi
test-data/unit/fixtures/tuple.pyi
test-data/unit/fixtures/type.pyi
test-data/unit/fixtures/typing-async.pyi
test-data/unit/fixtures/typing-full.pyi
test-data/unit/fixtures/typing-medium.pyi
test-data/unit/fixtures/typing-typeddict.pyi
test-data/unit/fixtures/union.pyi
test-data/unit/lib-stub/__builtin__.pyi
test-data/unit/lib-stub/abc.pyi
test-data/unit/lib-stub/attr.pyi
test-data/unit/lib-stub/blocker.pyi
test-data/unit/lib-stub/blocker2.pyi
test-data/unit/lib-stub/broken.pyi
test-data/unit/lib-stub/builtins.pyi
test-data/unit/lib-stub/collections.pyi
test-data/unit/lib-stub/contextlib.pyi
test-data/unit/lib-stub/dataclasses.pyi
test-data/unit/lib-stub/enum.pyi
test-data/unit/lib-stub/mypy_extensions.pyi
test-data/unit/lib-stub/six.pyi
test-data/unit/lib-stub/sys.pyi
test-data/unit/lib-stub/types.pyi
test-data/unit/lib-stub/typing.pyi
test-data/unit/lib-stub/typing_extensions.pyi
test-data/unit/lib-stub/future/__init__.pyi
test-data/unit/lib-stub/future/utils.pyi
test-data/unit/plugins/arg_kinds.py
test-data/unit/plugins/arg_names.py
test-data/unit/plugins/attrhook.py
test-data/unit/plugins/attrhook2.py
test-data/unit/plugins/badreturn.py
test-data/unit/plugins/badreturn2.py
test-data/unit/plugins/callable_instance.py
test-data/unit/plugins/class_callable.py
test-data/unit/plugins/common_api_incremental.py
test-data/unit/plugins/config_data.py
test-data/unit/plugins/customentry.py
test-data/unit/plugins/customize_mro.py
test-data/unit/plugins/decimal_to_int.py
test-data/unit/plugins/depshook.py
test-data/unit/plugins/descriptor.py
test-data/unit/plugins/dyn_class.py
test-data/unit/plugins/dyn_class_from_method.py
test-data/unit/plugins/fnplugin.py
test-data/unit/plugins/fully_qualified_test_hook.py
test-data/unit/plugins/function_sig_hook.py
test-data/unit/plugins/method_sig_hook.py
test-data/unit/plugins/named_callable.py
test-data/unit/plugins/noentry.py
test-data/unit/plugins/plugin2.py
test-data/unit/plugins/type_anal_hook.py
test-data/unit/plugins/union_method.py