LICENSE
MANIFEST.in
README.md
mypy_bootstrap.ini
mypy_self_check.ini
setup.cfg
setup.py
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/python36.rst
docs/source/running_mypy.rst
docs/source/stubgen.rst
docs/source/stubs.rst
docs/source/supported_python_features.rst
docs/source/type_inference_and_annotations.rst
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/interpreted_plugin.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/mro.py
mypy/nodes.py
mypy/options.py
mypy/parse.py
mypy/plugin.py
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/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/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/testsubtypes.py
mypy/test/testtransform.py
mypy/test/testtypegen.py
mypy/test/testtypes.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/__init__.py
mypyc/analysis.py
mypyc/build.py
mypyc/common.py
mypyc/crash.py
mypyc/emit.py
mypyc/emitclass.py
mypyc/emitfunc.py
mypyc/emitmodule.py
mypyc/emitwrapper.py
mypyc/errors.py
mypyc/exceptions.py
mypyc/genops.py
mypyc/genops_for.py
mypyc/namegen.py
mypyc/ops.py
mypyc/ops_dict.py
mypyc/ops_exc.py
mypyc/ops_int.py
mypyc/ops_list.py
mypyc/ops_misc.py
mypyc/ops_primitive.py
mypyc/ops_set.py
mypyc/ops_str.py
mypyc/ops_tuple.py
mypyc/options.py
mypyc/prebuildvisitor.py
mypyc/refcount.py
mypyc/rt_subtype.py
mypyc/sametype.py
mypyc/subtype.py
mypyc/uninit.py
mypyc/lib-rt/CPy.c
mypyc/lib-rt/CPy.h
mypyc/lib-rt/getargs.c
mypyc/lib-rt/mypyc_util.h
mypyc/lib-rt/pythonsupport.h
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_genops.py
mypyc/test/test_namegen.py
mypyc/test/test_refcount.py
mypyc/test/test_run.py
mypyc/test/test_tuplename.py
mypyc/test/testutil.py
scripts/dumpmodule.py
scripts/find_type.py
scripts/mypyc
scripts/stubtest.py
test-data/.flake8
test-data/packages/modulefinder/readme.txt
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/crawl.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/subprocess.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_subprocess.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-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-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-protocols.test
test-data/unit/check-python2.test
test-data/unit/check-python38.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-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/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-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/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-full.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/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/customentry.py
test-data/unit/plugins/customize_mro.py
test-data/unit/plugins/depshook.py
test-data/unit/plugins/dyn_class.py
test-data/unit/plugins/fnplugin.py
test-data/unit/plugins/fully_qualified_test_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