MANIFEST.in
mypy_self_check.ini
runtests.py
setup.cfg
setup.py
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements-docs.txt
docs/source/additional_features.rst
docs/source/basics.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/faq.rst
docs/source/function_overloading.rst
docs/source/generics.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/kinds_of_types.rst
docs/source/python2.rst
docs/source/python36.rst
docs/source/revision_history.rst
docs/source/supported_python_features.rst
docs/source/type_inference_and_annotations.rst
extensions/README.md
extensions/mypy_extensions.py
extensions/setup.cfg
extensions/setup.py
mypy/__init__.py
mypy/__main__.py
mypy/api.py
mypy/applytype.py
mypy/binder.py
mypy/build.py
mypy/checker.py
mypy/checkexpr.py
mypy/checkmember.py
mypy/checkstrformat.py
mypy/constraints.py
mypy/defaults.py
mypy/erasetype.py
mypy/errors.py
mypy/expandtype.py
mypy/experiments.py
mypy/exprtotype.py
mypy/fastparse.py
mypy/fastparse2.py
mypy/fixup.py
mypy/git.py
mypy/indirection.py
mypy/infer.py
mypy/join.py
mypy/literals.py
mypy/main.py
mypy/maptype.py
mypy/meet.py
mypy/messages.py
mypy/moduleinfo.py
mypy/nodes.py
mypy/options.py
mypy/parse.py
mypy/plugin.py
mypy/report.py
mypy/sametypes.py
mypy/semanal.py
mypy/semanal_pass1.py
mypy/semanal_pass3.py
mypy/sharedparse.py
mypy/solve.py
mypy/stats.py
mypy/strconv.py
mypy/stubgen.py
mypy/stubgenc.py
mypy/stubutil.py
mypy/subtypes.py
mypy/traverser.py
mypy/treetransform.py
mypy/tvar_scope.py
mypy/typeanal.py
mypy/typefixture.py
mypy/types.py
mypy/typevars.py
mypy/util.py
mypy/version.py
mypy/visitor.py
mypy/waiter.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/myunit/__init__.py
mypy/myunit/__main__.py
mypy/server/__init__.py
mypy/server/astdiff.py
mypy/server/astmerge.py
mypy/server/aststrip.py
mypy/server/deps.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/testdeps.py
mypy/test/testdiff.py
mypy/test/testextensions.py
mypy/test/testfinegrained.py
mypy/test/testgraph.py
mypy/test/testinfer.py
mypy/test/testmerge.py
mypy/test/testmoduleinfo.py
mypy/test/testparse.py
mypy/test/testpythoneval.py
mypy/test/testreports.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/update.py
scripts/dumpmodule.py
scripts/find_type.py
scripts/mypy
scripts/mypy.bat
scripts/myunit
scripts/stubgen
scripts/stubtest.py
test-data/.flake8
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/incomplete/logging/__init__.py
test-data/stdlib-samples/3.2/incomplete/urllib/__init__.py
test-data/stdlib-samples/3.2/incomplete/urllib/parse.py
test-data/stdlib-samples/3.2/test/__init__.py
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-async-await.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-custom-plugin.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-expressions.test
test-data/unit/check-fastparse.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-isinstance.test
test-data/unit/check-kwargs.test
test-data/unit/check-lists.test
test-data/unit/check-modules.test
test-data/unit/check-multiple-inheritance.test
test-data/unit/check-namedtuple.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-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/deps.test
test-data/unit/diff.test
test-data/unit/fine-grained.test
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/stubgen.test
test-data/unit/typexport-basic.test
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/bool.pyi
test-data/unit/fixtures/callable.pyi
test-data/unit/fixtures/classmethod.pyi
test-data/unit/fixtures/complex.pyi
test-data/unit/fixtures/dict.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/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/ops.pyi
test-data/unit/fixtures/primitives.pyi
test-data/unit/fixtures/property.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/builtins.pyi
test-data/unit/lib-stub/collections.pyi
test-data/unit/lib-stub/contextlib.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/attrhook.py
test-data/unit/plugins/badreturn.py
test-data/unit/plugins/badreturn2.py
test-data/unit/plugins/fnplugin.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
xml/mypy-html.css
xml/mypy-html.xslt
xml/mypy-txt.xslt
xml/mypy.xsd