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/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/errors.py
mypy/expandtype.py
mypy/exprtotype.py
mypy/fastparse.py
mypy/fastparse2.py
mypy/find_sources.py
mypy/fixup.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_enum.py
mypy/semanal_namedtuple.py
mypy/semanal_newtype.py
mypy/semanal_pass1.py
mypy/semanal_pass3.py
mypy/semanal_shared.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/newsemanal/__init__.py
mypy/newsemanal/semanal.py
mypy/newsemanal/semanal_classprop.py
mypy/newsemanal/semanal_enum.py
mypy/newsemanal/semanal_infer.py
mypy/newsemanal/semanal_main.py
mypy/newsemanal/semanal_namedtuple.py
mypy/newsemanal/semanal_newtype.py
mypy/newsemanal/semanal_pass1.py
mypy/newsemanal/semanal_shared.py
mypy/newsemanal/semanal_typeargs.py
mypy/newsemanal/semanal_typeddict.py
mypy/newsemanal/typeanal.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/aststripnew.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/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/typeshed/stdlib/2/BaseHTTPServer.pyi
mypy/typeshed/stdlib/2/ConfigParser.pyi
mypy/typeshed/stdlib/2/Cookie.pyi
mypy/typeshed/stdlib/2/HTMLParser.pyi
mypy/typeshed/stdlib/2/Queue.pyi
mypy/typeshed/stdlib/2/SimpleHTTPServer.pyi
mypy/typeshed/stdlib/2/SocketServer.pyi
mypy/typeshed/stdlib/2/StringIO.pyi
mypy/typeshed/stdlib/2/UserDict.pyi
mypy/typeshed/stdlib/2/UserList.pyi
mypy/typeshed/stdlib/2/UserString.pyi
mypy/typeshed/stdlib/2/__builtin__.pyi
mypy/typeshed/stdlib/2/_ast.pyi
mypy/typeshed/stdlib/2/_collections.pyi
mypy/typeshed/stdlib/2/_functools.pyi
mypy/typeshed/stdlib/2/_hotshot.pyi
mypy/typeshed/stdlib/2/_io.pyi
mypy/typeshed/stdlib/2/_json.pyi
mypy/typeshed/stdlib/2/_md5.pyi
mypy/typeshed/stdlib/2/_sha.pyi
mypy/typeshed/stdlib/2/_sha256.pyi
mypy/typeshed/stdlib/2/_sha512.pyi
mypy/typeshed/stdlib/2/_socket.pyi
mypy/typeshed/stdlib/2/_sre.pyi
mypy/typeshed/stdlib/2/_struct.pyi
mypy/typeshed/stdlib/2/_symtable.pyi
mypy/typeshed/stdlib/2/_threading_local.pyi
mypy/typeshed/stdlib/2/_warnings.pyi
mypy/typeshed/stdlib/2/abc.pyi
mypy/typeshed/stdlib/2/ast.pyi
mypy/typeshed/stdlib/2/atexit.pyi
mypy/typeshed/stdlib/2/cPickle.pyi
mypy/typeshed/stdlib/2/cStringIO.pyi
mypy/typeshed/stdlib/2/collections.pyi
mypy/typeshed/stdlib/2/commands.pyi
mypy/typeshed/stdlib/2/compileall.pyi
mypy/typeshed/stdlib/2/cookielib.pyi
mypy/typeshed/stdlib/2/dircache.pyi
mypy/typeshed/stdlib/2/dummy_thread.pyi
mypy/typeshed/stdlib/2/exceptions.pyi
mypy/typeshed/stdlib/2/fcntl.pyi
mypy/typeshed/stdlib/2/fnmatch.pyi
mypy/typeshed/stdlib/2/functools.pyi
mypy/typeshed/stdlib/2/future_builtins.pyi
mypy/typeshed/stdlib/2/gc.pyi
mypy/typeshed/stdlib/2/getopt.pyi
mypy/typeshed/stdlib/2/getpass.pyi
mypy/typeshed/stdlib/2/gettext.pyi
mypy/typeshed/stdlib/2/glob.pyi
mypy/typeshed/stdlib/2/gzip.pyi
mypy/typeshed/stdlib/2/hashlib.pyi
mypy/typeshed/stdlib/2/heapq.pyi
mypy/typeshed/stdlib/2/htmlentitydefs.pyi
mypy/typeshed/stdlib/2/httplib.pyi
mypy/typeshed/stdlib/2/imp.pyi
mypy/typeshed/stdlib/2/importlib.pyi
mypy/typeshed/stdlib/2/inspect.pyi
mypy/typeshed/stdlib/2/io.pyi
mypy/typeshed/stdlib/2/itertools.pyi
mypy/typeshed/stdlib/2/json.pyi
mypy/typeshed/stdlib/2/markupbase.pyi
mypy/typeshed/stdlib/2/md5.pyi
mypy/typeshed/stdlib/2/mimetools.pyi
mypy/typeshed/stdlib/2/mutex.pyi
mypy/typeshed/stdlib/2/nturl2path.pyi
mypy/typeshed/stdlib/2/os2emxpath.pyi
mypy/typeshed/stdlib/2/pipes.pyi
mypy/typeshed/stdlib/2/platform.pyi
mypy/typeshed/stdlib/2/popen2.pyi
mypy/typeshed/stdlib/2/posix.pyi
mypy/typeshed/stdlib/2/random.pyi
mypy/typeshed/stdlib/2/re.pyi
mypy/typeshed/stdlib/2/repr.pyi
mypy/typeshed/stdlib/2/resource.pyi
mypy/typeshed/stdlib/2/rfc822.pyi
mypy/typeshed/stdlib/2/robotparser.pyi
mypy/typeshed/stdlib/2/runpy.pyi
mypy/typeshed/stdlib/2/sets.pyi
mypy/typeshed/stdlib/2/sha.pyi
mypy/typeshed/stdlib/2/shelve.pyi
mypy/typeshed/stdlib/2/shlex.pyi
mypy/typeshed/stdlib/2/signal.pyi
mypy/typeshed/stdlib/2/smtplib.pyi
mypy/typeshed/stdlib/2/spwd.pyi
mypy/typeshed/stdlib/2/sre_constants.pyi
mypy/typeshed/stdlib/2/sre_parse.pyi
mypy/typeshed/stdlib/2/stat.pyi
mypy/typeshed/stdlib/2/string.pyi
mypy/typeshed/stdlib/2/stringold.pyi
mypy/typeshed/stdlib/2/strop.pyi
mypy/typeshed/stdlib/2/subprocess.pyi
mypy/typeshed/stdlib/2/symbol.pyi
mypy/typeshed/stdlib/2/sys.pyi
mypy/typeshed/stdlib/2/tempfile.pyi
mypy/typeshed/stdlib/2/textwrap.pyi
mypy/typeshed/stdlib/2/thread.pyi
mypy/typeshed/stdlib/2/toaiff.pyi
mypy/typeshed/stdlib/2/tokenize.pyi
mypy/typeshed/stdlib/2/types.pyi
mypy/typeshed/stdlib/2/typing.pyi
mypy/typeshed/stdlib/2/unittest.pyi
mypy/typeshed/stdlib/2/urllib.pyi
mypy/typeshed/stdlib/2/urllib2.pyi
mypy/typeshed/stdlib/2/urlparse.pyi
mypy/typeshed/stdlib/2/user.pyi
mypy/typeshed/stdlib/2/whichdb.pyi
mypy/typeshed/stdlib/2/xmlrpclib.pyi
mypy/typeshed/stdlib/2/distutils/__init__.pyi
mypy/typeshed/stdlib/2/distutils/emxccompiler.pyi
mypy/typeshed/stdlib/2/email/MIMEText.pyi
mypy/typeshed/stdlib/2/email/__init__.pyi
mypy/typeshed/stdlib/2/email/_parseaddr.pyi
mypy/typeshed/stdlib/2/email/base64mime.pyi
mypy/typeshed/stdlib/2/email/charset.pyi
mypy/typeshed/stdlib/2/email/encoders.pyi
mypy/typeshed/stdlib/2/email/feedparser.pyi
mypy/typeshed/stdlib/2/email/generator.pyi
mypy/typeshed/stdlib/2/email/header.pyi
mypy/typeshed/stdlib/2/email/iterators.pyi
mypy/typeshed/stdlib/2/email/message.pyi
mypy/typeshed/stdlib/2/email/parser.pyi
mypy/typeshed/stdlib/2/email/quoprimime.pyi
mypy/typeshed/stdlib/2/email/utils.pyi
mypy/typeshed/stdlib/2/email/mime/__init__.pyi
mypy/typeshed/stdlib/2/email/mime/application.pyi
mypy/typeshed/stdlib/2/email/mime/audio.pyi
mypy/typeshed/stdlib/2/email/mime/base.pyi
mypy/typeshed/stdlib/2/email/mime/image.pyi
mypy/typeshed/stdlib/2/email/mime/message.pyi
mypy/typeshed/stdlib/2/email/mime/multipart.pyi
mypy/typeshed/stdlib/2/email/mime/nonmultipart.pyi
mypy/typeshed/stdlib/2/email/mime/text.pyi
mypy/typeshed/stdlib/2/encodings/__init__.pyi
mypy/typeshed/stdlib/2/encodings/utf_8.pyi
mypy/typeshed/stdlib/2/multiprocessing/__init__.pyi
mypy/typeshed/stdlib/2/multiprocessing/pool.pyi
mypy/typeshed/stdlib/2/multiprocessing/process.pyi
mypy/typeshed/stdlib/2/multiprocessing/util.pyi
mypy/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi
mypy/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi
mypy/typeshed/stdlib/2/os/__init__.pyi
mypy/typeshed/stdlib/2/os/path.pyi
mypy/typeshed/stdlib/2and3/__future__.pyi
mypy/typeshed/stdlib/2and3/_bisect.pyi
mypy/typeshed/stdlib/2and3/_codecs.pyi
mypy/typeshed/stdlib/2and3/_csv.pyi
mypy/typeshed/stdlib/2and3/_curses.pyi
mypy/typeshed/stdlib/2and3/_heapq.pyi
mypy/typeshed/stdlib/2and3/_random.pyi
mypy/typeshed/stdlib/2and3/_weakref.pyi
mypy/typeshed/stdlib/2and3/_weakrefset.pyi
mypy/typeshed/stdlib/2and3/argparse.pyi
mypy/typeshed/stdlib/2and3/array.pyi
mypy/typeshed/stdlib/2and3/asynchat.pyi
mypy/typeshed/stdlib/2and3/asyncore.pyi
mypy/typeshed/stdlib/2and3/base64.pyi
mypy/typeshed/stdlib/2and3/binascii.pyi
mypy/typeshed/stdlib/2and3/binhex.pyi
mypy/typeshed/stdlib/2and3/bisect.pyi
mypy/typeshed/stdlib/2and3/builtins.pyi
mypy/typeshed/stdlib/2and3/bz2.pyi
mypy/typeshed/stdlib/2and3/cProfile.pyi
mypy/typeshed/stdlib/2and3/calendar.pyi
mypy/typeshed/stdlib/2and3/cgi.pyi
mypy/typeshed/stdlib/2and3/chunk.pyi
mypy/typeshed/stdlib/2and3/cmath.pyi
mypy/typeshed/stdlib/2and3/cmd.pyi
mypy/typeshed/stdlib/2and3/code.pyi
mypy/typeshed/stdlib/2and3/codecs.pyi
mypy/typeshed/stdlib/2and3/codeop.pyi
mypy/typeshed/stdlib/2and3/colorsys.pyi
mypy/typeshed/stdlib/2and3/contextlib.pyi
mypy/typeshed/stdlib/2and3/copy.pyi
mypy/typeshed/stdlib/2and3/crypt.pyi
mypy/typeshed/stdlib/2and3/csv.pyi
mypy/typeshed/stdlib/2and3/datetime.pyi
mypy/typeshed/stdlib/2and3/decimal.pyi
mypy/typeshed/stdlib/2and3/difflib.pyi
mypy/typeshed/stdlib/2and3/dis.pyi
mypy/typeshed/stdlib/2and3/doctest.pyi
mypy/typeshed/stdlib/2and3/errno.pyi
mypy/typeshed/stdlib/2and3/filecmp.pyi
mypy/typeshed/stdlib/2and3/fileinput.pyi
mypy/typeshed/stdlib/2and3/formatter.pyi
mypy/typeshed/stdlib/2and3/fractions.pyi
mypy/typeshed/stdlib/2and3/ftplib.pyi
mypy/typeshed/stdlib/2and3/genericpath.pyi
mypy/typeshed/stdlib/2and3/grp.pyi
mypy/typeshed/stdlib/2and3/hmac.pyi
mypy/typeshed/stdlib/2and3/imaplib.pyi
mypy/typeshed/stdlib/2and3/imghdr.pyi
mypy/typeshed/stdlib/2and3/keyword.pyi
mypy/typeshed/stdlib/2and3/linecache.pyi
mypy/typeshed/stdlib/2and3/locale.pyi
mypy/typeshed/stdlib/2and3/macpath.pyi
mypy/typeshed/stdlib/2and3/marshal.pyi
mypy/typeshed/stdlib/2and3/math.pyi
mypy/typeshed/stdlib/2and3/mimetypes.pyi
mypy/typeshed/stdlib/2and3/mmap.pyi
mypy/typeshed/stdlib/2and3/netrc.pyi
mypy/typeshed/stdlib/2and3/nis.pyi
mypy/typeshed/stdlib/2and3/ntpath.pyi
mypy/typeshed/stdlib/2and3/numbers.pyi
mypy/typeshed/stdlib/2and3/opcode.pyi
mypy/typeshed/stdlib/2and3/operator.pyi
mypy/typeshed/stdlib/2and3/optparse.pyi
mypy/typeshed/stdlib/2and3/pdb.pyi
mypy/typeshed/stdlib/2and3/pickle.pyi
mypy/typeshed/stdlib/2and3/pickletools.pyi
mypy/typeshed/stdlib/2and3/pkgutil.pyi
mypy/typeshed/stdlib/2and3/plistlib.pyi
mypy/typeshed/stdlib/2and3/poplib.pyi
mypy/typeshed/stdlib/2and3/posixpath.pyi
mypy/typeshed/stdlib/2and3/pprint.pyi
mypy/typeshed/stdlib/2and3/profile.pyi
mypy/typeshed/stdlib/2and3/pstats.pyi
mypy/typeshed/stdlib/2and3/pty.pyi
mypy/typeshed/stdlib/2and3/pwd.pyi
mypy/typeshed/stdlib/2and3/py_compile.pyi
mypy/typeshed/stdlib/2and3/pyclbr.pyi
mypy/typeshed/stdlib/2and3/pydoc.pyi
mypy/typeshed/stdlib/2and3/quopri.pyi
mypy/typeshed/stdlib/2and3/readline.pyi
mypy/typeshed/stdlib/2and3/rlcompleter.pyi
mypy/typeshed/stdlib/2and3/sched.pyi
mypy/typeshed/stdlib/2and3/select.pyi
mypy/typeshed/stdlib/2and3/shutil.pyi
mypy/typeshed/stdlib/2and3/site.pyi
mypy/typeshed/stdlib/2and3/smtpd.pyi
mypy/typeshed/stdlib/2and3/sndhdr.pyi
mypy/typeshed/stdlib/2and3/socket.pyi
mypy/typeshed/stdlib/2and3/sre_compile.pyi
mypy/typeshed/stdlib/2and3/ssl.pyi
mypy/typeshed/stdlib/2and3/stringprep.pyi
mypy/typeshed/stdlib/2and3/struct.pyi
mypy/typeshed/stdlib/2and3/sunau.pyi
mypy/typeshed/stdlib/2and3/symtable.pyi
mypy/typeshed/stdlib/2and3/sysconfig.pyi
mypy/typeshed/stdlib/2and3/syslog.pyi
mypy/typeshed/stdlib/2and3/tabnanny.pyi
mypy/typeshed/stdlib/2and3/tarfile.pyi
mypy/typeshed/stdlib/2and3/telnetlib.pyi
mypy/typeshed/stdlib/2and3/termios.pyi
mypy/typeshed/stdlib/2and3/threading.pyi
mypy/typeshed/stdlib/2and3/time.pyi
mypy/typeshed/stdlib/2and3/timeit.pyi
mypy/typeshed/stdlib/2and3/token.pyi
mypy/typeshed/stdlib/2and3/trace.pyi
mypy/typeshed/stdlib/2and3/traceback.pyi
mypy/typeshed/stdlib/2and3/tty.pyi
mypy/typeshed/stdlib/2and3/turtle.pyi
mypy/typeshed/stdlib/2and3/unicodedata.pyi
mypy/typeshed/stdlib/2and3/uu.pyi
mypy/typeshed/stdlib/2and3/uuid.pyi
mypy/typeshed/stdlib/2and3/warnings.pyi
mypy/typeshed/stdlib/2and3/wave.pyi
mypy/typeshed/stdlib/2and3/weakref.pyi
mypy/typeshed/stdlib/2and3/webbrowser.pyi
mypy/typeshed/stdlib/2and3/xdrlib.pyi
mypy/typeshed/stdlib/2and3/zipfile.pyi
mypy/typeshed/stdlib/2and3/zipimport.pyi
mypy/typeshed/stdlib/2and3/zlib.pyi
mypy/typeshed/stdlib/2and3/ctypes/__init__.pyi
mypy/typeshed/stdlib/2and3/ctypes/util.pyi
mypy/typeshed/stdlib/2and3/ctypes/wintypes.pyi
mypy/typeshed/stdlib/2and3/curses/__init__.pyi
mypy/typeshed/stdlib/2and3/curses/ascii.pyi
mypy/typeshed/stdlib/2and3/curses/panel.pyi
mypy/typeshed/stdlib/2and3/curses/textpad.pyi
mypy/typeshed/stdlib/2and3/distutils/__init__.pyi
mypy/typeshed/stdlib/2and3/distutils/archive_util.pyi
mypy/typeshed/stdlib/2and3/distutils/bcppcompiler.pyi
mypy/typeshed/stdlib/2and3/distutils/ccompiler.pyi
mypy/typeshed/stdlib/2and3/distutils/cmd.pyi
mypy/typeshed/stdlib/2and3/distutils/core.pyi
mypy/typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi
mypy/typeshed/stdlib/2and3/distutils/debug.pyi
mypy/typeshed/stdlib/2and3/distutils/dep_util.pyi
mypy/typeshed/stdlib/2and3/distutils/dir_util.pyi
mypy/typeshed/stdlib/2and3/distutils/dist.pyi
mypy/typeshed/stdlib/2and3/distutils/errors.pyi
mypy/typeshed/stdlib/2and3/distutils/extension.pyi
mypy/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi
mypy/typeshed/stdlib/2and3/distutils/file_util.pyi
mypy/typeshed/stdlib/2and3/distutils/filelist.pyi
mypy/typeshed/stdlib/2and3/distutils/log.pyi
mypy/typeshed/stdlib/2and3/distutils/msvccompiler.pyi
mypy/typeshed/stdlib/2and3/distutils/spawn.pyi
mypy/typeshed/stdlib/2and3/distutils/sysconfig.pyi
mypy/typeshed/stdlib/2and3/distutils/text_file.pyi
mypy/typeshed/stdlib/2and3/distutils/unixccompiler.pyi
mypy/typeshed/stdlib/2and3/distutils/util.pyi
mypy/typeshed/stdlib/2and3/distutils/version.pyi
mypy/typeshed/stdlib/2and3/distutils/command/__init__.pyi
mypy/typeshed/stdlib/2and3/distutils/command/bdist.pyi
mypy/typeshed/stdlib/2and3/distutils/command/bdist_dumb.pyi
mypy/typeshed/stdlib/2and3/distutils/command/bdist_msi.pyi
mypy/typeshed/stdlib/2and3/distutils/command/bdist_packager.pyi
mypy/typeshed/stdlib/2and3/distutils/command/bdist_rpm.pyi
mypy/typeshed/stdlib/2and3/distutils/command/bdist_wininst.pyi
mypy/typeshed/stdlib/2and3/distutils/command/build.pyi
mypy/typeshed/stdlib/2and3/distutils/command/build_clib.pyi
mypy/typeshed/stdlib/2and3/distutils/command/build_ext.pyi
mypy/typeshed/stdlib/2and3/distutils/command/build_py.pyi
mypy/typeshed/stdlib/2and3/distutils/command/build_scripts.pyi
mypy/typeshed/stdlib/2and3/distutils/command/check.pyi
mypy/typeshed/stdlib/2and3/distutils/command/clean.pyi
mypy/typeshed/stdlib/2and3/distutils/command/config.pyi
mypy/typeshed/stdlib/2and3/distutils/command/install.pyi
mypy/typeshed/stdlib/2and3/distutils/command/install_data.pyi
mypy/typeshed/stdlib/2and3/distutils/command/install_headers.pyi
mypy/typeshed/stdlib/2and3/distutils/command/install_lib.pyi
mypy/typeshed/stdlib/2and3/distutils/command/install_scripts.pyi
mypy/typeshed/stdlib/2and3/distutils/command/register.pyi
mypy/typeshed/stdlib/2and3/distutils/command/sdist.pyi
mypy/typeshed/stdlib/2and3/lib2to3/__init__.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pygram.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pytree.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pgen2/__init__.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pgen2/driver.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pgen2/grammar.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pgen2/parse.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pgen2/pgen.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pgen2/token.pyi
mypy/typeshed/stdlib/2and3/lib2to3/pgen2/tokenize.pyi
mypy/typeshed/stdlib/2and3/logging/__init__.pyi
mypy/typeshed/stdlib/2and3/logging/config.pyi
mypy/typeshed/stdlib/2and3/logging/handlers.pyi
mypy/typeshed/stdlib/2and3/pyexpat/__init__.pyi
mypy/typeshed/stdlib/2and3/pyexpat/errors.pyi
mypy/typeshed/stdlib/2and3/pyexpat/model.pyi
mypy/typeshed/stdlib/2and3/sqlite3/__init__.pyi
mypy/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi
mypy/typeshed/stdlib/2and3/wsgiref/__init__.pyi
mypy/typeshed/stdlib/2and3/wsgiref/handlers.pyi
mypy/typeshed/stdlib/2and3/wsgiref/headers.pyi
mypy/typeshed/stdlib/2and3/wsgiref/simple_server.pyi
mypy/typeshed/stdlib/2and3/wsgiref/types.pyi
mypy/typeshed/stdlib/2and3/wsgiref/util.pyi
mypy/typeshed/stdlib/2and3/wsgiref/validate.pyi
mypy/typeshed/stdlib/2and3/xml/__init__.pyi
mypy/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi
mypy/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi
mypy/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi
mypy/typeshed/stdlib/2and3/xml/etree/__init__.pyi
mypy/typeshed/stdlib/2and3/xml/etree/cElementTree.pyi
mypy/typeshed/stdlib/2and3/xml/parsers/__init__.pyi
mypy/typeshed/stdlib/2and3/xml/parsers/expat/__init__.pyi
mypy/typeshed/stdlib/2and3/xml/parsers/expat/errors.pyi
mypy/typeshed/stdlib/2and3/xml/parsers/expat/model.pyi
mypy/typeshed/stdlib/2and3/xml/sax/__init__.pyi
mypy/typeshed/stdlib/2and3/xml/sax/handler.pyi
mypy/typeshed/stdlib/2and3/xml/sax/saxutils.pyi
mypy/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi
mypy/typeshed/stdlib/3/_ast.pyi
mypy/typeshed/stdlib/3/_compression.pyi
mypy/typeshed/stdlib/3/_dummy_thread.pyi
mypy/typeshed/stdlib/3/_imp.pyi
mypy/typeshed/stdlib/3/_importlib_modulespec.pyi
mypy/typeshed/stdlib/3/_json.pyi
mypy/typeshed/stdlib/3/_markupbase.pyi
mypy/typeshed/stdlib/3/_operator.pyi
mypy/typeshed/stdlib/3/_posixsubprocess.pyi
mypy/typeshed/stdlib/3/_stat.pyi
mypy/typeshed/stdlib/3/_subprocess.pyi
mypy/typeshed/stdlib/3/_thread.pyi
mypy/typeshed/stdlib/3/_threading_local.pyi
mypy/typeshed/stdlib/3/_tracemalloc.pyi
mypy/typeshed/stdlib/3/_warnings.pyi
mypy/typeshed/stdlib/3/_winapi.pyi
mypy/typeshed/stdlib/3/abc.pyi
mypy/typeshed/stdlib/3/ast.pyi
mypy/typeshed/stdlib/3/atexit.pyi
mypy/typeshed/stdlib/3/compileall.pyi
mypy/typeshed/stdlib/3/configparser.pyi
mypy/typeshed/stdlib/3/enum.pyi
mypy/typeshed/stdlib/3/faulthandler.pyi
mypy/typeshed/stdlib/3/fcntl.pyi
mypy/typeshed/stdlib/3/fnmatch.pyi
mypy/typeshed/stdlib/3/functools.pyi
mypy/typeshed/stdlib/3/gc.pyi
mypy/typeshed/stdlib/3/getopt.pyi
mypy/typeshed/stdlib/3/getpass.pyi
mypy/typeshed/stdlib/3/gettext.pyi
mypy/typeshed/stdlib/3/glob.pyi
mypy/typeshed/stdlib/3/gzip.pyi
mypy/typeshed/stdlib/3/hashlib.pyi
mypy/typeshed/stdlib/3/heapq.pyi
mypy/typeshed/stdlib/3/imp.pyi
mypy/typeshed/stdlib/3/inspect.pyi
mypy/typeshed/stdlib/3/io.pyi
mypy/typeshed/stdlib/3/ipaddress.pyi
mypy/typeshed/stdlib/3/itertools.pyi
mypy/typeshed/stdlib/3/lzma.pyi
mypy/typeshed/stdlib/3/msvcrt.pyi
mypy/typeshed/stdlib/3/nntplib.pyi
mypy/typeshed/stdlib/3/nturl2path.pyi
mypy/typeshed/stdlib/3/pathlib.pyi
mypy/typeshed/stdlib/3/pipes.pyi
mypy/typeshed/stdlib/3/platform.pyi
mypy/typeshed/stdlib/3/posix.pyi
mypy/typeshed/stdlib/3/queue.pyi
mypy/typeshed/stdlib/3/random.pyi
mypy/typeshed/stdlib/3/re.pyi
mypy/typeshed/stdlib/3/reprlib.pyi
mypy/typeshed/stdlib/3/resource.pyi
mypy/typeshed/stdlib/3/runpy.pyi
mypy/typeshed/stdlib/3/selectors.pyi
mypy/typeshed/stdlib/3/shelve.pyi
mypy/typeshed/stdlib/3/shlex.pyi
mypy/typeshed/stdlib/3/signal.pyi
mypy/typeshed/stdlib/3/smtplib.pyi
mypy/typeshed/stdlib/3/socketserver.pyi
mypy/typeshed/stdlib/3/spwd.pyi
mypy/typeshed/stdlib/3/sre_constants.pyi
mypy/typeshed/stdlib/3/sre_parse.pyi
mypy/typeshed/stdlib/3/stat.pyi
mypy/typeshed/stdlib/3/statistics.pyi
mypy/typeshed/stdlib/3/string.pyi
mypy/typeshed/stdlib/3/subprocess.pyi
mypy/typeshed/stdlib/3/symbol.pyi
mypy/typeshed/stdlib/3/sys.pyi
mypy/typeshed/stdlib/3/tempfile.pyi
mypy/typeshed/stdlib/3/textwrap.pyi
mypy/typeshed/stdlib/3/tokenize.pyi
mypy/typeshed/stdlib/3/tracemalloc.pyi
mypy/typeshed/stdlib/3/types.pyi
mypy/typeshed/stdlib/3/typing.pyi
mypy/typeshed/stdlib/3.5/zipapp.pyi
mypy/typeshed/stdlib/3.6/secrets.pyi
mypy/typeshed/stdlib/3.7/contextvars.pyi
mypy/typeshed/stdlib/3.7/dataclasses.pyi
mypy/typeshed/stdlib/3/asyncio/__init__.pyi
mypy/typeshed/stdlib/3/asyncio/base_events.pyi
mypy/typeshed/stdlib/3/asyncio/coroutines.pyi
mypy/typeshed/stdlib/3/asyncio/events.pyi
mypy/typeshed/stdlib/3/asyncio/futures.pyi
mypy/typeshed/stdlib/3/asyncio/locks.pyi
mypy/typeshed/stdlib/3/asyncio/protocols.pyi
mypy/typeshed/stdlib/3/asyncio/queues.pyi
mypy/typeshed/stdlib/3/asyncio/runners.pyi
mypy/typeshed/stdlib/3/asyncio/streams.pyi
mypy/typeshed/stdlib/3/asyncio/subprocess.pyi
mypy/typeshed/stdlib/3/asyncio/tasks.pyi
mypy/typeshed/stdlib/3/asyncio/transports.pyi
mypy/typeshed/stdlib/3/collections/__init__.pyi
mypy/typeshed/stdlib/3/collections/abc.pyi
mypy/typeshed/stdlib/3/concurrent/__init__.pyi
mypy/typeshed/stdlib/3/concurrent/futures/__init__.pyi
mypy/typeshed/stdlib/3/concurrent/futures/_base.pyi
mypy/typeshed/stdlib/3/concurrent/futures/process.pyi
mypy/typeshed/stdlib/3/concurrent/futures/thread.pyi
mypy/typeshed/stdlib/3/email/__init__.pyi
mypy/typeshed/stdlib/3/email/charset.pyi
mypy/typeshed/stdlib/3/email/contentmanager.pyi
mypy/typeshed/stdlib/3/email/encoders.pyi
mypy/typeshed/stdlib/3/email/errors.pyi
mypy/typeshed/stdlib/3/email/feedparser.pyi
mypy/typeshed/stdlib/3/email/generator.pyi
mypy/typeshed/stdlib/3/email/header.pyi
mypy/typeshed/stdlib/3/email/headerregistry.pyi
mypy/typeshed/stdlib/3/email/iterators.pyi
mypy/typeshed/stdlib/3/email/message.pyi
mypy/typeshed/stdlib/3/email/parser.pyi
mypy/typeshed/stdlib/3/email/policy.pyi
mypy/typeshed/stdlib/3/email/utils.pyi
mypy/typeshed/stdlib/3/email/mime/__init__.pyi
mypy/typeshed/stdlib/3/email/mime/application.pyi
mypy/typeshed/stdlib/3/email/mime/audio.pyi
mypy/typeshed/stdlib/3/email/mime/base.pyi
mypy/typeshed/stdlib/3/email/mime/image.pyi
mypy/typeshed/stdlib/3/email/mime/message.pyi
mypy/typeshed/stdlib/3/email/mime/multipart.pyi
mypy/typeshed/stdlib/3/email/mime/nonmultipart.pyi
mypy/typeshed/stdlib/3/email/mime/text.pyi
mypy/typeshed/stdlib/3/encodings/__init__.pyi
mypy/typeshed/stdlib/3/encodings/utf_8.pyi
mypy/typeshed/stdlib/3/html/__init__.pyi
mypy/typeshed/stdlib/3/html/entities.pyi
mypy/typeshed/stdlib/3/html/parser.pyi
mypy/typeshed/stdlib/3/http/__init__.pyi
mypy/typeshed/stdlib/3/http/client.pyi
mypy/typeshed/stdlib/3/http/cookiejar.pyi
mypy/typeshed/stdlib/3/http/cookies.pyi
mypy/typeshed/stdlib/3/http/server.pyi
mypy/typeshed/stdlib/3/importlib/__init__.pyi
mypy/typeshed/stdlib/3/importlib/abc.pyi
mypy/typeshed/stdlib/3/importlib/machinery.pyi
mypy/typeshed/stdlib/3/importlib/resources.pyi
mypy/typeshed/stdlib/3/importlib/util.pyi
mypy/typeshed/stdlib/3/json/__init__.pyi
mypy/typeshed/stdlib/3/json/decoder.pyi
mypy/typeshed/stdlib/3/json/encoder.pyi
mypy/typeshed/stdlib/3/multiprocessing/__init__.pyi
mypy/typeshed/stdlib/3/multiprocessing/connection.pyi
mypy/typeshed/stdlib/3/multiprocessing/context.pyi
mypy/typeshed/stdlib/3/multiprocessing/managers.pyi
mypy/typeshed/stdlib/3/multiprocessing/pool.pyi
mypy/typeshed/stdlib/3/multiprocessing/process.pyi
mypy/typeshed/stdlib/3/multiprocessing/queues.pyi
mypy/typeshed/stdlib/3/multiprocessing/spawn.pyi
mypy/typeshed/stdlib/3/multiprocessing/synchronize.pyi
mypy/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi
mypy/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi
mypy/typeshed/stdlib/3/os/__init__.pyi
mypy/typeshed/stdlib/3/os/path.pyi
mypy/typeshed/stdlib/3/tkinter/__init__.pyi
mypy/typeshed/stdlib/3/tkinter/commondialog.pyi
mypy/typeshed/stdlib/3/tkinter/constants.pyi
mypy/typeshed/stdlib/3/tkinter/dialog.pyi
mypy/typeshed/stdlib/3/tkinter/filedialog.pyi
mypy/typeshed/stdlib/3/tkinter/messagebox.pyi
mypy/typeshed/stdlib/3/tkinter/ttk.pyi
mypy/typeshed/stdlib/3/unittest/__init__.pyi
mypy/typeshed/stdlib/3/unittest/case.pyi
mypy/typeshed/stdlib/3/unittest/loader.pyi
mypy/typeshed/stdlib/3/unittest/mock.pyi
mypy/typeshed/stdlib/3/unittest/result.pyi
mypy/typeshed/stdlib/3/unittest/runner.pyi
mypy/typeshed/stdlib/3/unittest/signals.pyi
mypy/typeshed/stdlib/3/unittest/suite.pyi
mypy/typeshed/stdlib/3/urllib/__init__.pyi
mypy/typeshed/stdlib/3/urllib/error.pyi
mypy/typeshed/stdlib/3/urllib/parse.pyi
mypy/typeshed/stdlib/3/urllib/request.pyi
mypy/typeshed/stdlib/3/urllib/response.pyi
mypy/typeshed/stdlib/3/urllib/robotparser.pyi
mypy/typeshed/tests/check_consistent.py
mypy/typeshed/tests/mypy_selftest.py
mypy/typeshed/tests/mypy_test.py
mypy/typeshed/tests/pytype_test.py
mypy/typeshed/third_party/2/enum.pyi
mypy/typeshed/third_party/2/gflags.pyi
mypy/typeshed/third_party/2/pathlib2.pyi
mypy/typeshed/third_party/2/pymssql.pyi
mypy/typeshed/third_party/2/OpenSSL/__init__.pyi
mypy/typeshed/third_party/2/OpenSSL/crypto.pyi
mypy/typeshed/third_party/2/concurrent/__init__.pyi
mypy/typeshed/third_party/2/concurrent/futures/__init__.pyi
mypy/typeshed/third_party/2/concurrent/futures/_base.pyi
mypy/typeshed/third_party/2/concurrent/futures/process.pyi
mypy/typeshed/third_party/2/concurrent/futures/thread.pyi
mypy/typeshed/third_party/2/cryptography/__init__.pyi
mypy/typeshed/third_party/2/cryptography/hazmat/__init__.pyi
mypy/typeshed/third_party/2/cryptography/hazmat/primitives/__init__.pyi
mypy/typeshed/third_party/2/cryptography/hazmat/primitives/serialization.pyi
mypy/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/__init__.pyi
mypy/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/dsa.pyi
mypy/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/rsa.pyi
mypy/typeshed/third_party/2/fb303/FacebookService.pyi
mypy/typeshed/third_party/2/fb303/__init__.pyi
mypy/typeshed/third_party/2/kazoo/__init__.pyi
mypy/typeshed/third_party/2/kazoo/client.pyi
mypy/typeshed/third_party/2/kazoo/exceptions.pyi
mypy/typeshed/third_party/2/kazoo/recipe/__init__.pyi
mypy/typeshed/third_party/2/kazoo/recipe/watchers.pyi
mypy/typeshed/third_party/2/routes/__init__.pyi
mypy/typeshed/third_party/2/routes/mapper.pyi
mypy/typeshed/third_party/2/routes/util.pyi
mypy/typeshed/third_party/2/scribe/__init__.pyi
mypy/typeshed/third_party/2/scribe/scribe.pyi
mypy/typeshed/third_party/2/scribe/ttypes.pyi
mypy/typeshed/third_party/2/six/__init__.pyi
mypy/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi
mypy/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi
mypy/typeshed/third_party/2/six/moves/__init__.pyi
mypy/typeshed/third_party/2/six/moves/_dummy_thread.pyi
mypy/typeshed/third_party/2/six/moves/_thread.pyi
mypy/typeshed/third_party/2/six/moves/cPickle.pyi
mypy/typeshed/third_party/2/six/moves/configparser.pyi
mypy/typeshed/third_party/2/six/moves/email_mime_base.pyi
mypy/typeshed/third_party/2/six/moves/email_mime_multipart.pyi
mypy/typeshed/third_party/2/six/moves/email_mime_nonmultipart.pyi
mypy/typeshed/third_party/2/six/moves/email_mime_text.pyi
mypy/typeshed/third_party/2/six/moves/html_entities.pyi
mypy/typeshed/third_party/2/six/moves/html_parser.pyi
mypy/typeshed/third_party/2/six/moves/http_client.pyi
mypy/typeshed/third_party/2/six/moves/http_cookiejar.pyi
mypy/typeshed/third_party/2/six/moves/http_cookies.pyi
mypy/typeshed/third_party/2/six/moves/queue.pyi
mypy/typeshed/third_party/2/six/moves/reprlib.pyi
mypy/typeshed/third_party/2/six/moves/socketserver.pyi
mypy/typeshed/third_party/2/six/moves/urllib_error.pyi
mypy/typeshed/third_party/2/six/moves/urllib_parse.pyi
mypy/typeshed/third_party/2/six/moves/urllib_request.pyi
mypy/typeshed/third_party/2/six/moves/urllib_response.pyi
mypy/typeshed/third_party/2/six/moves/urllib_robotparser.pyi
mypy/typeshed/third_party/2/six/moves/xmlrpc_client.pyi
mypy/typeshed/third_party/2/six/moves/urllib/__init__.pyi
mypy/typeshed/third_party/2/six/moves/urllib/error.pyi
mypy/typeshed/third_party/2/six/moves/urllib/parse.pyi
mypy/typeshed/third_party/2/six/moves/urllib/request.pyi
mypy/typeshed/third_party/2/six/moves/urllib/response.pyi
mypy/typeshed/third_party/2/six/moves/urllib/robotparser.pyi
mypy/typeshed/third_party/2/tornado/__init__.pyi
mypy/typeshed/third_party/2/tornado/concurrent.pyi
mypy/typeshed/third_party/2/tornado/gen.pyi
mypy/typeshed/third_party/2/tornado/httpclient.pyi
mypy/typeshed/third_party/2/tornado/httpserver.pyi
mypy/typeshed/third_party/2/tornado/httputil.pyi
mypy/typeshed/third_party/2/tornado/ioloop.pyi
mypy/typeshed/third_party/2/tornado/locks.pyi
mypy/typeshed/third_party/2/tornado/netutil.pyi
mypy/typeshed/third_party/2/tornado/process.pyi
mypy/typeshed/third_party/2/tornado/tcpserver.pyi
mypy/typeshed/third_party/2/tornado/testing.pyi
mypy/typeshed/third_party/2/tornado/util.pyi
mypy/typeshed/third_party/2/tornado/web.pyi
mypy/typeshed/third_party/2and3/backports_abc.pyi
mypy/typeshed/third_party/2and3/certifi.pyi
mypy/typeshed/third_party/2and3/croniter.pyi
mypy/typeshed/third_party/2and3/emoji.pyi
mypy/typeshed/third_party/2and3/first.pyi
mypy/typeshed/third_party/2and3/itsdangerous.pyi
mypy/typeshed/third_party/2and3/mock.pyi
mypy/typeshed/third_party/2and3/mypy_extensions.pyi
mypy/typeshed/third_party/2and3/pycurl.pyi
mypy/typeshed/third_party/2and3/pyre_extensions.pyi
mypy/typeshed/third_party/2and3/singledispatch.pyi
mypy/typeshed/third_party/2and3/tabulate.pyi
mypy/typeshed/third_party/2and3/termcolor.pyi
mypy/typeshed/third_party/2and3/toml.pyi
mypy/typeshed/third_party/2and3/typing_extensions.pyi
mypy/typeshed/third_party/2and3/ujson.pyi
mypy/typeshed/third_party/2and3/Crypto/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/pct_warnings.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/MD2.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/MD4.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/MD5.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/RIPEMD.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/SHA.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/SHA224.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/SHA256.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/SHA384.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/SHA512.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/Hash/hashalgo.pyi
mypy/typeshed/third_party/2and3/Crypto/Protocol/AllOrNothing.pyi
mypy/typeshed/third_party/2and3/Crypto/Protocol/Chaffing.pyi
mypy/typeshed/third_party/2and3/Crypto/Protocol/KDF.pyi
mypy/typeshed/third_party/2and3/Crypto/Protocol/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/PublicKey/DSA.pyi
mypy/typeshed/third_party/2and3/Crypto/PublicKey/ElGamal.pyi
mypy/typeshed/third_party/2and3/Crypto/PublicKey/RSA.pyi
mypy/typeshed/third_party/2and3/Crypto/PublicKey/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/PublicKey/pubkey.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/random.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaGenerator.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/Fortuna/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/OSRNG/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi
mypy/typeshed/third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi
mypy/typeshed/third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi
mypy/typeshed/third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi
mypy/typeshed/third_party/2and3/Crypto/Signature/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/Util/Counter.pyi
mypy/typeshed/third_party/2and3/Crypto/Util/RFC1751.pyi
mypy/typeshed/third_party/2and3/Crypto/Util/__init__.pyi
mypy/typeshed/third_party/2and3/Crypto/Util/asn1.pyi
mypy/typeshed/third_party/2and3/Crypto/Util/number.pyi
mypy/typeshed/third_party/2and3/Crypto/Util/randpool.pyi
mypy/typeshed/third_party/2and3/Crypto/Util/strxor.pyi
mypy/typeshed/third_party/2and3/atomicwrites/__init__.pyi
mypy/typeshed/third_party/2and3/attr/__init__.pyi
mypy/typeshed/third_party/2and3/attr/converters.pyi
mypy/typeshed/third_party/2and3/attr/exceptions.pyi
mypy/typeshed/third_party/2and3/attr/filters.pyi
mypy/typeshed/third_party/2and3/attr/validators.pyi
mypy/typeshed/third_party/2and3/backports/__init__.pyi
mypy/typeshed/third_party/2and3/backports/ssl_match_hostname.pyi
mypy/typeshed/third_party/2and3/bleach/__init__.pyi
mypy/typeshed/third_party/2and3/bleach/callbacks.pyi
mypy/typeshed/third_party/2and3/bleach/linkifier.pyi
mypy/typeshed/third_party/2and3/bleach/sanitizer.pyi
mypy/typeshed/third_party/2and3/bleach/utils.pyi
mypy/typeshed/third_party/2and3/boto/__init__.pyi
mypy/typeshed/third_party/2and3/boto/auth.pyi
mypy/typeshed/third_party/2and3/boto/auth_handler.pyi
mypy/typeshed/third_party/2and3/boto/compat.pyi
mypy/typeshed/third_party/2and3/boto/connection.pyi
mypy/typeshed/third_party/2and3/boto/exception.pyi
mypy/typeshed/third_party/2and3/boto/plugin.pyi
mypy/typeshed/third_party/2and3/boto/regioninfo.pyi
mypy/typeshed/third_party/2and3/boto/utils.pyi
mypy/typeshed/third_party/2and3/boto/ec2/__init__.pyi
mypy/typeshed/third_party/2and3/boto/elb/__init__.pyi
mypy/typeshed/third_party/2and3/boto/kms/__init__.pyi
mypy/typeshed/third_party/2and3/boto/kms/exceptions.pyi
mypy/typeshed/third_party/2and3/boto/kms/layer1.pyi
mypy/typeshed/third_party/2and3/boto/s3/__init__.pyi
mypy/typeshed/third_party/2and3/boto/s3/acl.pyi
mypy/typeshed/third_party/2and3/boto/s3/bucket.pyi
mypy/typeshed/third_party/2and3/boto/s3/bucketlistresultset.pyi
mypy/typeshed/third_party/2and3/boto/s3/bucketlogging.pyi
mypy/typeshed/third_party/2and3/boto/s3/connection.pyi
mypy/typeshed/third_party/2and3/boto/s3/cors.pyi
mypy/typeshed/third_party/2and3/boto/s3/deletemarker.pyi
mypy/typeshed/third_party/2and3/boto/s3/key.pyi
mypy/typeshed/third_party/2and3/boto/s3/keyfile.pyi
mypy/typeshed/third_party/2and3/boto/s3/lifecycle.pyi
mypy/typeshed/third_party/2and3/boto/s3/multidelete.pyi
mypy/typeshed/third_party/2and3/boto/s3/multipart.pyi
mypy/typeshed/third_party/2and3/boto/s3/prefix.pyi
mypy/typeshed/third_party/2and3/boto/s3/tagging.pyi
mypy/typeshed/third_party/2and3/boto/s3/user.pyi
mypy/typeshed/third_party/2and3/boto/s3/website.pyi
mypy/typeshed/third_party/2and3/characteristic/__init__.pyi
mypy/typeshed/third_party/2and3/click/__init__.pyi
mypy/typeshed/third_party/2and3/click/_termui_impl.pyi
mypy/typeshed/third_party/2and3/click/core.pyi
mypy/typeshed/third_party/2and3/click/decorators.pyi
mypy/typeshed/third_party/2and3/click/exceptions.pyi
mypy/typeshed/third_party/2and3/click/formatting.pyi
mypy/typeshed/third_party/2and3/click/globals.pyi
mypy/typeshed/third_party/2and3/click/parser.pyi
mypy/typeshed/third_party/2and3/click/termui.pyi
mypy/typeshed/third_party/2and3/click/testing.pyi
mypy/typeshed/third_party/2and3/click/types.pyi
mypy/typeshed/third_party/2and3/click/utils.pyi
mypy/typeshed/third_party/2and3/dateutil/__init__.pyi
mypy/typeshed/third_party/2and3/dateutil/_common.pyi
mypy/typeshed/third_party/2and3/dateutil/parser.pyi
mypy/typeshed/third_party/2and3/dateutil/relativedelta.pyi
mypy/typeshed/third_party/2and3/dateutil/rrule.pyi
mypy/typeshed/third_party/2and3/dateutil/utils.pyi
mypy/typeshed/third_party/2and3/dateutil/tz/__init__.pyi
mypy/typeshed/third_party/2and3/dateutil/tz/_common.pyi
mypy/typeshed/third_party/2and3/dateutil/tz/tz.pyi
mypy/typeshed/third_party/2and3/flask/__init__.pyi
mypy/typeshed/third_party/2and3/flask/app.pyi
mypy/typeshed/third_party/2and3/flask/blueprints.pyi
mypy/typeshed/third_party/2and3/flask/cli.pyi
mypy/typeshed/third_party/2and3/flask/config.pyi
mypy/typeshed/third_party/2and3/flask/ctx.pyi
mypy/typeshed/third_party/2and3/flask/debughelpers.pyi
mypy/typeshed/third_party/2and3/flask/globals.pyi
mypy/typeshed/third_party/2and3/flask/helpers.pyi
mypy/typeshed/third_party/2and3/flask/logging.pyi
mypy/typeshed/third_party/2and3/flask/sessions.pyi
mypy/typeshed/third_party/2and3/flask/signals.pyi
mypy/typeshed/third_party/2and3/flask/templating.pyi
mypy/typeshed/third_party/2and3/flask/testing.pyi
mypy/typeshed/third_party/2and3/flask/views.pyi
mypy/typeshed/third_party/2and3/flask/wrappers.pyi
mypy/typeshed/third_party/2and3/flask/json/__init__.pyi
mypy/typeshed/third_party/2and3/flask/json/tag.pyi
mypy/typeshed/third_party/2and3/google/__init__.pyi
mypy/typeshed/third_party/2and3/google/protobuf/__init__.pyi
mypy/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/any_test_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/api_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/descriptor.pyi
mypy/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/descriptor_pool.pyi
mypy/typeshed/third_party/2and3/google/protobuf/duration_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/empty_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/field_mask_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/json_format.pyi
mypy/typeshed/third_party/2and3/google/protobuf/map_proto2_unittest_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/map_unittest_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/message.pyi
mypy/typeshed/third_party/2and3/google/protobuf/message_factory.pyi
mypy/typeshed/third_party/2and3/google/protobuf/reflection.pyi
mypy/typeshed/third_party/2and3/google/protobuf/service.pyi
mypy/typeshed/third_party/2and3/google/protobuf/source_context_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/struct_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/symbol_database.pyi
mypy/typeshed/third_party/2and3/google/protobuf/test_messages_proto2_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/test_messages_proto3_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/timestamp_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/type_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_arena_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_custom_options_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_import_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_import_public_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_mset_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_mset_wire_format_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_no_arena_import_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_no_arena_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_no_generic_services_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/unittest_proto3_arena_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/wrappers_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/compiler/__init__.pyi
mypy/typeshed/third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi
mypy/typeshed/third_party/2and3/google/protobuf/internal/__init__.pyi
mypy/typeshed/third_party/2and3/google/protobuf/internal/containers.pyi
mypy/typeshed/third_party/2and3/google/protobuf/internal/decoder.pyi
mypy/typeshed/third_party/2and3/google/protobuf/internal/encoder.pyi
mypy/typeshed/third_party/2and3/google/protobuf/internal/enum_type_wrapper.pyi
mypy/typeshed/third_party/2and3/google/protobuf/internal/message_listener.pyi
mypy/typeshed/third_party/2and3/google/protobuf/internal/well_known_types.pyi
mypy/typeshed/third_party/2and3/google/protobuf/internal/wire_format.pyi
mypy/typeshed/third_party/2and3/google/protobuf/util/__init__.pyi
mypy/typeshed/third_party/2and3/google/protobuf/util/json_format_proto3_pb2.pyi
mypy/typeshed/third_party/2and3/jinja2/__init__.pyi
mypy/typeshed/third_party/2and3/jinja2/_compat.pyi
mypy/typeshed/third_party/2and3/jinja2/_stringdefs.pyi
mypy/typeshed/third_party/2and3/jinja2/bccache.pyi
mypy/typeshed/third_party/2and3/jinja2/compiler.pyi
mypy/typeshed/third_party/2and3/jinja2/constants.pyi
mypy/typeshed/third_party/2and3/jinja2/debug.pyi
mypy/typeshed/third_party/2and3/jinja2/defaults.pyi
mypy/typeshed/third_party/2and3/jinja2/environment.pyi
mypy/typeshed/third_party/2and3/jinja2/exceptions.pyi
mypy/typeshed/third_party/2and3/jinja2/ext.pyi
mypy/typeshed/third_party/2and3/jinja2/filters.pyi
mypy/typeshed/third_party/2and3/jinja2/lexer.pyi
mypy/typeshed/third_party/2and3/jinja2/loaders.pyi
mypy/typeshed/third_party/2and3/jinja2/meta.pyi
mypy/typeshed/third_party/2and3/jinja2/nodes.pyi
mypy/typeshed/third_party/2and3/jinja2/optimizer.pyi
mypy/typeshed/third_party/2and3/jinja2/parser.pyi
mypy/typeshed/third_party/2and3/jinja2/runtime.pyi
mypy/typeshed/third_party/2and3/jinja2/sandbox.pyi
mypy/typeshed/third_party/2and3/jinja2/tests.pyi
mypy/typeshed/third_party/2and3/jinja2/utils.pyi
mypy/typeshed/third_party/2and3/jinja2/visitor.pyi
mypy/typeshed/third_party/2and3/markupsafe/__init__.pyi
mypy/typeshed/third_party/2and3/markupsafe/_compat.pyi
mypy/typeshed/third_party/2and3/markupsafe/_constants.pyi
mypy/typeshed/third_party/2and3/markupsafe/_native.pyi
mypy/typeshed/third_party/2and3/markupsafe/_speedups.pyi
mypy/typeshed/third_party/2and3/pymysql/__init__.pyi
mypy/typeshed/third_party/2and3/pymysql/charset.pyi
mypy/typeshed/third_party/2and3/pymysql/connections.pyi
mypy/typeshed/third_party/2and3/pymysql/converters.pyi
mypy/typeshed/third_party/2and3/pymysql/cursors.pyi
mypy/typeshed/third_party/2and3/pymysql/err.pyi
mypy/typeshed/third_party/2and3/pymysql/times.pyi
mypy/typeshed/third_party/2and3/pymysql/util.pyi
mypy/typeshed/third_party/2and3/pymysql/constants/CLIENT.pyi
mypy/typeshed/third_party/2and3/pymysql/constants/COMMAND.pyi
mypy/typeshed/third_party/2and3/pymysql/constants/ER.pyi
mypy/typeshed/third_party/2and3/pymysql/constants/FIELD_TYPE.pyi
mypy/typeshed/third_party/2and3/pymysql/constants/FLAG.pyi
mypy/typeshed/third_party/2and3/pymysql/constants/SERVER_STATUS.pyi
mypy/typeshed/third_party/2and3/pymysql/constants/__init__.pyi
mypy/typeshed/third_party/2and3/pynamodb/__init__.pyi
mypy/typeshed/third_party/2and3/pynamodb/attributes.pyi
mypy/typeshed/third_party/2and3/pynamodb/constants.pyi
mypy/typeshed/third_party/2and3/pynamodb/exceptions.pyi
mypy/typeshed/third_party/2and3/pynamodb/indexes.pyi
mypy/typeshed/third_party/2and3/pynamodb/models.pyi
mypy/typeshed/third_party/2and3/pynamodb/settings.pyi
mypy/typeshed/third_party/2and3/pynamodb/throttle.pyi
mypy/typeshed/third_party/2and3/pynamodb/types.pyi
mypy/typeshed/third_party/2and3/pynamodb/connection/__init__.pyi
mypy/typeshed/third_party/2and3/pynamodb/connection/base.pyi
mypy/typeshed/third_party/2and3/pynamodb/connection/table.pyi
mypy/typeshed/third_party/2and3/pynamodb/connection/util.pyi
mypy/typeshed/third_party/2and3/pytz/__init__.pyi
mypy/typeshed/third_party/2and3/redis/__init__.pyi
mypy/typeshed/third_party/2and3/redis/client.pyi
mypy/typeshed/third_party/2and3/redis/connection.pyi
mypy/typeshed/third_party/2and3/redis/exceptions.pyi
mypy/typeshed/third_party/2and3/redis/utils.pyi
mypy/typeshed/third_party/2and3/requests/__init__.pyi
mypy/typeshed/third_party/2and3/requests/adapters.pyi
mypy/typeshed/third_party/2and3/requests/api.pyi
mypy/typeshed/third_party/2and3/requests/auth.pyi
mypy/typeshed/third_party/2and3/requests/compat.pyi
mypy/typeshed/third_party/2and3/requests/cookies.pyi
mypy/typeshed/third_party/2and3/requests/exceptions.pyi
mypy/typeshed/third_party/2and3/requests/hooks.pyi
mypy/typeshed/third_party/2and3/requests/models.pyi
mypy/typeshed/third_party/2and3/requests/sessions.pyi
mypy/typeshed/third_party/2and3/requests/status_codes.pyi
mypy/typeshed/third_party/2and3/requests/structures.pyi
mypy/typeshed/third_party/2and3/requests/utils.pyi
mypy/typeshed/third_party/2and3/requests/packages/__init__.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/__init__.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/_collections.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/connection.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/connectionpool.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/exceptions.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/fields.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/filepost.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/poolmanager.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/request.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/response.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/contrib/__init__.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/packages/__init__.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/__init__.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/connection.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/request.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/response.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/retry.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/ssl_.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/timeout.pyi
mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/url.pyi
mypy/typeshed/third_party/2and3/simplejson/__init__.pyi
mypy/typeshed/third_party/2and3/simplejson/decoder.pyi
mypy/typeshed/third_party/2and3/simplejson/encoder.pyi
mypy/typeshed/third_party/2and3/simplejson/scanner.pyi
mypy/typeshed/third_party/2and3/werkzeug/__init__.pyi
mypy/typeshed/third_party/2and3/werkzeug/_compat.pyi
mypy/typeshed/third_party/2and3/werkzeug/_internal.pyi
mypy/typeshed/third_party/2and3/werkzeug/_reloader.pyi
mypy/typeshed/third_party/2and3/werkzeug/datastructures.pyi
mypy/typeshed/third_party/2and3/werkzeug/exceptions.pyi
mypy/typeshed/third_party/2and3/werkzeug/filesystem.pyi
mypy/typeshed/third_party/2and3/werkzeug/formparser.pyi
mypy/typeshed/third_party/2and3/werkzeug/http.pyi
mypy/typeshed/third_party/2and3/werkzeug/local.pyi
mypy/typeshed/third_party/2and3/werkzeug/posixemulation.pyi
mypy/typeshed/third_party/2and3/werkzeug/routing.pyi
mypy/typeshed/third_party/2and3/werkzeug/script.pyi
mypy/typeshed/third_party/2and3/werkzeug/security.pyi
mypy/typeshed/third_party/2and3/werkzeug/serving.pyi
mypy/typeshed/third_party/2and3/werkzeug/test.pyi
mypy/typeshed/third_party/2and3/werkzeug/testapp.pyi
mypy/typeshed/third_party/2and3/werkzeug/urls.pyi
mypy/typeshed/third_party/2and3/werkzeug/useragents.pyi
mypy/typeshed/third_party/2and3/werkzeug/utils.pyi
mypy/typeshed/third_party/2and3/werkzeug/wrappers.pyi
mypy/typeshed/third_party/2and3/werkzeug/wsgi.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/__init__.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/atom.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/cache.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/fixers.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/iterio.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/jsrouting.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/limiter.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/lint.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/profiler.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/securecookie.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/sessions.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/testtools.pyi
mypy/typeshed/third_party/2and3/werkzeug/contrib/wrappers.pyi
mypy/typeshed/third_party/2and3/werkzeug/debug/__init__.pyi
mypy/typeshed/third_party/2and3/werkzeug/debug/console.pyi
mypy/typeshed/third_party/2and3/werkzeug/debug/repr.pyi
mypy/typeshed/third_party/2and3/werkzeug/debug/tbtools.pyi
mypy/typeshed/third_party/2and3/yaml/__init__.pyi
mypy/typeshed/third_party/2and3/yaml/composer.pyi
mypy/typeshed/third_party/2and3/yaml/constructor.pyi
mypy/typeshed/third_party/2and3/yaml/cyaml.pyi
mypy/typeshed/third_party/2and3/yaml/dumper.pyi
mypy/typeshed/third_party/2and3/yaml/emitter.pyi
mypy/typeshed/third_party/2and3/yaml/error.pyi
mypy/typeshed/third_party/2and3/yaml/events.pyi
mypy/typeshed/third_party/2and3/yaml/loader.pyi
mypy/typeshed/third_party/2and3/yaml/nodes.pyi
mypy/typeshed/third_party/2and3/yaml/parser.pyi
mypy/typeshed/third_party/2and3/yaml/reader.pyi
mypy/typeshed/third_party/2and3/yaml/representer.pyi
mypy/typeshed/third_party/2and3/yaml/resolver.pyi
mypy/typeshed/third_party/2and3/yaml/scanner.pyi
mypy/typeshed/third_party/2and3/yaml/serializer.pyi
mypy/typeshed/third_party/2and3/yaml/tokens.pyi
mypy/typeshed/third_party/3/dataclasses.pyi
mypy/typeshed/third_party/3/orjson.pyi
mypy/typeshed/third_party/3.5/contextvars.pyi
mypy/typeshed/third_party/3/docutils/__init__.pyi
mypy/typeshed/third_party/3/docutils/examples.pyi
mypy/typeshed/third_party/3/docutils/nodes.pyi
mypy/typeshed/third_party/3/docutils/parsers/__init__.pyi
mypy/typeshed/third_party/3/docutils/parsers/rst/__init__.pyi
mypy/typeshed/third_party/3/docutils/parsers/rst/nodes.pyi
mypy/typeshed/third_party/3/docutils/parsers/rst/roles.pyi
mypy/typeshed/third_party/3/docutils/parsers/rst/states.pyi
mypy/typeshed/third_party/3/jwt/__init__.pyi
mypy/typeshed/third_party/3/jwt/algorithms.pyi
mypy/typeshed/third_party/3/jwt/contrib/__init__.pyi
mypy/typeshed/third_party/3/jwt/contrib/algorithms/__init__.pyi
mypy/typeshed/third_party/3/jwt/contrib/algorithms/py_ecdsa.pyi
mypy/typeshed/third_party/3/jwt/contrib/algorithms/pycrypto.pyi
mypy/typeshed/third_party/3/pkg_resources/__init__.pyi
mypy/typeshed/third_party/3/pkg_resources/py31compat.pyi
mypy/typeshed/third_party/3/six/__init__.pyi
mypy/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
mypy/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
mypy/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi
mypy/typeshed/third_party/3/six/moves/__init__.pyi
mypy/typeshed/third_party/3/six/moves/_dummy_thread.pyi
mypy/typeshed/third_party/3/six/moves/_thread.pyi
mypy/typeshed/third_party/3/six/moves/builtins.pyi
mypy/typeshed/third_party/3/six/moves/cPickle.pyi
mypy/typeshed/third_party/3/six/moves/configparser.pyi
mypy/typeshed/third_party/3/six/moves/email_mime_base.pyi
mypy/typeshed/third_party/3/six/moves/email_mime_multipart.pyi
mypy/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi
mypy/typeshed/third_party/3/six/moves/email_mime_text.pyi
mypy/typeshed/third_party/3/six/moves/html_entities.pyi
mypy/typeshed/third_party/3/six/moves/html_parser.pyi
mypy/typeshed/third_party/3/six/moves/http_client.pyi
mypy/typeshed/third_party/3/six/moves/http_cookiejar.pyi
mypy/typeshed/third_party/3/six/moves/http_cookies.pyi
mypy/typeshed/third_party/3/six/moves/queue.pyi
mypy/typeshed/third_party/3/six/moves/reprlib.pyi
mypy/typeshed/third_party/3/six/moves/socketserver.pyi
mypy/typeshed/third_party/3/six/moves/tkinter.pyi
mypy/typeshed/third_party/3/six/moves/tkinter_commondialog.pyi
mypy/typeshed/third_party/3/six/moves/tkinter_constants.pyi
mypy/typeshed/third_party/3/six/moves/tkinter_dialog.pyi
mypy/typeshed/third_party/3/six/moves/tkinter_filedialog.pyi
mypy/typeshed/third_party/3/six/moves/tkinter_tkfiledialog.pyi
mypy/typeshed/third_party/3/six/moves/tkinter_ttk.pyi
mypy/typeshed/third_party/3/six/moves/urllib_error.pyi
mypy/typeshed/third_party/3/six/moves/urllib_parse.pyi
mypy/typeshed/third_party/3/six/moves/urllib_request.pyi
mypy/typeshed/third_party/3/six/moves/urllib_response.pyi
mypy/typeshed/third_party/3/six/moves/urllib_robotparser.pyi
mypy/typeshed/third_party/3/six/moves/urllib/__init__.pyi
mypy/typeshed/third_party/3/six/moves/urllib/error.pyi
mypy/typeshed/third_party/3/six/moves/urllib/parse.pyi
mypy/typeshed/third_party/3/six/moves/urllib/request.pyi
mypy/typeshed/third_party/3/six/moves/urllib/response.pyi
mypy/typeshed/third_party/3/six/moves/urllib/robotparser.pyi
mypy/typeshed/third_party/3/typed_ast/__init__.pyi
mypy/typeshed/third_party/3/typed_ast/ast27.pyi
mypy/typeshed/third_party/3/typed_ast/ast3.pyi
mypy/typeshed/third_party/3/typed_ast/conversions.pyi
mypy/xml/mypy-html.css
mypy/xml/mypy-html.xslt
mypy/xml/mypy-txt.xslt
mypy/xml/mypy.xsd
scripts/dumpmodule.py
scripts/find_type.py
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/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/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-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-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-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/__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/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