LICENSE
MANIFEST.in
README.md
mypy_bootstrap.ini
mypy_self_check.ini
pyproject.toml
pytest.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/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
misc/proper_plugin.py
mypy/__init__.py
mypy/__main__.py
mypy/api.py
mypy/applytype.py
mypy/argmap.py
mypy/binder.py
mypy/bogus_type.py
mypy/build.py
mypy/checker.py
mypy/checkexpr.py
mypy/checkmember.py
mypy/checkstrformat.py
mypy/config_parser.py
mypy/constraints.py
mypy/defaults.py
mypy/dmypy_os.py
mypy/dmypy_server.py
mypy/dmypy_util.py
mypy/erasetype.py
mypy/errorcodes.py
mypy/errors.py
mypy/expandtype.py
mypy/exprtotype.py
mypy/fastparse.py
mypy/fastparse2.py
mypy/find_sources.py
mypy/fixup.py
mypy/freetree.py
mypy/fscache.py
mypy/fswatcher.py
mypy/gclogger.py
mypy/git.py
mypy/indirection.py
mypy/infer.py
mypy/ipc.py
mypy/join.py
mypy/literals.py
mypy/lookup.py
mypy/main.py
mypy/maptype.py
mypy/meet.py
mypy/memprofile.py
mypy/message_registry.py
mypy/messages.py
mypy/metastore.py
mypy/mixedtraverser.py
mypy/modulefinder.py
mypy/moduleinfo.py
mypy/moduleinspect.py
mypy/mro.py
mypy/nodes.py
mypy/options.py
mypy/ordered_dict.py
mypy/parse.py
mypy/plugin.py
mypy/reachability.py
mypy/renaming.py
mypy/report.py
mypy/sametypes.py
mypy/scope.py
mypy/semanal.py
mypy/semanal_classprop.py
mypy/semanal_enum.py
mypy/semanal_infer.py
mypy/semanal_main.py
mypy/semanal_namedtuple.py
mypy/semanal_newtype.py
mypy/semanal_pass1.py
mypy/semanal_shared.py
mypy/semanal_typeargs.py
mypy/semanal_typeddict.py
mypy/sharedparse.py
mypy/sitepkgs.py
mypy/solve.py
mypy/split_namespace.py
mypy/state.py
mypy/stats.py
mypy/strconv.py
mypy/stubdoc.py
mypy/stubgen.py
mypy/stubgenc.py
mypy/stubtest.py
mypy/stubutil.py
mypy/subtypes.py
mypy/suggestions.py
mypy/traverser.py
mypy/treetransform.py
mypy/tvar_scope.py
mypy/type_visitor.py
mypy/typeanal.py
mypy/typeops.py
mypy/types.py
mypy/typestate.py
mypy/typetraverser.py
mypy/typevars.py
mypy/util.py
mypy/version.py
mypy/visitor.py
mypy.egg-info/PKG-INFO
mypy.egg-info/SOURCES.txt
mypy.egg-info/dependency_links.txt
mypy.egg-info/entry_points.txt
mypy.egg-info/requires.txt
mypy.egg-info/top_level.txt
mypy/dmypy/__init__.py
mypy/dmypy/__main__.py
mypy/dmypy/client.py
mypy/plugins/__init__.py
mypy/plugins/attrs.py
mypy/plugins/common.py
mypy/plugins/ctypes.py
mypy/plugins/dataclasses.py
mypy/plugins/default.py
mypy/plugins/enums.py
mypy/server/__init__.py
mypy/server/astdiff.py
mypy/server/astmerge.py
mypy/server/aststrip.py
mypy/server/deps.py
mypy/server/mergecheck.py
mypy/server/objgraph.py
mypy/server/subexpr.py
mypy/server/target.py
mypy/server/trigger.py
mypy/server/update.py
mypy/test/__init__.py
mypy/test/collect.py
mypy/test/config.py
mypy/test/data.py
mypy/test/helpers.py
mypy/test/testapi.py
mypy/test/testargs.py
mypy/test/testcheck.py
mypy/test/testcmdline.py
mypy/test/testdaemon.py
mypy/test/testdeps.py
mypy/test/testdiff.py
mypy/test/testerrorstream.py
mypy/test/testfinegrained.py
mypy/test/testfinegrainedcache.py
mypy/test/testformatter.py
mypy/test/testgraph.py
mypy/test/testinfer.py
mypy/test/testipc.py
mypy/test/testmerge.py
mypy/test/testmodulefinder.py
mypy/test/testmoduleinfo.py
mypy/test/testmypyc.py
mypy/test/testparse.py
mypy/test/testpep561.py
mypy/test/testpythoneval.py
mypy/test/testreports.py
mypy/test/testsamples.py
mypy/test/testsemanal.py
mypy/test/testsolve.py
mypy/test/teststubgen.py
mypy/test/teststubtest.py
mypy/test/testsubtypes.py
mypy/test/testtransform.py
mypy/test/testtypegen.py
mypy/test/testtypes.py
mypy/test/typefixture.py
mypy/test/update.py
mypy/test/visitors.py
mypy/typeshed/scripts/migrate_script.py
mypy/typeshed/scripts/update-stubtest-whitelist.py
mypy/typeshed/stdlib/2/BaseHTTPServer.pyi
mypy/typeshed/stdlib/2/CGIHTTPServer.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/_winreg.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/copy_reg.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/_dummy_threading.pyi
mypy/typeshed/stdlib/2and3/_heapq.pyi
mypy/typeshed/stdlib/2and3/_msi.pyi
mypy/typeshed/stdlib/2and3/_random.pyi
mypy/typeshed/stdlib/2and3/_warnings.pyi
mypy/typeshed/stdlib/2and3/_weakref.pyi
mypy/typeshed/stdlib/2and3/_weakrefset.pyi
mypy/typeshed/stdlib/2and3/aifc.pyi
mypy/typeshed/stdlib/2and3/antigravity.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/audioop.pyi
mypy/typeshed/stdlib/2and3/base64.pyi
mypy/typeshed/stdlib/2and3/bdb.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/cgitb.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/dummy_threading.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/mailbox.pyi
mypy/typeshed/stdlib/2and3/mailcap.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/modulefinder.pyi
mypy/typeshed/stdlib/2and3/msvcrt.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/parser.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/this.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/winsound.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/_typeshed/__init__.pyi
mypy/typeshed/stdlib/2and3/_typeshed/wsgi.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/ensurepip/__init__.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/msilib/__init__.pyi
mypy/typeshed/stdlib/2and3/msilib/schema.pyi
mypy/typeshed/stdlib/2and3/msilib/sequence.pyi
mypy/typeshed/stdlib/2and3/msilib/text.pyi
mypy/typeshed/stdlib/2and3/pydoc_data/__init__.pyi
mypy/typeshed/stdlib/2and3/pydoc_data/topics.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/dom/NodeFilter.pyi
mypy/typeshed/stdlib/2and3/xml/dom/__init__.pyi
mypy/typeshed/stdlib/2and3/xml/dom/minidom.pyi
mypy/typeshed/stdlib/2and3/xml/dom/pulldom.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/_bootlocale.pyi
mypy/typeshed/stdlib/3/_compat_pickle.pyi
mypy/typeshed/stdlib/3/_compression.pyi
mypy/typeshed/stdlib/3/_decimal.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/_osx_support.pyi
mypy/typeshed/stdlib/3/_posixsubprocess.pyi
mypy/typeshed/stdlib/3/_pydecimal.pyi
mypy/typeshed/stdlib/3/_sitebuiltins.pyi
mypy/typeshed/stdlib/3/_stat.pyi
mypy/typeshed/stdlib/3/_thread.pyi
mypy/typeshed/stdlib/3/_threading_local.pyi
mypy/typeshed/stdlib/3/_tkinter.pyi
mypy/typeshed/stdlib/3/_tracemalloc.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/copyreg.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/macurl2path.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/winreg.pyi
mypy/typeshed/stdlib/3/zipapp.pyi
mypy/typeshed/stdlib/3.6/secrets.pyi
mypy/typeshed/stdlib/3.7/_py_abc.pyi
mypy/typeshed/stdlib/3.7/contextvars.pyi
mypy/typeshed/stdlib/3.7/dataclasses.pyi
mypy/typeshed/stdlib/3.9/graphlib.pyi
mypy/typeshed/stdlib/3.9/zoneinfo/__init__.pyi
mypy/typeshed/stdlib/3/asyncio/__init__.pyi
mypy/typeshed/stdlib/3/asyncio/base_events.pyi
mypy/typeshed/stdlib/3/asyncio/base_futures.pyi
mypy/typeshed/stdlib/3/asyncio/base_subprocess.pyi
mypy/typeshed/stdlib/3/asyncio/base_tasks.pyi
mypy/typeshed/stdlib/3/asyncio/compat.pyi
mypy/typeshed/stdlib/3/asyncio/constants.pyi
mypy/typeshed/stdlib/3/asyncio/coroutines.pyi
mypy/typeshed/stdlib/3/asyncio/events.pyi
mypy/typeshed/stdlib/3/asyncio/exceptions.pyi
mypy/typeshed/stdlib/3/asyncio/format_helpers.pyi
mypy/typeshed/stdlib/3/asyncio/futures.pyi
mypy/typeshed/stdlib/3/asyncio/locks.pyi
mypy/typeshed/stdlib/3/asyncio/log.pyi
mypy/typeshed/stdlib/3/asyncio/proactor_events.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/selector_events.pyi
mypy/typeshed/stdlib/3/asyncio/sslproto.pyi
mypy/typeshed/stdlib/3/asyncio/staggered.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/threads.pyi
mypy/typeshed/stdlib/3/asyncio/transports.pyi
mypy/typeshed/stdlib/3/asyncio/trsock.pyi
mypy/typeshed/stdlib/3/asyncio/unix_events.pyi
mypy/typeshed/stdlib/3/asyncio/windows_events.pyi
mypy/typeshed/stdlib/3/asyncio/windows_utils.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/dbm/__init__.pyi
mypy/typeshed/stdlib/3/dbm/dumb.pyi
mypy/typeshed/stdlib/3/dbm/gnu.pyi
mypy/typeshed/stdlib/3/dbm/ndbm.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/metadata.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/shared_memory.pyi
mypy/typeshed/stdlib/3/multiprocessing/sharedctypes.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/font.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/async_case.pyi
mypy/typeshed/stdlib/3/unittest/case.pyi
mypy/typeshed/stdlib/3/unittest/loader.pyi
mypy/typeshed/stdlib/3/unittest/main.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/unittest/util.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/stdlib/3/venv/__init__.pyi
mypy/typeshed/stdlib/3/xmlrpc/__init__.pyi
mypy/typeshed/stdlib/3/xmlrpc/client.pyi
mypy/typeshed/stdlib/3/xmlrpc/server.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/tests/stubtest_test.py
mypy/typeshed/tests/stubtest_unused.py
mypy/typeshed/third_party/2/enum.pyi
mypy/typeshed/third_party/2/ipaddress.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/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/CGIHTTPServer.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/collections_abc.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/dateparser.pyi
mypy/typeshed/third_party/2and3/decorator.pyi
mypy/typeshed/third_party/2and3/emoji.pyi
mypy/typeshed/third_party/2and3/first.pyi
mypy/typeshed/third_party/2and3/gflags.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/_version_info.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/cachetools/__init__.pyi
mypy/typeshed/third_party/2and3/cachetools/abc.pyi
mypy/typeshed/third_party/2and3/cachetools/cache.pyi
mypy/typeshed/third_party/2and3/cachetools/decorators.pyi
mypy/typeshed/third_party/2and3/cachetools/func.pyi
mypy/typeshed/third_party/2and3/cachetools/lfu.pyi
mypy/typeshed/third_party/2and3/cachetools/lru.pyi
mypy/typeshed/third_party/2and3/cachetools/rr.pyi
mypy/typeshed/third_party/2and3/cachetools/ttl.pyi
mypy/typeshed/third_party/2and3/characteristic/__init__.pyi
mypy/typeshed/third_party/2and3/chardet/__init__.pyi
mypy/typeshed/third_party/2and3/chardet/enums.pyi
mypy/typeshed/third_party/2and3/chardet/langbulgarianmodel.pyi
mypy/typeshed/third_party/2and3/chardet/langcyrillicmodel.pyi
mypy/typeshed/third_party/2and3/chardet/langgreekmodel.pyi
mypy/typeshed/third_party/2and3/chardet/langhebrewmodel.pyi
mypy/typeshed/third_party/2and3/chardet/langhungarianmodel.pyi
mypy/typeshed/third_party/2and3/chardet/langthaimodel.pyi
mypy/typeshed/third_party/2and3/chardet/langturkishmodel.pyi
mypy/typeshed/third_party/2and3/chardet/universaldetector.pyi
mypy/typeshed/third_party/2and3/chardet/version.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/cryptography/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/exceptions.pyi
mypy/typeshed/third_party/2and3/cryptography/fernet.pyi
mypy/typeshed/third_party/2and3/cryptography/x509.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/backends/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/backends/interfaces.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/bindings/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/binding.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/cmac.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/constant_time.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/hashes.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/hmac.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dh.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dsa.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ec.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed25519.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed448.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/padding.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/rsa.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/utils.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x25519.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x448.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/aead.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/modes.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/concatkdf.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/hkdf.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/kbkdf.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/pbkdf2.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi
mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi
mypy/typeshed/third_party/2and3/datetimerange/__init__.pyi
mypy/typeshed/third_party/2and3/dateutil/__init__.pyi
mypy/typeshed/third_party/2and3/dateutil/_common.pyi
mypy/typeshed/third_party/2and3/dateutil/easter.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/deprecated/__init__.pyi
mypy/typeshed/third_party/2and3/deprecated/classic.pyi
mypy/typeshed/third_party/2and3/deprecated/sphinx.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/geoip2/__init__.pyi
mypy/typeshed/third_party/2and3/geoip2/database.pyi
mypy/typeshed/third_party/2and3/geoip2/errors.pyi
mypy/typeshed/third_party/2and3/geoip2/mixins.pyi
mypy/typeshed/third_party/2and3/geoip2/models.pyi
mypy/typeshed/third_party/2and3/geoip2/records.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/python_message.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/markdown/__init__.pyi
mypy/typeshed/third_party/2and3/markdown/core.pyi
mypy/typeshed/third_party/2and3/markdown/extensions/__init__.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/maxminddb/__init__.pyi
mypy/typeshed/third_party/2and3/maxminddb/compat.pyi
mypy/typeshed/third_party/2and3/maxminddb/const.pyi
mypy/typeshed/third_party/2and3/maxminddb/decoder.pyi
mypy/typeshed/third_party/2and3/maxminddb/errors.pyi
mypy/typeshed/third_party/2and3/maxminddb/extension.pyi
mypy/typeshed/third_party/2and3/maxminddb/reader.pyi
mypy/typeshed/third_party/2and3/nmap/__init__.pyi
mypy/typeshed/third_party/2and3/nmap/nmap.pyi
mypy/typeshed/third_party/2and3/pyVmomi/__init__.pyi
mypy/typeshed/third_party/2and3/pyVmomi/vim/__init__.pyi
mypy/typeshed/third_party/2and3/pyVmomi/vim/event.pyi
mypy/typeshed/third_party/2and3/pyVmomi/vim/fault.pyi
mypy/typeshed/third_party/2and3/pyVmomi/vim/option.pyi
mypy/typeshed/third_party/2and3/pyVmomi/vim/view.pyi
mypy/typeshed/third_party/2and3/pyVmomi/vmodl/__init__.pyi
mypy/typeshed/third_party/2and3/pyVmomi/vmodl/fault.pyi
mypy/typeshed/third_party/2and3/pyVmomi/vmodl/query.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/retry/__init__.pyi
mypy/typeshed/third_party/2and3/retry/api.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/slugify/__init__.pyi
mypy/typeshed/third_party/2and3/slugify/slugify.pyi
mypy/typeshed/third_party/2and3/slugify/special.pyi
mypy/typeshed/third_party/2and3/tzlocal/__init__.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/werkzeug/middleware/__init__.pyi
mypy/typeshed/third_party/2and3/werkzeug/middleware/dispatcher.pyi
mypy/typeshed/third_party/2and3/werkzeug/middleware/http_proxy.pyi
mypy/typeshed/third_party/2and3/werkzeug/middleware/lint.pyi
mypy/typeshed/third_party/2and3/werkzeug/middleware/profiler.pyi
mypy/typeshed/third_party/2and3/werkzeug/middleware/proxy_fix.pyi
mypy/typeshed/third_party/2and3/werkzeug/middleware/shared_data.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/contextvars.pyi
mypy/typeshed/third_party/3/dataclasses.pyi
mypy/typeshed/third_party/3/orjson.pyi
mypy/typeshed/third_party/3/aiofiles/__init__.pyi
mypy/typeshed/third_party/3/aiofiles/_os.pyi
mypy/typeshed/third_party/3/aiofiles/base.pyi
mypy/typeshed/third_party/3/aiofiles/threadpool/__init__.pyi
mypy/typeshed/third_party/3/aiofiles/threadpool/binary.pyi
mypy/typeshed/third_party/3/aiofiles/threadpool/text.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/filelock/__init__.pyi
mypy/typeshed/third_party/3/freezegun/__init__.pyi
mypy/typeshed/third_party/3/freezegun/api.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/pytest_mock/__init__.pyi
mypy/typeshed/third_party/3/pytest_mock/_version.pyi
mypy/typeshed/third_party/3/pytest_mock/plugin.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/collections_abc.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/typeshed/third_party/3/waitress/__init__.pyi
mypy/typeshed/third_party/3/waitress/adjustments.pyi
mypy/typeshed/third_party/3/waitress/buffers.pyi
mypy/typeshed/third_party/3/waitress/channel.pyi
mypy/typeshed/third_party/3/waitress/compat.pyi
mypy/typeshed/third_party/3/waitress/parser.pyi
mypy/typeshed/third_party/3/waitress/proxy_headers.pyi
mypy/typeshed/third_party/3/waitress/receiver.pyi
mypy/typeshed/third_party/3/waitress/rfc7230.pyi
mypy/typeshed/third_party/3/waitress/runner.pyi
mypy/typeshed/third_party/3/waitress/server.pyi
mypy/typeshed/third_party/3/waitress/task.pyi
mypy/typeshed/third_party/3/waitress/trigger.pyi
mypy/typeshed/third_party/3/waitress/utilities.pyi
mypy/typeshed/third_party/3/waitress/wasyncore.pyi
mypy/xml/mypy-html.css
mypy/xml/mypy-html.xslt
mypy/xml/mypy-txt.xslt
mypy/xml/mypy.xsd
mypyc/__init__.py
mypyc/build.py
mypyc/common.py
mypyc/crash.py
mypyc/errors.py
mypyc/namegen.py
mypyc/options.py
mypyc/rt_subtype.py
mypyc/sametype.py
mypyc/subtype.py
mypyc/codegen/__init__.py
mypyc/codegen/cstring.py
mypyc/codegen/emit.py
mypyc/codegen/emitclass.py
mypyc/codegen/emitfunc.py
mypyc/codegen/emitmodule.py
mypyc/codegen/emitwrapper.py
mypyc/doc/Makefile
mypyc/doc/bool_operations.rst
mypyc/doc/compilation_units.rst
mypyc/doc/conf.py
mypyc/doc/cpython-timings.md
mypyc/doc/dev-intro.md
mypyc/doc/dict_operations.rst
mypyc/doc/differences_from_python.rst
mypyc/doc/float_operations.rst
mypyc/doc/future.md
mypyc/doc/getting_started.rst
mypyc/doc/index.rst
mypyc/doc/int_operations.rst
mypyc/doc/introduction.rst
mypyc/doc/list_operations.rst
mypyc/doc/make.bat
mypyc/doc/native_classes.rst
mypyc/doc/native_operations.rst
mypyc/doc/performance_tips_and_tricks.rst
mypyc/doc/set_operations.rst
mypyc/doc/str_operations.rst
mypyc/doc/tuple_operations.rst
mypyc/doc/using_type_annotations.rst
mypyc/external/googletest/LICENSE
mypyc/external/googletest/include/gtest/gtest-death-test.h
mypyc/external/googletest/include/gtest/gtest-message.h
mypyc/external/googletest/include/gtest/gtest-param-test.h
mypyc/external/googletest/include/gtest/gtest-param-test.h.pump
mypyc/external/googletest/include/gtest/gtest-printers.h
mypyc/external/googletest/include/gtest/gtest-spi.h
mypyc/external/googletest/include/gtest/gtest-test-part.h
mypyc/external/googletest/include/gtest/gtest-typed-test.h
mypyc/external/googletest/include/gtest/gtest.h
mypyc/external/googletest/include/gtest/gtest_pred_impl.h
mypyc/external/googletest/include/gtest/gtest_prod.h
mypyc/external/googletest/include/gtest/internal/gtest-death-test-internal.h
mypyc/external/googletest/include/gtest/internal/gtest-filepath.h
mypyc/external/googletest/include/gtest/internal/gtest-internal.h
mypyc/external/googletest/include/gtest/internal/gtest-linked_ptr.h
mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h
mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h.pump
mypyc/external/googletest/include/gtest/internal/gtest-param-util.h
mypyc/external/googletest/include/gtest/internal/gtest-port-arch.h
mypyc/external/googletest/include/gtest/internal/gtest-port.h
mypyc/external/googletest/include/gtest/internal/gtest-string.h
mypyc/external/googletest/include/gtest/internal/gtest-tuple.h
mypyc/external/googletest/include/gtest/internal/gtest-tuple.h.pump
mypyc/external/googletest/include/gtest/internal/gtest-type-util.h
mypyc/external/googletest/include/gtest/internal/gtest-type-util.h.pump
mypyc/external/googletest/include/gtest/internal/custom/gtest-port.h
mypyc/external/googletest/include/gtest/internal/custom/gtest-printers.h
mypyc/external/googletest/include/gtest/internal/custom/gtest.h
mypyc/external/googletest/make/Makefile
mypyc/external/googletest/src/gtest-all.cc
mypyc/external/googletest/src/gtest-death-test.cc
mypyc/external/googletest/src/gtest-filepath.cc
mypyc/external/googletest/src/gtest-internal-inl.h
mypyc/external/googletest/src/gtest-port.cc
mypyc/external/googletest/src/gtest-printers.cc
mypyc/external/googletest/src/gtest-test-part.cc
mypyc/external/googletest/src/gtest-typed-test.cc
mypyc/external/googletest/src/gtest.cc
mypyc/external/googletest/src/gtest_main.cc
mypyc/ir/__init__.py
mypyc/ir/class_ir.py
mypyc/ir/const_int.py
mypyc/ir/func_ir.py
mypyc/ir/module_ir.py
mypyc/ir/ops.py
mypyc/ir/rtypes.py
mypyc/irbuild/__init__.py
mypyc/irbuild/builder.py
mypyc/irbuild/callable_class.py
mypyc/irbuild/classdef.py
mypyc/irbuild/context.py
mypyc/irbuild/env_class.py
mypyc/irbuild/expression.py
mypyc/irbuild/for_helpers.py
mypyc/irbuild/function.py
mypyc/irbuild/generator.py
mypyc/irbuild/ll_builder.py
mypyc/irbuild/main.py
mypyc/irbuild/mapper.py
mypyc/irbuild/nonlocalcontrol.py
mypyc/irbuild/prebuildvisitor.py
mypyc/irbuild/prepare.py
mypyc/irbuild/specialize.py
mypyc/irbuild/statement.py
mypyc/irbuild/util.py
mypyc/irbuild/visitor.py
mypyc/irbuild/vtable.py
mypyc/lib-rt/CPy.h
mypyc/lib-rt/dict_ops.c
mypyc/lib-rt/exc_ops.c
mypyc/lib-rt/generic_ops.c
mypyc/lib-rt/getargs.c
mypyc/lib-rt/init.c
mypyc/lib-rt/int_ops.c
mypyc/lib-rt/list_ops.c
mypyc/lib-rt/misc_ops.c
mypyc/lib-rt/module_shim.tmpl
mypyc/lib-rt/mypyc_util.h
mypyc/lib-rt/pythonsupport.h
mypyc/lib-rt/set_ops.c
mypyc/lib-rt/setup.py
mypyc/lib-rt/str_ops.c
mypyc/lib-rt/test_capi.cc
mypyc/lib-rt/tuple_ops.c
mypyc/primitives/__init__.py
mypyc/primitives/dict_ops.py
mypyc/primitives/exc_ops.py
mypyc/primitives/generic_ops.py
mypyc/primitives/int_ops.py
mypyc/primitives/list_ops.py
mypyc/primitives/misc_ops.py
mypyc/primitives/registry.py
mypyc/primitives/set_ops.py
mypyc/primitives/str_ops.py
mypyc/primitives/tuple_ops.py
mypyc/test/__init__.py
mypyc/test/config.py
mypyc/test/test_analysis.py
mypyc/test/test_commandline.py
mypyc/test/test_emit.py
mypyc/test/test_emitfunc.py
mypyc/test/test_emitwrapper.py
mypyc/test/test_exceptions.py
mypyc/test/test_external.py
mypyc/test/test_irbuild.py
mypyc/test/test_namegen.py
mypyc/test/test_refcount.py
mypyc/test/test_run.py
mypyc/test/test_serialization.py
mypyc/test/test_struct.py
mypyc/test/test_tuplename.py
mypyc/test/testutil.py
mypyc/test-data/analysis.test
mypyc/test-data/commandline.test
mypyc/test-data/exceptions.test
mypyc/test-data/irbuild-any.test
mypyc/test-data/irbuild-basic.test
mypyc/test-data/irbuild-classes.test
mypyc/test-data/irbuild-dict.test
mypyc/test-data/irbuild-generics.test
mypyc/test-data/irbuild-int.test
mypyc/test-data/irbuild-lists.test
mypyc/test-data/irbuild-nested.test
mypyc/test-data/irbuild-optional.test
mypyc/test-data/irbuild-set.test
mypyc/test-data/irbuild-statements.test
mypyc/test-data/irbuild-strip-asserts.test
mypyc/test-data/irbuild-try.test
mypyc/test-data/irbuild-tuple.test
mypyc/test-data/refcount.test
mypyc/test-data/run-bench.test
mypyc/test-data/run-classes.test
mypyc/test-data/run-dicts.test
mypyc/test-data/run-exceptions.test
mypyc/test-data/run-functions.test
mypyc/test-data/run-generators.test
mypyc/test-data/run-imports.test
mypyc/test-data/run-integers.test
mypyc/test-data/run-lists.test
mypyc/test-data/run-loops.test
mypyc/test-data/run-misc.test
mypyc/test-data/run-multimodule.test
mypyc/test-data/run-mypy-sim.test
mypyc/test-data/run-primitives.test
mypyc/test-data/run-sets.test
mypyc/test-data/run-strings.test
mypyc/test-data/run-traits.test
mypyc/test-data/run-tuples.test
mypyc/test-data/fixtures/ir.py
mypyc/test-data/fixtures/testutil.py
mypyc/test-data/fixtures/typing-full.pyi
mypyc/transform/__init__.py
mypyc/transform/exceptions.py
mypyc/transform/refcount.py
mypyc/transform/uninit.py
scripts/find_type.py
scripts/mypyc
test-data/.flake8
test-data/packages/modulefinder/readme.txt
test-data/packages/modulefinder-site-packages/standalone.py
test-data/packages/modulefinder-site-packages/foo/__init__.py
test-data/packages/modulefinder-site-packages/foo/bar.py
test-data/packages/modulefinder-site-packages/foo-stubs/__init__.pyi
test-data/packages/modulefinder-site-packages/foo-stubs/bar.pyi
test-data/packages/modulefinder-site-packages/ns_pkg_typed/a.py
test-data/packages/modulefinder-site-packages/ns_pkg_typed/py.typed
test-data/packages/modulefinder-site-packages/ns_pkg_typed/b/c.py
test-data/packages/modulefinder-site-packages/ns_pkg_untyped/a.py
test-data/packages/modulefinder-site-packages/ns_pkg_untyped/b/c.py
test-data/packages/modulefinder-site-packages/pkg_typed/__init__.py
test-data/packages/modulefinder-site-packages/pkg_typed/a.py
test-data/packages/modulefinder-site-packages/pkg_typed/py.typed
test-data/packages/modulefinder-site-packages/pkg_typed/b/__init__.py
test-data/packages/modulefinder-site-packages/pkg_typed/b/c.py
test-data/packages/modulefinder-site-packages/pkg_untyped/__init__.py
test-data/packages/modulefinder-site-packages/pkg_untyped/a.py
test-data/packages/modulefinder-site-packages/pkg_untyped/b/__init__.py
test-data/packages/modulefinder-site-packages/pkg_untyped/b/c.py
test-data/packages/modulefinder/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/tempfile.py
test-data/stdlib-samples/3.2/textwrap.py
test-data/stdlib-samples/3.2/test/__init__.py
test-data/stdlib-samples/3.2/test/mypy.ini
test-data/stdlib-samples/3.2/test/randv2_32.pck
test-data/stdlib-samples/3.2/test/randv2_64.pck
test-data/stdlib-samples/3.2/test/randv3.pck
test-data/stdlib-samples/3.2/test/support.py
test-data/stdlib-samples/3.2/test/test_base64.py
test-data/stdlib-samples/3.2/test/test_fnmatch.py
test-data/stdlib-samples/3.2/test/test_genericpath.py
test-data/stdlib-samples/3.2/test/test_getopt.py
test-data/stdlib-samples/3.2/test/test_glob.py
test-data/stdlib-samples/3.2/test/test_posixpath.py
test-data/stdlib-samples/3.2/test/test_pprint.py
test-data/stdlib-samples/3.2/test/test_random.py
test-data/stdlib-samples/3.2/test/test_set.py
test-data/stdlib-samples/3.2/test/test_shutil.py
test-data/stdlib-samples/3.2/test/test_tempfile.py
test-data/stdlib-samples/3.2/test/test_textwrap.py
test-data/stdlib-samples/3.2/test/tf_inherit_check.py
test-data/stdlib-samples/3.2/test/subprocessdata/fd_status.py
test-data/stdlib-samples/3.2/test/subprocessdata/input_reader.py
test-data/stdlib-samples/3.2/test/subprocessdata/qcat.py
test-data/stdlib-samples/3.2/test/subprocessdata/qgrep.py
test-data/stdlib-samples/3.2/test/subprocessdata/sigchild_ignore.py
test-data/unit/README.md
test-data/unit/check-abstract.test
test-data/unit/check-annotated.test
test-data/unit/check-async-await.test
test-data/unit/check-attr.test
test-data/unit/check-basic.test
test-data/unit/check-bound.test
test-data/unit/check-callable.test
test-data/unit/check-class-namedtuple.test
test-data/unit/check-classes.test
test-data/unit/check-classvar.test
test-data/unit/check-columns.test
test-data/unit/check-ctypes.test
test-data/unit/check-custom-plugin.test
test-data/unit/check-dataclasses.test
test-data/unit/check-default-plugin.test
test-data/unit/check-dynamic-typing.test
test-data/unit/check-enum.test
test-data/unit/check-errorcodes.test
test-data/unit/check-expressions.test
test-data/unit/check-fastparse.test
test-data/unit/check-final.test
test-data/unit/check-flags.test
test-data/unit/check-functions.test
test-data/unit/check-generic-subtyping.test
test-data/unit/check-generics.test
test-data/unit/check-ignore.test
test-data/unit/check-incomplete-fixture.test
test-data/unit/check-incremental.test
test-data/unit/check-inference-context.test
test-data/unit/check-inference.test
test-data/unit/check-inline-config.test
test-data/unit/check-isinstance.test
test-data/unit/check-kwargs.test
test-data/unit/check-lists.test
test-data/unit/check-literal.test
test-data/unit/check-modules-case.test
test-data/unit/check-modules.test
test-data/unit/check-multiple-inheritance.test
test-data/unit/check-namedtuple.test
test-data/unit/check-narrowing.test
test-data/unit/check-newsemanal.test
test-data/unit/check-newsyntax.test
test-data/unit/check-newtype.test
test-data/unit/check-optional.test
test-data/unit/check-overloading.test
test-data/unit/check-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-follow-imports.test
test-data/unit/fine-grained-modules.test
test-data/unit/fine-grained-suggest.test
test-data/unit/fine-grained.test
test-data/unit/hacks.txt
test-data/unit/merge.test
test-data/unit/parse-errors.test
test-data/unit/parse-python2.test
test-data/unit/parse.test
test-data/unit/pep561.test
test-data/unit/python2eval.test
test-data/unit/pythoneval-asyncio.test
test-data/unit/pythoneval.test
test-data/unit/reports.test
test-data/unit/semanal-abstractclasses.test
test-data/unit/semanal-basic.test
test-data/unit/semanal-classes.test
test-data/unit/semanal-classvar.test
test-data/unit/semanal-errors.test
test-data/unit/semanal-expressions.test
test-data/unit/semanal-modules.test
test-data/unit/semanal-namedtuple.test
test-data/unit/semanal-python2.test
test-data/unit/semanal-statements.test
test-data/unit/semanal-symtable.test
test-data/unit/semanal-typealiases.test
test-data/unit/semanal-typeddict.test
test-data/unit/semanal-typeinfo.test
test-data/unit/semanal-types.test
test-data/unit/semenal-literal.test
test-data/unit/stubgen.test
test-data/unit/typexport-basic.test
test-data/unit/fixtures/__init_subclass__.pyi
test-data/unit/fixtures/__new__.pyi
test-data/unit/fixtures/alias.pyi
test-data/unit/fixtures/args.pyi
test-data/unit/fixtures/async_await.pyi
test-data/unit/fixtures/attr.pyi
test-data/unit/fixtures/bool.pyi
test-data/unit/fixtures/bool_py2.pyi
test-data/unit/fixtures/callable.pyi
test-data/unit/fixtures/classmethod.pyi
test-data/unit/fixtures/complex.pyi
test-data/unit/fixtures/complex_tuple.pyi
test-data/unit/fixtures/dict.pyi
test-data/unit/fixtures/divmod.pyi
test-data/unit/fixtures/exception.pyi
test-data/unit/fixtures/f_string.pyi
test-data/unit/fixtures/fine_grained.pyi
test-data/unit/fixtures/float.pyi
test-data/unit/fixtures/floatdict.pyi
test-data/unit/fixtures/floatdict_python2.pyi
test-data/unit/fixtures/for.pyi
test-data/unit/fixtures/function.pyi
test-data/unit/fixtures/isinstance.pyi
test-data/unit/fixtures/isinstancelist.pyi
test-data/unit/fixtures/list.pyi
test-data/unit/fixtures/module.pyi
test-data/unit/fixtures/module_all.pyi
test-data/unit/fixtures/module_all_python2.pyi
test-data/unit/fixtures/notimplemented.pyi
test-data/unit/fixtures/object_with_init_subclass.pyi
test-data/unit/fixtures/ops.pyi
test-data/unit/fixtures/primitives.pyi
test-data/unit/fixtures/property.pyi
test-data/unit/fixtures/property_py2.pyi
test-data/unit/fixtures/python2.pyi
test-data/unit/fixtures/set.pyi
test-data/unit/fixtures/slice.pyi
test-data/unit/fixtures/staticmethod.pyi
test-data/unit/fixtures/transform.pyi
test-data/unit/fixtures/tuple-simple.pyi
test-data/unit/fixtures/tuple.pyi
test-data/unit/fixtures/type.pyi
test-data/unit/fixtures/typing-async.pyi
test-data/unit/fixtures/typing-full.pyi
test-data/unit/fixtures/typing-medium.pyi
test-data/unit/fixtures/typing-typeddict.pyi
test-data/unit/fixtures/union.pyi
test-data/unit/lib-stub/__builtin__.pyi
test-data/unit/lib-stub/abc.pyi
test-data/unit/lib-stub/attr.pyi
test-data/unit/lib-stub/blocker.pyi
test-data/unit/lib-stub/blocker2.pyi
test-data/unit/lib-stub/broken.pyi
test-data/unit/lib-stub/builtins.pyi
test-data/unit/lib-stub/collections.pyi
test-data/unit/lib-stub/contextlib.pyi
test-data/unit/lib-stub/dataclasses.pyi
test-data/unit/lib-stub/enum.pyi
test-data/unit/lib-stub/mypy_extensions.pyi
test-data/unit/lib-stub/six.pyi
test-data/unit/lib-stub/sys.pyi
test-data/unit/lib-stub/types.pyi
test-data/unit/lib-stub/typing.pyi
test-data/unit/lib-stub/typing_extensions.pyi
test-data/unit/lib-stub/future/__init__.pyi
test-data/unit/lib-stub/future/utils.pyi
test-data/unit/plugins/arg_kinds.py
test-data/unit/plugins/arg_names.py
test-data/unit/plugins/attrhook.py
test-data/unit/plugins/attrhook2.py
test-data/unit/plugins/badreturn.py
test-data/unit/plugins/badreturn2.py
test-data/unit/plugins/callable_instance.py
test-data/unit/plugins/class_callable.py
test-data/unit/plugins/common_api_incremental.py
test-data/unit/plugins/config_data.py
test-data/unit/plugins/customentry.py
test-data/unit/plugins/customize_mro.py
test-data/unit/plugins/decimal_to_int.py
test-data/unit/plugins/depshook.py
test-data/unit/plugins/descriptor.py
test-data/unit/plugins/dyn_class.py
test-data/unit/plugins/dyn_class_from_method.py
test-data/unit/plugins/fnplugin.py
test-data/unit/plugins/fully_qualified_test_hook.py
test-data/unit/plugins/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