CHANGELOG.md
LICENSE
MANIFEST.in
README.md
build-requirements.txt
conftest.py
mypy-requirements.txt
mypy_bootstrap.ini
mypy_self_check.ini
pyproject.toml
runtests.py
setup.py
test-requirements.in
test-requirements.txt
tox.ini
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements-docs.txt
docs/source/additional_features.rst
docs/source/builtin_types.rst
docs/source/changelog.md
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/html_builder.py
docs/source/index.rst
docs/source/inline_config.rst
docs/source/installed_packages.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/mypy_light.svg
docs/source/protocols.rst
docs/source/running_mypy.rst
docs/source/runtime_troubles.rst
docs/source/stubgen.rst
docs/source/stubs.rst
docs/source/stubtest.rst
docs/source/supported_python_features.rst
docs/source/type_inference_and_annotations.rst
docs/source/type_narrowing.rst
docs/source/typed_dict.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/checker_shared.py
mypy/checker_state.py
mypy/checkexpr.py
mypy/checkmember.py
mypy/checkpattern.py
mypy/checkstrformat.py
mypy/config_parser.py
mypy/constant_fold.py
mypy/constraints.py
mypy/copytype.py
mypy/defaults.py
mypy/dmypy_os.py
mypy/dmypy_server.py
mypy/dmypy_util.py
mypy/erasetype.py
mypy/error_formatter.py
mypy/errorcodes.py
mypy/errors.py
mypy/evalexpr.py
mypy/expandtype.py
mypy/exprtotype.py
mypy/fastparse.py
mypy/find_sources.py
mypy/fixup.py
mypy/freetree.py
mypy/fscache.py
mypy/fswatcher.py
mypy/gclogger.py
mypy/git.py
mypy/graph_utils.py
mypy/indirection.py
mypy/infer.py
mypy/inspections.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/moduleinspect.py
mypy/mro.py
mypy/nodes.py
mypy/operators.py
mypy/options.py
mypy/parse.py
mypy/partially_defined.py
mypy/patterns.py
mypy/plugin.py
mypy/py.typed
mypy/pyinfo.py
mypy/reachability.py
mypy/refinfo.py
mypy/renaming.py
mypy/report.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/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/stubinfo.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/types_utils.py
mypy/typestate.py
mypy/typetraverser.py
mypy/typevars.py
mypy/typevartuples.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/plugins/functools.py
mypy/plugins/proper_plugin.py
mypy/plugins/singledispatch.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/config.py
mypy/test/data.py
mypy/test/helpers.py
mypy/test/test_config_parser.py
mypy/test/test_find_sources.py
mypy/test/test_ref_info.py
mypy/test/testapi.py
mypy/test/testargs.py
mypy/test/testcheck.py
mypy/test/testcmdline.py
mypy/test/testconstraints.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/testfscache.py
mypy/test/testgraph.py
mypy/test/testinfer.py
mypy/test/testipc.py
mypy/test/testmerge.py
mypy/test/testmodulefinder.py
mypy/test/testmypyc.py
mypy/test/testoutput.py
mypy/test/testparse.py
mypy/test/testpep561.py
mypy/test/testpythoneval.py
mypy/test/testreports.py
mypy/test/testsemanal.py
mypy/test/testsolve.py
mypy/test/teststubgen.py
mypy/test/teststubinfo.py
mypy/test/teststubtest.py
mypy/test/testsubtypes.py
mypy/test/testtransform.py
mypy/test/testtypegen.py
mypy/test/testtypes.py
mypy/test/testutil.py
mypy/test/typefixture.py
mypy/test/update_data.py
mypy/test/visitors.py
mypy/test/meta/__init__.py
mypy/test/meta/_pytest.py
mypy/test/meta/test_diff_helper.py
mypy/test/meta/test_parse_data.py
mypy/test/meta/test_update_data.py
mypy/typeshed/LICENSE
mypy/typeshed/stdlib/VERSIONS
mypy/typeshed/stdlib/__future__.pyi
mypy/typeshed/stdlib/__main__.pyi
mypy/typeshed/stdlib/_ast.pyi
mypy/typeshed/stdlib/_asyncio.pyi
mypy/typeshed/stdlib/_bisect.pyi
mypy/typeshed/stdlib/_blake2.pyi
mypy/typeshed/stdlib/_bootlocale.pyi
mypy/typeshed/stdlib/_bz2.pyi
mypy/typeshed/stdlib/_codecs.pyi
mypy/typeshed/stdlib/_collections_abc.pyi
mypy/typeshed/stdlib/_compat_pickle.pyi
mypy/typeshed/stdlib/_compression.pyi
mypy/typeshed/stdlib/_contextvars.pyi
mypy/typeshed/stdlib/_csv.pyi
mypy/typeshed/stdlib/_ctypes.pyi
mypy/typeshed/stdlib/_curses.pyi
mypy/typeshed/stdlib/_curses_panel.pyi
mypy/typeshed/stdlib/_dbm.pyi
mypy/typeshed/stdlib/_decimal.pyi
mypy/typeshed/stdlib/_frozen_importlib.pyi
mypy/typeshed/stdlib/_frozen_importlib_external.pyi
mypy/typeshed/stdlib/_gdbm.pyi
mypy/typeshed/stdlib/_hashlib.pyi
mypy/typeshed/stdlib/_heapq.pyi
mypy/typeshed/stdlib/_imp.pyi
mypy/typeshed/stdlib/_interpchannels.pyi
mypy/typeshed/stdlib/_interpqueues.pyi
mypy/typeshed/stdlib/_interpreters.pyi
mypy/typeshed/stdlib/_io.pyi
mypy/typeshed/stdlib/_json.pyi
mypy/typeshed/stdlib/_locale.pyi
mypy/typeshed/stdlib/_lsprof.pyi
mypy/typeshed/stdlib/_lzma.pyi
mypy/typeshed/stdlib/_markupbase.pyi
mypy/typeshed/stdlib/_msi.pyi
mypy/typeshed/stdlib/_multibytecodec.pyi
mypy/typeshed/stdlib/_operator.pyi
mypy/typeshed/stdlib/_osx_support.pyi
mypy/typeshed/stdlib/_pickle.pyi
mypy/typeshed/stdlib/_posixsubprocess.pyi
mypy/typeshed/stdlib/_py_abc.pyi
mypy/typeshed/stdlib/_pydecimal.pyi
mypy/typeshed/stdlib/_queue.pyi
mypy/typeshed/stdlib/_random.pyi
mypy/typeshed/stdlib/_sitebuiltins.pyi
mypy/typeshed/stdlib/_socket.pyi
mypy/typeshed/stdlib/_sqlite3.pyi
mypy/typeshed/stdlib/_ssl.pyi
mypy/typeshed/stdlib/_stat.pyi
mypy/typeshed/stdlib/_struct.pyi
mypy/typeshed/stdlib/_thread.pyi
mypy/typeshed/stdlib/_threading_local.pyi
mypy/typeshed/stdlib/_tkinter.pyi
mypy/typeshed/stdlib/_tracemalloc.pyi
mypy/typeshed/stdlib/_warnings.pyi
mypy/typeshed/stdlib/_weakref.pyi
mypy/typeshed/stdlib/_weakrefset.pyi
mypy/typeshed/stdlib/_winapi.pyi
mypy/typeshed/stdlib/abc.pyi
mypy/typeshed/stdlib/aifc.pyi
mypy/typeshed/stdlib/annotationlib.pyi
mypy/typeshed/stdlib/antigravity.pyi
mypy/typeshed/stdlib/argparse.pyi
mypy/typeshed/stdlib/array.pyi
mypy/typeshed/stdlib/ast.pyi
mypy/typeshed/stdlib/asynchat.pyi
mypy/typeshed/stdlib/asyncore.pyi
mypy/typeshed/stdlib/atexit.pyi
mypy/typeshed/stdlib/audioop.pyi
mypy/typeshed/stdlib/base64.pyi
mypy/typeshed/stdlib/bdb.pyi
mypy/typeshed/stdlib/binascii.pyi
mypy/typeshed/stdlib/binhex.pyi
mypy/typeshed/stdlib/bisect.pyi
mypy/typeshed/stdlib/builtins.pyi
mypy/typeshed/stdlib/bz2.pyi
mypy/typeshed/stdlib/cProfile.pyi
mypy/typeshed/stdlib/calendar.pyi
mypy/typeshed/stdlib/cgi.pyi
mypy/typeshed/stdlib/cgitb.pyi
mypy/typeshed/stdlib/chunk.pyi
mypy/typeshed/stdlib/cmath.pyi
mypy/typeshed/stdlib/cmd.pyi
mypy/typeshed/stdlib/code.pyi
mypy/typeshed/stdlib/codecs.pyi
mypy/typeshed/stdlib/codeop.pyi
mypy/typeshed/stdlib/colorsys.pyi
mypy/typeshed/stdlib/compileall.pyi
mypy/typeshed/stdlib/configparser.pyi
mypy/typeshed/stdlib/contextlib.pyi
mypy/typeshed/stdlib/contextvars.pyi
mypy/typeshed/stdlib/copy.pyi
mypy/typeshed/stdlib/copyreg.pyi
mypy/typeshed/stdlib/crypt.pyi
mypy/typeshed/stdlib/csv.pyi
mypy/typeshed/stdlib/dataclasses.pyi
mypy/typeshed/stdlib/datetime.pyi
mypy/typeshed/stdlib/decimal.pyi
mypy/typeshed/stdlib/difflib.pyi
mypy/typeshed/stdlib/dis.pyi
mypy/typeshed/stdlib/doctest.pyi
mypy/typeshed/stdlib/enum.pyi
mypy/typeshed/stdlib/errno.pyi
mypy/typeshed/stdlib/faulthandler.pyi
mypy/typeshed/stdlib/fcntl.pyi
mypy/typeshed/stdlib/filecmp.pyi
mypy/typeshed/stdlib/fileinput.pyi
mypy/typeshed/stdlib/fnmatch.pyi
mypy/typeshed/stdlib/formatter.pyi
mypy/typeshed/stdlib/fractions.pyi
mypy/typeshed/stdlib/ftplib.pyi
mypy/typeshed/stdlib/functools.pyi
mypy/typeshed/stdlib/gc.pyi
mypy/typeshed/stdlib/genericpath.pyi
mypy/typeshed/stdlib/getopt.pyi
mypy/typeshed/stdlib/getpass.pyi
mypy/typeshed/stdlib/gettext.pyi
mypy/typeshed/stdlib/glob.pyi
mypy/typeshed/stdlib/graphlib.pyi
mypy/typeshed/stdlib/grp.pyi
mypy/typeshed/stdlib/gzip.pyi
mypy/typeshed/stdlib/hashlib.pyi
mypy/typeshed/stdlib/heapq.pyi
mypy/typeshed/stdlib/hmac.pyi
mypy/typeshed/stdlib/imaplib.pyi
mypy/typeshed/stdlib/imghdr.pyi
mypy/typeshed/stdlib/imp.pyi
mypy/typeshed/stdlib/inspect.pyi
mypy/typeshed/stdlib/io.pyi
mypy/typeshed/stdlib/ipaddress.pyi
mypy/typeshed/stdlib/itertools.pyi
mypy/typeshed/stdlib/keyword.pyi
mypy/typeshed/stdlib/linecache.pyi
mypy/typeshed/stdlib/locale.pyi
mypy/typeshed/stdlib/lzma.pyi
mypy/typeshed/stdlib/mailbox.pyi
mypy/typeshed/stdlib/mailcap.pyi
mypy/typeshed/stdlib/marshal.pyi
mypy/typeshed/stdlib/math.pyi
mypy/typeshed/stdlib/mimetypes.pyi
mypy/typeshed/stdlib/mmap.pyi
mypy/typeshed/stdlib/modulefinder.pyi
mypy/typeshed/stdlib/msvcrt.pyi
mypy/typeshed/stdlib/netrc.pyi
mypy/typeshed/stdlib/nis.pyi
mypy/typeshed/stdlib/nntplib.pyi
mypy/typeshed/stdlib/nt.pyi
mypy/typeshed/stdlib/ntpath.pyi
mypy/typeshed/stdlib/nturl2path.pyi
mypy/typeshed/stdlib/numbers.pyi
mypy/typeshed/stdlib/opcode.pyi
mypy/typeshed/stdlib/operator.pyi
mypy/typeshed/stdlib/optparse.pyi
mypy/typeshed/stdlib/ossaudiodev.pyi
mypy/typeshed/stdlib/parser.pyi
mypy/typeshed/stdlib/pdb.pyi
mypy/typeshed/stdlib/pickle.pyi
mypy/typeshed/stdlib/pickletools.pyi
mypy/typeshed/stdlib/pipes.pyi
mypy/typeshed/stdlib/pkgutil.pyi
mypy/typeshed/stdlib/platform.pyi
mypy/typeshed/stdlib/plistlib.pyi
mypy/typeshed/stdlib/poplib.pyi
mypy/typeshed/stdlib/posix.pyi
mypy/typeshed/stdlib/posixpath.pyi
mypy/typeshed/stdlib/pprint.pyi
mypy/typeshed/stdlib/profile.pyi
mypy/typeshed/stdlib/pstats.pyi
mypy/typeshed/stdlib/pty.pyi
mypy/typeshed/stdlib/pwd.pyi
mypy/typeshed/stdlib/py_compile.pyi
mypy/typeshed/stdlib/pyclbr.pyi
mypy/typeshed/stdlib/pydoc.pyi
mypy/typeshed/stdlib/queue.pyi
mypy/typeshed/stdlib/quopri.pyi
mypy/typeshed/stdlib/random.pyi
mypy/typeshed/stdlib/re.pyi
mypy/typeshed/stdlib/readline.pyi
mypy/typeshed/stdlib/reprlib.pyi
mypy/typeshed/stdlib/resource.pyi
mypy/typeshed/stdlib/rlcompleter.pyi
mypy/typeshed/stdlib/runpy.pyi
mypy/typeshed/stdlib/sched.pyi
mypy/typeshed/stdlib/secrets.pyi
mypy/typeshed/stdlib/select.pyi
mypy/typeshed/stdlib/selectors.pyi
mypy/typeshed/stdlib/shelve.pyi
mypy/typeshed/stdlib/shlex.pyi
mypy/typeshed/stdlib/shutil.pyi
mypy/typeshed/stdlib/signal.pyi
mypy/typeshed/stdlib/site.pyi
mypy/typeshed/stdlib/smtpd.pyi
mypy/typeshed/stdlib/smtplib.pyi
mypy/typeshed/stdlib/sndhdr.pyi
mypy/typeshed/stdlib/socket.pyi
mypy/typeshed/stdlib/socketserver.pyi
mypy/typeshed/stdlib/spwd.pyi
mypy/typeshed/stdlib/sre_compile.pyi
mypy/typeshed/stdlib/sre_constants.pyi
mypy/typeshed/stdlib/sre_parse.pyi
mypy/typeshed/stdlib/ssl.pyi
mypy/typeshed/stdlib/stat.pyi
mypy/typeshed/stdlib/statistics.pyi
mypy/typeshed/stdlib/stringprep.pyi
mypy/typeshed/stdlib/struct.pyi
mypy/typeshed/stdlib/subprocess.pyi
mypy/typeshed/stdlib/sunau.pyi
mypy/typeshed/stdlib/symbol.pyi
mypy/typeshed/stdlib/symtable.pyi
mypy/typeshed/stdlib/sysconfig.pyi
mypy/typeshed/stdlib/syslog.pyi
mypy/typeshed/stdlib/tabnanny.pyi
mypy/typeshed/stdlib/tarfile.pyi
mypy/typeshed/stdlib/telnetlib.pyi
mypy/typeshed/stdlib/tempfile.pyi
mypy/typeshed/stdlib/termios.pyi
mypy/typeshed/stdlib/textwrap.pyi
mypy/typeshed/stdlib/this.pyi
mypy/typeshed/stdlib/threading.pyi
mypy/typeshed/stdlib/time.pyi
mypy/typeshed/stdlib/timeit.pyi
mypy/typeshed/stdlib/token.pyi
mypy/typeshed/stdlib/tokenize.pyi
mypy/typeshed/stdlib/tomllib.pyi
mypy/typeshed/stdlib/trace.pyi
mypy/typeshed/stdlib/traceback.pyi
mypy/typeshed/stdlib/tracemalloc.pyi
mypy/typeshed/stdlib/tty.pyi
mypy/typeshed/stdlib/turtle.pyi
mypy/typeshed/stdlib/types.pyi
mypy/typeshed/stdlib/typing.pyi
mypy/typeshed/stdlib/typing_extensions.pyi
mypy/typeshed/stdlib/unicodedata.pyi
mypy/typeshed/stdlib/uu.pyi
mypy/typeshed/stdlib/uuid.pyi
mypy/typeshed/stdlib/warnings.pyi
mypy/typeshed/stdlib/wave.pyi
mypy/typeshed/stdlib/weakref.pyi
mypy/typeshed/stdlib/webbrowser.pyi
mypy/typeshed/stdlib/winreg.pyi
mypy/typeshed/stdlib/winsound.pyi
mypy/typeshed/stdlib/xdrlib.pyi
mypy/typeshed/stdlib/xxlimited.pyi
mypy/typeshed/stdlib/zipapp.pyi
mypy/typeshed/stdlib/zipimport.pyi
mypy/typeshed/stdlib/zlib.pyi
mypy/typeshed/stdlib/_typeshed/__init__.pyi
mypy/typeshed/stdlib/_typeshed/_type_checker_internals.pyi
mypy/typeshed/stdlib/_typeshed/dbapi.pyi
mypy/typeshed/stdlib/_typeshed/importlib.pyi
mypy/typeshed/stdlib/_typeshed/wsgi.pyi
mypy/typeshed/stdlib/_typeshed/xml.pyi
mypy/typeshed/stdlib/asyncio/__init__.pyi
mypy/typeshed/stdlib/asyncio/base_events.pyi
mypy/typeshed/stdlib/asyncio/base_futures.pyi
mypy/typeshed/stdlib/asyncio/base_subprocess.pyi
mypy/typeshed/stdlib/asyncio/base_tasks.pyi
mypy/typeshed/stdlib/asyncio/constants.pyi
mypy/typeshed/stdlib/asyncio/coroutines.pyi
mypy/typeshed/stdlib/asyncio/events.pyi
mypy/typeshed/stdlib/asyncio/exceptions.pyi
mypy/typeshed/stdlib/asyncio/format_helpers.pyi
mypy/typeshed/stdlib/asyncio/futures.pyi
mypy/typeshed/stdlib/asyncio/graph.pyi
mypy/typeshed/stdlib/asyncio/locks.pyi
mypy/typeshed/stdlib/asyncio/log.pyi
mypy/typeshed/stdlib/asyncio/mixins.pyi
mypy/typeshed/stdlib/asyncio/proactor_events.pyi
mypy/typeshed/stdlib/asyncio/protocols.pyi
mypy/typeshed/stdlib/asyncio/queues.pyi
mypy/typeshed/stdlib/asyncio/runners.pyi
mypy/typeshed/stdlib/asyncio/selector_events.pyi
mypy/typeshed/stdlib/asyncio/sslproto.pyi
mypy/typeshed/stdlib/asyncio/staggered.pyi
mypy/typeshed/stdlib/asyncio/streams.pyi
mypy/typeshed/stdlib/asyncio/subprocess.pyi
mypy/typeshed/stdlib/asyncio/taskgroups.pyi
mypy/typeshed/stdlib/asyncio/tasks.pyi
mypy/typeshed/stdlib/asyncio/threads.pyi
mypy/typeshed/stdlib/asyncio/timeouts.pyi
mypy/typeshed/stdlib/asyncio/transports.pyi
mypy/typeshed/stdlib/asyncio/trsock.pyi
mypy/typeshed/stdlib/asyncio/unix_events.pyi
mypy/typeshed/stdlib/asyncio/windows_events.pyi
mypy/typeshed/stdlib/asyncio/windows_utils.pyi
mypy/typeshed/stdlib/collections/__init__.pyi
mypy/typeshed/stdlib/collections/abc.pyi
mypy/typeshed/stdlib/compression/__init__.pyi
mypy/typeshed/stdlib/compression/_common/__init__.pyi
mypy/typeshed/stdlib/compression/_common/_streams.pyi
mypy/typeshed/stdlib/compression/bz2/__init__.pyi
mypy/typeshed/stdlib/compression/gzip/__init__.pyi
mypy/typeshed/stdlib/compression/lzma/__init__.pyi
mypy/typeshed/stdlib/compression/zlib/__init__.pyi
mypy/typeshed/stdlib/concurrent/__init__.pyi
mypy/typeshed/stdlib/concurrent/futures/__init__.pyi
mypy/typeshed/stdlib/concurrent/futures/_base.pyi
mypy/typeshed/stdlib/concurrent/futures/interpreter.pyi
mypy/typeshed/stdlib/concurrent/futures/process.pyi
mypy/typeshed/stdlib/concurrent/futures/thread.pyi
mypy/typeshed/stdlib/ctypes/__init__.pyi
mypy/typeshed/stdlib/ctypes/_endian.pyi
mypy/typeshed/stdlib/ctypes/util.pyi
mypy/typeshed/stdlib/ctypes/wintypes.pyi
mypy/typeshed/stdlib/ctypes/macholib/__init__.pyi
mypy/typeshed/stdlib/ctypes/macholib/dyld.pyi
mypy/typeshed/stdlib/ctypes/macholib/dylib.pyi
mypy/typeshed/stdlib/ctypes/macholib/framework.pyi
mypy/typeshed/stdlib/curses/__init__.pyi
mypy/typeshed/stdlib/curses/ascii.pyi
mypy/typeshed/stdlib/curses/has_key.pyi
mypy/typeshed/stdlib/curses/panel.pyi
mypy/typeshed/stdlib/curses/textpad.pyi
mypy/typeshed/stdlib/dbm/__init__.pyi
mypy/typeshed/stdlib/dbm/dumb.pyi
mypy/typeshed/stdlib/dbm/gnu.pyi
mypy/typeshed/stdlib/dbm/ndbm.pyi
mypy/typeshed/stdlib/dbm/sqlite3.pyi
mypy/typeshed/stdlib/distutils/__init__.pyi
mypy/typeshed/stdlib/distutils/_msvccompiler.pyi
mypy/typeshed/stdlib/distutils/archive_util.pyi
mypy/typeshed/stdlib/distutils/bcppcompiler.pyi
mypy/typeshed/stdlib/distutils/ccompiler.pyi
mypy/typeshed/stdlib/distutils/cmd.pyi
mypy/typeshed/stdlib/distutils/config.pyi
mypy/typeshed/stdlib/distutils/core.pyi
mypy/typeshed/stdlib/distutils/cygwinccompiler.pyi
mypy/typeshed/stdlib/distutils/debug.pyi
mypy/typeshed/stdlib/distutils/dep_util.pyi
mypy/typeshed/stdlib/distutils/dir_util.pyi
mypy/typeshed/stdlib/distutils/dist.pyi
mypy/typeshed/stdlib/distutils/errors.pyi
mypy/typeshed/stdlib/distutils/extension.pyi
mypy/typeshed/stdlib/distutils/fancy_getopt.pyi
mypy/typeshed/stdlib/distutils/file_util.pyi
mypy/typeshed/stdlib/distutils/filelist.pyi
mypy/typeshed/stdlib/distutils/log.pyi
mypy/typeshed/stdlib/distutils/msvccompiler.pyi
mypy/typeshed/stdlib/distutils/spawn.pyi
mypy/typeshed/stdlib/distutils/sysconfig.pyi
mypy/typeshed/stdlib/distutils/text_file.pyi
mypy/typeshed/stdlib/distutils/unixccompiler.pyi
mypy/typeshed/stdlib/distutils/util.pyi
mypy/typeshed/stdlib/distutils/version.pyi
mypy/typeshed/stdlib/distutils/command/__init__.pyi
mypy/typeshed/stdlib/distutils/command/bdist.pyi
mypy/typeshed/stdlib/distutils/command/bdist_dumb.pyi
mypy/typeshed/stdlib/distutils/command/bdist_msi.pyi
mypy/typeshed/stdlib/distutils/command/bdist_packager.pyi
mypy/typeshed/stdlib/distutils/command/bdist_rpm.pyi
mypy/typeshed/stdlib/distutils/command/bdist_wininst.pyi
mypy/typeshed/stdlib/distutils/command/build.pyi
mypy/typeshed/stdlib/distutils/command/build_clib.pyi
mypy/typeshed/stdlib/distutils/command/build_ext.pyi
mypy/typeshed/stdlib/distutils/command/build_py.pyi
mypy/typeshed/stdlib/distutils/command/build_scripts.pyi
mypy/typeshed/stdlib/distutils/command/check.pyi
mypy/typeshed/stdlib/distutils/command/clean.pyi
mypy/typeshed/stdlib/distutils/command/config.pyi
mypy/typeshed/stdlib/distutils/command/install.pyi
mypy/typeshed/stdlib/distutils/command/install_data.pyi
mypy/typeshed/stdlib/distutils/command/install_egg_info.pyi
mypy/typeshed/stdlib/distutils/command/install_headers.pyi
mypy/typeshed/stdlib/distutils/command/install_lib.pyi
mypy/typeshed/stdlib/distutils/command/install_scripts.pyi
mypy/typeshed/stdlib/distutils/command/register.pyi
mypy/typeshed/stdlib/distutils/command/sdist.pyi
mypy/typeshed/stdlib/distutils/command/upload.pyi
mypy/typeshed/stdlib/email/__init__.pyi
mypy/typeshed/stdlib/email/_header_value_parser.pyi
mypy/typeshed/stdlib/email/_policybase.pyi
mypy/typeshed/stdlib/email/base64mime.pyi
mypy/typeshed/stdlib/email/charset.pyi
mypy/typeshed/stdlib/email/contentmanager.pyi
mypy/typeshed/stdlib/email/encoders.pyi
mypy/typeshed/stdlib/email/errors.pyi
mypy/typeshed/stdlib/email/feedparser.pyi
mypy/typeshed/stdlib/email/generator.pyi
mypy/typeshed/stdlib/email/header.pyi
mypy/typeshed/stdlib/email/headerregistry.pyi
mypy/typeshed/stdlib/email/iterators.pyi
mypy/typeshed/stdlib/email/message.pyi
mypy/typeshed/stdlib/email/parser.pyi
mypy/typeshed/stdlib/email/policy.pyi
mypy/typeshed/stdlib/email/quoprimime.pyi
mypy/typeshed/stdlib/email/utils.pyi
mypy/typeshed/stdlib/email/mime/__init__.pyi
mypy/typeshed/stdlib/email/mime/application.pyi
mypy/typeshed/stdlib/email/mime/audio.pyi
mypy/typeshed/stdlib/email/mime/base.pyi
mypy/typeshed/stdlib/email/mime/image.pyi
mypy/typeshed/stdlib/email/mime/message.pyi
mypy/typeshed/stdlib/email/mime/multipart.pyi
mypy/typeshed/stdlib/email/mime/nonmultipart.pyi
mypy/typeshed/stdlib/email/mime/text.pyi
mypy/typeshed/stdlib/encodings/__init__.pyi
mypy/typeshed/stdlib/encodings/aliases.pyi
mypy/typeshed/stdlib/encodings/ascii.pyi
mypy/typeshed/stdlib/encodings/base64_codec.pyi
mypy/typeshed/stdlib/encodings/big5.pyi
mypy/typeshed/stdlib/encodings/big5hkscs.pyi
mypy/typeshed/stdlib/encodings/bz2_codec.pyi
mypy/typeshed/stdlib/encodings/charmap.pyi
mypy/typeshed/stdlib/encodings/cp037.pyi
mypy/typeshed/stdlib/encodings/cp1006.pyi
mypy/typeshed/stdlib/encodings/cp1026.pyi
mypy/typeshed/stdlib/encodings/cp1125.pyi
mypy/typeshed/stdlib/encodings/cp1140.pyi
mypy/typeshed/stdlib/encodings/cp1250.pyi
mypy/typeshed/stdlib/encodings/cp1251.pyi
mypy/typeshed/stdlib/encodings/cp1252.pyi
mypy/typeshed/stdlib/encodings/cp1253.pyi
mypy/typeshed/stdlib/encodings/cp1254.pyi
mypy/typeshed/stdlib/encodings/cp1255.pyi
mypy/typeshed/stdlib/encodings/cp1256.pyi
mypy/typeshed/stdlib/encodings/cp1257.pyi
mypy/typeshed/stdlib/encodings/cp1258.pyi
mypy/typeshed/stdlib/encodings/cp273.pyi
mypy/typeshed/stdlib/encodings/cp424.pyi
mypy/typeshed/stdlib/encodings/cp437.pyi
mypy/typeshed/stdlib/encodings/cp500.pyi
mypy/typeshed/stdlib/encodings/cp720.pyi
mypy/typeshed/stdlib/encodings/cp737.pyi
mypy/typeshed/stdlib/encodings/cp775.pyi
mypy/typeshed/stdlib/encodings/cp850.pyi
mypy/typeshed/stdlib/encodings/cp852.pyi
mypy/typeshed/stdlib/encodings/cp855.pyi
mypy/typeshed/stdlib/encodings/cp856.pyi
mypy/typeshed/stdlib/encodings/cp857.pyi
mypy/typeshed/stdlib/encodings/cp858.pyi
mypy/typeshed/stdlib/encodings/cp860.pyi
mypy/typeshed/stdlib/encodings/cp861.pyi
mypy/typeshed/stdlib/encodings/cp862.pyi
mypy/typeshed/stdlib/encodings/cp863.pyi
mypy/typeshed/stdlib/encodings/cp864.pyi
mypy/typeshed/stdlib/encodings/cp865.pyi
mypy/typeshed/stdlib/encodings/cp866.pyi
mypy/typeshed/stdlib/encodings/cp869.pyi
mypy/typeshed/stdlib/encodings/cp874.pyi
mypy/typeshed/stdlib/encodings/cp875.pyi
mypy/typeshed/stdlib/encodings/cp932.pyi
mypy/typeshed/stdlib/encodings/cp949.pyi
mypy/typeshed/stdlib/encodings/cp950.pyi
mypy/typeshed/stdlib/encodings/euc_jis_2004.pyi
mypy/typeshed/stdlib/encodings/euc_jisx0213.pyi
mypy/typeshed/stdlib/encodings/euc_jp.pyi
mypy/typeshed/stdlib/encodings/euc_kr.pyi
mypy/typeshed/stdlib/encodings/gb18030.pyi
mypy/typeshed/stdlib/encodings/gb2312.pyi
mypy/typeshed/stdlib/encodings/gbk.pyi
mypy/typeshed/stdlib/encodings/hex_codec.pyi
mypy/typeshed/stdlib/encodings/hp_roman8.pyi
mypy/typeshed/stdlib/encodings/hz.pyi
mypy/typeshed/stdlib/encodings/idna.pyi
mypy/typeshed/stdlib/encodings/iso2022_jp.pyi
mypy/typeshed/stdlib/encodings/iso2022_jp_1.pyi
mypy/typeshed/stdlib/encodings/iso2022_jp_2.pyi
mypy/typeshed/stdlib/encodings/iso2022_jp_2004.pyi
mypy/typeshed/stdlib/encodings/iso2022_jp_3.pyi
mypy/typeshed/stdlib/encodings/iso2022_jp_ext.pyi
mypy/typeshed/stdlib/encodings/iso2022_kr.pyi
mypy/typeshed/stdlib/encodings/iso8859_1.pyi
mypy/typeshed/stdlib/encodings/iso8859_10.pyi
mypy/typeshed/stdlib/encodings/iso8859_11.pyi
mypy/typeshed/stdlib/encodings/iso8859_13.pyi
mypy/typeshed/stdlib/encodings/iso8859_14.pyi
mypy/typeshed/stdlib/encodings/iso8859_15.pyi
mypy/typeshed/stdlib/encodings/iso8859_16.pyi
mypy/typeshed/stdlib/encodings/iso8859_2.pyi
mypy/typeshed/stdlib/encodings/iso8859_3.pyi
mypy/typeshed/stdlib/encodings/iso8859_4.pyi
mypy/typeshed/stdlib/encodings/iso8859_5.pyi
mypy/typeshed/stdlib/encodings/iso8859_6.pyi
mypy/typeshed/stdlib/encodings/iso8859_7.pyi
mypy/typeshed/stdlib/encodings/iso8859_8.pyi
mypy/typeshed/stdlib/encodings/iso8859_9.pyi
mypy/typeshed/stdlib/encodings/johab.pyi
mypy/typeshed/stdlib/encodings/koi8_r.pyi
mypy/typeshed/stdlib/encodings/koi8_t.pyi
mypy/typeshed/stdlib/encodings/koi8_u.pyi
mypy/typeshed/stdlib/encodings/kz1048.pyi
mypy/typeshed/stdlib/encodings/latin_1.pyi
mypy/typeshed/stdlib/encodings/mac_arabic.pyi
mypy/typeshed/stdlib/encodings/mac_croatian.pyi
mypy/typeshed/stdlib/encodings/mac_cyrillic.pyi
mypy/typeshed/stdlib/encodings/mac_farsi.pyi
mypy/typeshed/stdlib/encodings/mac_greek.pyi
mypy/typeshed/stdlib/encodings/mac_iceland.pyi
mypy/typeshed/stdlib/encodings/mac_latin2.pyi
mypy/typeshed/stdlib/encodings/mac_roman.pyi
mypy/typeshed/stdlib/encodings/mac_romanian.pyi
mypy/typeshed/stdlib/encodings/mac_turkish.pyi
mypy/typeshed/stdlib/encodings/mbcs.pyi
mypy/typeshed/stdlib/encodings/oem.pyi
mypy/typeshed/stdlib/encodings/palmos.pyi
mypy/typeshed/stdlib/encodings/ptcp154.pyi
mypy/typeshed/stdlib/encodings/punycode.pyi
mypy/typeshed/stdlib/encodings/quopri_codec.pyi
mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi
mypy/typeshed/stdlib/encodings/rot_13.pyi
mypy/typeshed/stdlib/encodings/shift_jis.pyi
mypy/typeshed/stdlib/encodings/shift_jis_2004.pyi
mypy/typeshed/stdlib/encodings/shift_jisx0213.pyi
mypy/typeshed/stdlib/encodings/tis_620.pyi
mypy/typeshed/stdlib/encodings/undefined.pyi
mypy/typeshed/stdlib/encodings/unicode_escape.pyi
mypy/typeshed/stdlib/encodings/utf_16.pyi
mypy/typeshed/stdlib/encodings/utf_16_be.pyi
mypy/typeshed/stdlib/encodings/utf_16_le.pyi
mypy/typeshed/stdlib/encodings/utf_32.pyi
mypy/typeshed/stdlib/encodings/utf_32_be.pyi
mypy/typeshed/stdlib/encodings/utf_32_le.pyi
mypy/typeshed/stdlib/encodings/utf_7.pyi
mypy/typeshed/stdlib/encodings/utf_8.pyi
mypy/typeshed/stdlib/encodings/utf_8_sig.pyi
mypy/typeshed/stdlib/encodings/uu_codec.pyi
mypy/typeshed/stdlib/encodings/zlib_codec.pyi
mypy/typeshed/stdlib/ensurepip/__init__.pyi
mypy/typeshed/stdlib/html/__init__.pyi
mypy/typeshed/stdlib/html/entities.pyi
mypy/typeshed/stdlib/html/parser.pyi
mypy/typeshed/stdlib/http/__init__.pyi
mypy/typeshed/stdlib/http/client.pyi
mypy/typeshed/stdlib/http/cookiejar.pyi
mypy/typeshed/stdlib/http/cookies.pyi
mypy/typeshed/stdlib/http/server.pyi
mypy/typeshed/stdlib/importlib/__init__.pyi
mypy/typeshed/stdlib/importlib/_abc.pyi
mypy/typeshed/stdlib/importlib/_bootstrap.pyi
mypy/typeshed/stdlib/importlib/_bootstrap_external.pyi
mypy/typeshed/stdlib/importlib/abc.pyi
mypy/typeshed/stdlib/importlib/machinery.pyi
mypy/typeshed/stdlib/importlib/readers.pyi
mypy/typeshed/stdlib/importlib/simple.pyi
mypy/typeshed/stdlib/importlib/util.pyi
mypy/typeshed/stdlib/importlib/metadata/__init__.pyi
mypy/typeshed/stdlib/importlib/metadata/_meta.pyi
mypy/typeshed/stdlib/importlib/metadata/diagnose.pyi
mypy/typeshed/stdlib/importlib/resources/__init__.pyi
mypy/typeshed/stdlib/importlib/resources/_common.pyi
mypy/typeshed/stdlib/importlib/resources/_functional.pyi
mypy/typeshed/stdlib/importlib/resources/abc.pyi
mypy/typeshed/stdlib/importlib/resources/readers.pyi
mypy/typeshed/stdlib/importlib/resources/simple.pyi
mypy/typeshed/stdlib/json/__init__.pyi
mypy/typeshed/stdlib/json/decoder.pyi
mypy/typeshed/stdlib/json/encoder.pyi
mypy/typeshed/stdlib/json/scanner.pyi
mypy/typeshed/stdlib/json/tool.pyi
mypy/typeshed/stdlib/lib2to3/__init__.pyi
mypy/typeshed/stdlib/lib2to3/btm_matcher.pyi
mypy/typeshed/stdlib/lib2to3/fixer_base.pyi
mypy/typeshed/stdlib/lib2to3/main.pyi
mypy/typeshed/stdlib/lib2to3/pygram.pyi
mypy/typeshed/stdlib/lib2to3/pytree.pyi
mypy/typeshed/stdlib/lib2to3/refactor.pyi
mypy/typeshed/stdlib/lib2to3/fixes/__init__.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_except.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_future.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_import.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_input.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_long.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_map.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_next.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_print.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_types.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi
mypy/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi
mypy/typeshed/stdlib/lib2to3/pgen2/__init__.pyi
mypy/typeshed/stdlib/lib2to3/pgen2/driver.pyi
mypy/typeshed/stdlib/lib2to3/pgen2/grammar.pyi
mypy/typeshed/stdlib/lib2to3/pgen2/literals.pyi
mypy/typeshed/stdlib/lib2to3/pgen2/parse.pyi
mypy/typeshed/stdlib/lib2to3/pgen2/pgen.pyi
mypy/typeshed/stdlib/lib2to3/pgen2/token.pyi
mypy/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi
mypy/typeshed/stdlib/logging/__init__.pyi
mypy/typeshed/stdlib/logging/config.pyi
mypy/typeshed/stdlib/logging/handlers.pyi
mypy/typeshed/stdlib/msilib/__init__.pyi
mypy/typeshed/stdlib/msilib/schema.pyi
mypy/typeshed/stdlib/msilib/sequence.pyi
mypy/typeshed/stdlib/msilib/text.pyi
mypy/typeshed/stdlib/multiprocessing/__init__.pyi
mypy/typeshed/stdlib/multiprocessing/connection.pyi
mypy/typeshed/stdlib/multiprocessing/context.pyi
mypy/typeshed/stdlib/multiprocessing/forkserver.pyi
mypy/typeshed/stdlib/multiprocessing/heap.pyi
mypy/typeshed/stdlib/multiprocessing/managers.pyi
mypy/typeshed/stdlib/multiprocessing/pool.pyi
mypy/typeshed/stdlib/multiprocessing/popen_fork.pyi
mypy/typeshed/stdlib/multiprocessing/popen_forkserver.pyi
mypy/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi
mypy/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi
mypy/typeshed/stdlib/multiprocessing/process.pyi
mypy/typeshed/stdlib/multiprocessing/queues.pyi
mypy/typeshed/stdlib/multiprocessing/reduction.pyi
mypy/typeshed/stdlib/multiprocessing/resource_sharer.pyi
mypy/typeshed/stdlib/multiprocessing/resource_tracker.pyi
mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi
mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi
mypy/typeshed/stdlib/multiprocessing/spawn.pyi
mypy/typeshed/stdlib/multiprocessing/synchronize.pyi
mypy/typeshed/stdlib/multiprocessing/util.pyi
mypy/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
mypy/typeshed/stdlib/multiprocessing/dummy/connection.pyi
mypy/typeshed/stdlib/os/__init__.pyi
mypy/typeshed/stdlib/os/path.pyi
mypy/typeshed/stdlib/pathlib/__init__.pyi
mypy/typeshed/stdlib/pathlib/types.pyi
mypy/typeshed/stdlib/pydoc_data/__init__.pyi
mypy/typeshed/stdlib/pydoc_data/topics.pyi
mypy/typeshed/stdlib/pyexpat/__init__.pyi
mypy/typeshed/stdlib/pyexpat/errors.pyi
mypy/typeshed/stdlib/pyexpat/model.pyi
mypy/typeshed/stdlib/sqlite3/__init__.pyi
mypy/typeshed/stdlib/sqlite3/dbapi2.pyi
mypy/typeshed/stdlib/sqlite3/dump.pyi
mypy/typeshed/stdlib/string/__init__.pyi
mypy/typeshed/stdlib/string/templatelib.pyi
mypy/typeshed/stdlib/sys/__init__.pyi
mypy/typeshed/stdlib/sys/_monitoring.pyi
mypy/typeshed/stdlib/tkinter/__init__.pyi
mypy/typeshed/stdlib/tkinter/colorchooser.pyi
mypy/typeshed/stdlib/tkinter/commondialog.pyi
mypy/typeshed/stdlib/tkinter/constants.pyi
mypy/typeshed/stdlib/tkinter/dialog.pyi
mypy/typeshed/stdlib/tkinter/dnd.pyi
mypy/typeshed/stdlib/tkinter/filedialog.pyi
mypy/typeshed/stdlib/tkinter/font.pyi
mypy/typeshed/stdlib/tkinter/messagebox.pyi
mypy/typeshed/stdlib/tkinter/scrolledtext.pyi
mypy/typeshed/stdlib/tkinter/simpledialog.pyi
mypy/typeshed/stdlib/tkinter/tix.pyi
mypy/typeshed/stdlib/tkinter/ttk.pyi
mypy/typeshed/stdlib/unittest/__init__.pyi
mypy/typeshed/stdlib/unittest/_log.pyi
mypy/typeshed/stdlib/unittest/async_case.pyi
mypy/typeshed/stdlib/unittest/case.pyi
mypy/typeshed/stdlib/unittest/loader.pyi
mypy/typeshed/stdlib/unittest/main.pyi
mypy/typeshed/stdlib/unittest/mock.pyi
mypy/typeshed/stdlib/unittest/result.pyi
mypy/typeshed/stdlib/unittest/runner.pyi
mypy/typeshed/stdlib/unittest/signals.pyi
mypy/typeshed/stdlib/unittest/suite.pyi
mypy/typeshed/stdlib/unittest/util.pyi
mypy/typeshed/stdlib/urllib/__init__.pyi
mypy/typeshed/stdlib/urllib/error.pyi
mypy/typeshed/stdlib/urllib/parse.pyi
mypy/typeshed/stdlib/urllib/request.pyi
mypy/typeshed/stdlib/urllib/response.pyi
mypy/typeshed/stdlib/urllib/robotparser.pyi
mypy/typeshed/stdlib/venv/__init__.pyi
mypy/typeshed/stdlib/wsgiref/__init__.pyi
mypy/typeshed/stdlib/wsgiref/handlers.pyi
mypy/typeshed/stdlib/wsgiref/headers.pyi
mypy/typeshed/stdlib/wsgiref/simple_server.pyi
mypy/typeshed/stdlib/wsgiref/types.pyi
mypy/typeshed/stdlib/wsgiref/util.pyi
mypy/typeshed/stdlib/wsgiref/validate.pyi
mypy/typeshed/stdlib/xml/__init__.pyi
mypy/typeshed/stdlib/xml/dom/NodeFilter.pyi
mypy/typeshed/stdlib/xml/dom/__init__.pyi
mypy/typeshed/stdlib/xml/dom/domreg.pyi
mypy/typeshed/stdlib/xml/dom/expatbuilder.pyi
mypy/typeshed/stdlib/xml/dom/minicompat.pyi
mypy/typeshed/stdlib/xml/dom/minidom.pyi
mypy/typeshed/stdlib/xml/dom/pulldom.pyi
mypy/typeshed/stdlib/xml/dom/xmlbuilder.pyi
mypy/typeshed/stdlib/xml/etree/ElementInclude.pyi
mypy/typeshed/stdlib/xml/etree/ElementPath.pyi
mypy/typeshed/stdlib/xml/etree/ElementTree.pyi
mypy/typeshed/stdlib/xml/etree/__init__.pyi
mypy/typeshed/stdlib/xml/etree/cElementTree.pyi
mypy/typeshed/stdlib/xml/parsers/__init__.pyi
mypy/typeshed/stdlib/xml/parsers/expat/__init__.pyi
mypy/typeshed/stdlib/xml/parsers/expat/errors.pyi
mypy/typeshed/stdlib/xml/parsers/expat/model.pyi
mypy/typeshed/stdlib/xml/sax/__init__.pyi
mypy/typeshed/stdlib/xml/sax/_exceptions.pyi
mypy/typeshed/stdlib/xml/sax/expatreader.pyi
mypy/typeshed/stdlib/xml/sax/handler.pyi
mypy/typeshed/stdlib/xml/sax/saxutils.pyi
mypy/typeshed/stdlib/xml/sax/xmlreader.pyi
mypy/typeshed/stdlib/xmlrpc/__init__.pyi
mypy/typeshed/stdlib/xmlrpc/client.pyi
mypy/typeshed/stdlib/xmlrpc/server.pyi
mypy/typeshed/stdlib/zipfile/__init__.pyi
mypy/typeshed/stdlib/zipfile/_path/__init__.pyi
mypy/typeshed/stdlib/zipfile/_path/glob.pyi
mypy/typeshed/stdlib/zoneinfo/__init__.pyi
mypy/typeshed/stdlib/zoneinfo/_common.pyi
mypy/typeshed/stdlib/zoneinfo/_tzpath.pyi
mypy/typeshed/stubs/mypy-extensions/mypy_extensions.pyi
mypy/xml/mypy-html.css
mypy/xml/mypy-html.xslt
mypy/xml/mypy-txt.xslt
mypy/xml/mypy.xsd
mypyc/README.md
mypyc/__init__.py
mypyc/__main__.py
mypyc/annotate.py
mypyc/build.py
mypyc/common.py
mypyc/crash.py
mypyc/errors.py
mypyc/namegen.py
mypyc/options.py
mypyc/py.typed
mypyc/rt_subtype.py
mypyc/sametype.py
mypyc/subtype.py
mypyc/analysis/__init__.py
mypyc/analysis/attrdefined.py
mypyc/analysis/blockfreq.py
mypyc/analysis/dataflow.py
mypyc/analysis/ircheck.py
mypyc/analysis/selfleaks.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/codegen/literals.py
mypyc/doc/Makefile
mypyc/doc/bool_operations.rst
mypyc/doc/bytes_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/frozenset_operations.rst
mypyc/doc/future.md
mypyc/doc/getting_started.rst
mypyc/doc/index.rst
mypyc/doc/int_operations.rst
mypyc/doc/introduction.rst
mypyc/doc/list_operations.rst
mypyc/doc/make.bat
mypyc/doc/native_classes.rst
mypyc/doc/native_operations.rst
mypyc/doc/performance_tips_and_tricks.rst
mypyc/doc/set_operations.rst
mypyc/doc/str_operations.rst
mypyc/doc/tuple_operations.rst
mypyc/doc/using_type_annotations.rst
mypyc/external/googletest/LICENSE
mypyc/external/googletest/README.md
mypyc/external/googletest/include/gtest/gtest-death-test.h
mypyc/external/googletest/include/gtest/gtest-message.h
mypyc/external/googletest/include/gtest/gtest-param-test.h
mypyc/external/googletest/include/gtest/gtest-param-test.h.pump
mypyc/external/googletest/include/gtest/gtest-printers.h
mypyc/external/googletest/include/gtest/gtest-spi.h
mypyc/external/googletest/include/gtest/gtest-test-part.h
mypyc/external/googletest/include/gtest/gtest-typed-test.h
mypyc/external/googletest/include/gtest/gtest.h
mypyc/external/googletest/include/gtest/gtest_pred_impl.h
mypyc/external/googletest/include/gtest/gtest_prod.h
mypyc/external/googletest/include/gtest/internal/gtest-death-test-internal.h
mypyc/external/googletest/include/gtest/internal/gtest-filepath.h
mypyc/external/googletest/include/gtest/internal/gtest-internal.h
mypyc/external/googletest/include/gtest/internal/gtest-linked_ptr.h
mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h
mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h.pump
mypyc/external/googletest/include/gtest/internal/gtest-param-util.h
mypyc/external/googletest/include/gtest/internal/gtest-port-arch.h
mypyc/external/googletest/include/gtest/internal/gtest-port.h
mypyc/external/googletest/include/gtest/internal/gtest-string.h
mypyc/external/googletest/include/gtest/internal/gtest-tuple.h
mypyc/external/googletest/include/gtest/internal/gtest-tuple.h.pump
mypyc/external/googletest/include/gtest/internal/gtest-type-util.h
mypyc/external/googletest/include/gtest/internal/gtest-type-util.h.pump
mypyc/external/googletest/include/gtest/internal/custom/gtest-port.h
mypyc/external/googletest/include/gtest/internal/custom/gtest-printers.h
mypyc/external/googletest/include/gtest/internal/custom/gtest.h
mypyc/external/googletest/make/Makefile
mypyc/external/googletest/src/gtest-all.cc
mypyc/external/googletest/src/gtest-death-test.cc
mypyc/external/googletest/src/gtest-filepath.cc
mypyc/external/googletest/src/gtest-internal-inl.h
mypyc/external/googletest/src/gtest-port.cc
mypyc/external/googletest/src/gtest-printers.cc
mypyc/external/googletest/src/gtest-test-part.cc
mypyc/external/googletest/src/gtest-typed-test.cc
mypyc/external/googletest/src/gtest.cc
mypyc/external/googletest/src/gtest_main.cc
mypyc/ir/__init__.py
mypyc/ir/class_ir.py
mypyc/ir/func_ir.py
mypyc/ir/module_ir.py
mypyc/ir/ops.py
mypyc/ir/pprint.py
mypyc/ir/rtypes.py
mypyc/irbuild/__init__.py
mypyc/irbuild/ast_helpers.py
mypyc/irbuild/builder.py
mypyc/irbuild/callable_class.py
mypyc/irbuild/classdef.py
mypyc/irbuild/constant_fold.py
mypyc/irbuild/context.py
mypyc/irbuild/env_class.py
mypyc/irbuild/expression.py
mypyc/irbuild/for_helpers.py
mypyc/irbuild/format_str_tokenizer.py
mypyc/irbuild/function.py
mypyc/irbuild/generator.py
mypyc/irbuild/ll_builder.py
mypyc/irbuild/main.py
mypyc/irbuild/mapper.py
mypyc/irbuild/match.py
mypyc/irbuild/missingtypevisitor.py
mypyc/irbuild/nonlocalcontrol.py
mypyc/irbuild/prebuildvisitor.py
mypyc/irbuild/prepare.py
mypyc/irbuild/specialize.py
mypyc/irbuild/statement.py
mypyc/irbuild/targets.py
mypyc/irbuild/util.py
mypyc/irbuild/visitor.py
mypyc/irbuild/vtable.py
mypyc/lib-rt/CPy.h
mypyc/lib-rt/bytes_ops.c
mypyc/lib-rt/dict_ops.c
mypyc/lib-rt/exc_ops.c
mypyc/lib-rt/float_ops.c
mypyc/lib-rt/generic_ops.c
mypyc/lib-rt/getargs.c
mypyc/lib-rt/getargsfast.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/pythoncapi_compat.h
mypyc/lib-rt/pythonsupport.c
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/lower/__init__.py
mypyc/lower/int_ops.py
mypyc/lower/list_ops.py
mypyc/lower/misc_ops.py
mypyc/lower/registry.py
mypyc/primitives/__init__.py
mypyc/primitives/bytes_ops.py
mypyc/primitives/dict_ops.py
mypyc/primitives/exc_ops.py
mypyc/primitives/float_ops.py
mypyc/primitives/generic_ops.py
mypyc/primitives/int_ops.py
mypyc/primitives/list_ops.py
mypyc/primitives/misc_ops.py
mypyc/primitives/registry.py
mypyc/primitives/set_ops.py
mypyc/primitives/str_ops.py
mypyc/primitives/tuple_ops.py
mypyc/test/__init__.py
mypyc/test/config.py
mypyc/test/test_alwaysdefined.py
mypyc/test/test_analysis.py
mypyc/test/test_annotate.py
mypyc/test/test_cheader.py
mypyc/test/test_commandline.py
mypyc/test/test_emit.py
mypyc/test/test_emitclass.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_ircheck.py
mypyc/test/test_literals.py
mypyc/test/test_lowering.py
mypyc/test/test_misc.py
mypyc/test/test_namegen.py
mypyc/test/test_optimizations.py
mypyc/test/test_pprint.py
mypyc/test/test_rarray.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/test_typeops.py
mypyc/test/testutil.py
mypyc/test-data/alwaysdefined.test
mypyc/test-data/analysis.test
mypyc/test-data/annotate-basic.test
mypyc/test-data/commandline.test
mypyc/test-data/exceptions-freq.test
mypyc/test-data/exceptions.test
mypyc/test-data/irbuild-any.test
mypyc/test-data/irbuild-basic.test
mypyc/test-data/irbuild-bool.test
mypyc/test-data/irbuild-bytes.test
mypyc/test-data/irbuild-classes.test
mypyc/test-data/irbuild-constant-fold.test
mypyc/test-data/irbuild-dict.test
mypyc/test-data/irbuild-dunders.test
mypyc/test-data/irbuild-float.test
mypyc/test-data/irbuild-frozenset.test
mypyc/test-data/irbuild-generics.test
mypyc/test-data/irbuild-glue-methods.test
mypyc/test-data/irbuild-i16.test
mypyc/test-data/irbuild-i32.test
mypyc/test-data/irbuild-i64.test
mypyc/test-data/irbuild-int.test
mypyc/test-data/irbuild-isinstance.test
mypyc/test-data/irbuild-lists.test
mypyc/test-data/irbuild-match.test
mypyc/test-data/irbuild-math.test
mypyc/test-data/irbuild-nested.test
mypyc/test-data/irbuild-optional.test
mypyc/test-data/irbuild-set.test
mypyc/test-data/irbuild-singledispatch.test
mypyc/test-data/irbuild-statements.test
mypyc/test-data/irbuild-str.test
mypyc/test-data/irbuild-strip-asserts.test
mypyc/test-data/irbuild-try.test
mypyc/test-data/irbuild-tuple.test
mypyc/test-data/irbuild-u8.test
mypyc/test-data/irbuild-unreachable.test
mypyc/test-data/irbuild-vectorcall.test
mypyc/test-data/lowering-int.test
mypyc/test-data/lowering-list.test
mypyc/test-data/opt-copy-propagation.test
mypyc/test-data/opt-flag-elimination.test
mypyc/test-data/refcount.test
mypyc/test-data/run-async.test
mypyc/test-data/run-attrs.test
mypyc/test-data/run-bench.test
mypyc/test-data/run-bools.test
mypyc/test-data/run-bytes.test
mypyc/test-data/run-classes.test
mypyc/test-data/run-dicts.test
mypyc/test-data/run-dunders-special.test
mypyc/test-data/run-dunders.test
mypyc/test-data/run-exceptions.test
mypyc/test-data/run-floats.test
mypyc/test-data/run-functions.test
mypyc/test-data/run-generators.test
mypyc/test-data/run-generics.test
mypyc/test-data/run-i16.test
mypyc/test-data/run-i32.test
mypyc/test-data/run-i64.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-match.test
mypyc/test-data/run-math.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-python312.test
mypyc/test-data/run-python37.test
mypyc/test-data/run-python38.test
mypyc/test-data/run-sets.test
mypyc/test-data/run-singledispatch.test
mypyc/test-data/run-strings.test
mypyc/test-data/run-traits.test
mypyc/test-data/run-tuples.test
mypyc/test-data/run-u8.test
mypyc/test-data/driver/driver.py
mypyc/test-data/fixtures/ir.py
mypyc/test-data/fixtures/testutil.py
mypyc/test-data/fixtures/typing-full.pyi
mypyc/transform/__init__.py
mypyc/transform/copy_propagation.py
mypyc/transform/exceptions.py
mypyc/transform/flag_elimination.py
mypyc/transform/ir_transform.py
mypyc/transform/lower.py
mypyc/transform/refcount.py
mypyc/transform/spill.py
mypyc/transform/uninit.py
test-data/packages/modulefinder/readme.txt
test-data/packages/modulefinder-site-packages/standalone.py
test-data/packages/modulefinder-site-packages/baz/baz_pkg/__init__.py
test-data/packages/modulefinder-site-packages/baz/baz_pkg/py.typed
test-data/packages/modulefinder-site-packages/baz/ns_baz_pkg/a.py
test-data/packages/modulefinder-site-packages/baz/ns_baz_pkg/py.typed
test-data/packages/modulefinder-site-packages/foo/__init__.py
test-data/packages/modulefinder-site-packages/foo/bar.py
test-data/packages/modulefinder-site-packages/foo-stubs/__init__.pyi
test-data/packages/modulefinder-site-packages/foo-stubs/bar.pyi
test-data/packages/modulefinder-site-packages/foo-stubs/qux.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/ns_pkg_w_stubs-stubs/typed/__init__.pyi
test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs/typed/__init__.py
test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs/typed_inline/__init__.py
test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs/typed_inline/py.typed
test-data/packages/modulefinder-site-packages/ns_pkg_w_stubs/untyped/__init__.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_typed_w_stubs/__init__.py
test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/__init__.pyi
test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/py.typed
test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/spam.py
test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs/spam.pyi
test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs-stubs/__init__.pyi
test-data/packages/modulefinder-site-packages/pkg_typed_w_stubs-stubs/spam.pyi
test-data/packages/modulefinder-site-packages/pkg_untyped/__init__.py
test-data/packages/modulefinder-site-packages/pkg_untyped/a.py
test-data/packages/modulefinder-site-packages/pkg_untyped/b/__init__.py
test-data/packages/modulefinder-site-packages/pkg_untyped/b/c.py
test-data/packages/modulefinder-src/neighbor_pkg/__init__.py
test-data/packages/modulefinder-src/neighbor_pkg/py.typed
test-data/packages/modulefinder-src/ns_neighbor_pkg/a.py
test-data/packages/modulefinder-src/ns_neighbor_pkg/py.typed
test-data/packages/modulefinder/nsx-pkg1/nsx/a/__init__.py
test-data/packages/modulefinder/nsx-pkg2/nsx/b/__init__.py
test-data/packages/modulefinder/nsx-pkg3/nsx/c/c
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
test-data/packages/modulefinder/pkg1/a.py
test-data/packages/modulefinder/pkg2/b/__init__.py
test-data/packages/typedpkg/pyproject.toml
test-data/packages/typedpkg-stubs/pyproject.toml
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_a/pyproject.toml
test-data/packages/typedpkg_ns_a/typedpkg_ns/__init__.py
test-data/packages/typedpkg_ns_a/typedpkg_ns/a/__init__.py
test-data/packages/typedpkg_ns_a/typedpkg_ns/a/bbb.py
test-data/packages/typedpkg_ns_a/typedpkg_ns/a/py.typed
test-data/packages/typedpkg_ns_b/pyproject.toml
test-data/packages/typedpkg_ns_b-stubs/pyproject.toml
test-data/packages/typedpkg_ns_b-stubs/typedpkg_ns-stubs/b/__init__.pyi
test-data/packages/typedpkg_ns_b-stubs/typedpkg_ns-stubs/b/bbb.pyi
test-data/packages/typedpkg_ns_b/typedpkg_ns/__init__.py
test-data/packages/typedpkg_ns_b/typedpkg_ns/b/__init__.py
test-data/packages/typedpkg_ns_b/typedpkg_ns/b/bbb.py
test-data/packages/typedpkg_ns_nested/pyproject.toml
test-data/packages/typedpkg_ns_nested/typedpkg_ns/a/__init__.py
test-data/packages/typedpkg_ns_nested/typedpkg_ns/a/py.typed
test-data/packages/typedpkg_ns_nested/typedpkg_ns/b/__init__.py
test-data/pybind11_fixtures/pyproject.toml
test-data/pybind11_fixtures/setup.py
test-data/pybind11_fixtures/expected_stubs_no_docs/pybind11_fixtures/__init__.pyi
test-data/pybind11_fixtures/expected_stubs_no_docs/pybind11_fixtures/demo.pyi
test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/__init__.pyi
test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/demo.pyi
test-data/pybind11_fixtures/src/main.cpp
test-data/unit/README.md
test-data/unit/check-abstract.test
test-data/unit/check-annotated.test
test-data/unit/check-assert-type-fail.test
test-data/unit/check-async-await.test
test-data/unit/check-basic.test
test-data/unit/check-bound.test
test-data/unit/check-callable.test
test-data/unit/check-class-namedtuple.test
test-data/unit/check-classes.test
test-data/unit/check-classvar.test
test-data/unit/check-columns.test
test-data/unit/check-ctypes.test
test-data/unit/check-custom-plugin.test
test-data/unit/check-dataclass-transform.test
test-data/unit/check-dataclasses.test
test-data/unit/check-deprecated.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-formatting.test
test-data/unit/check-functions.test
test-data/unit/check-functools.test
test-data/unit/check-generic-alias.test
test-data/unit/check-generic-subtyping.test
test-data/unit/check-generics.test
test-data/unit/check-ignore.test
test-data/unit/check-incomplete-fixture.test
test-data/unit/check-incremental.test
test-data/unit/check-inference-context.test
test-data/unit/check-inference.test
test-data/unit/check-inline-config.test
test-data/unit/check-isinstance.test
test-data/unit/check-kwargs.test
test-data/unit/check-lists.test
test-data/unit/check-literal.test
test-data/unit/check-lowercase.test
test-data/unit/check-modules-case.test
test-data/unit/check-modules-fast.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-native-int.test
test-data/unit/check-newsemanal.test
test-data/unit/check-newsyntax.test
test-data/unit/check-newtype.test
test-data/unit/check-optional.test
test-data/unit/check-overloading.test
test-data/unit/check-parameter-specification.test
test-data/unit/check-plugin-attrs.test
test-data/unit/check-possibly-undefined.test
test-data/unit/check-protocols.test
test-data/unit/check-python310.test
test-data/unit/check-python311.test
test-data/unit/check-python312.test
test-data/unit/check-python313.test
test-data/unit/check-python38.test
test-data/unit/check-python39.test
test-data/unit/check-recursive-types.test
test-data/unit/check-redefine.test
test-data/unit/check-redefine2.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-singledispatch.test
test-data/unit/check-slots.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-object-type-inference.test
test-data/unit/check-type-promotion.test
test-data/unit/check-typeddict.test
test-data/unit/check-typeguard.test
test-data/unit/check-typeis.test
test-data/unit/check-typevar-defaults.test
test-data/unit/check-typevar-tuple.test
test-data/unit/check-typevar-unbound.test
test-data/unit/check-typevar-values.test
test-data/unit/check-underscores.test
test-data/unit/check-union-error-syntax.test
test-data/unit/check-union-or-syntax.test
test-data/unit/check-unions.test
test-data/unit/check-unreachable-code.test
test-data/unit/check-unsupported.test
test-data/unit/check-varargs.test
test-data/unit/check-warnings.test
test-data/unit/cmdline.pyproject.test
test-data/unit/cmdline.test
test-data/unit/daemon.test
test-data/unit/deps-classes.test
test-data/unit/deps-expressions.test
test-data/unit/deps-generics.test
test-data/unit/deps-statements.test
test-data/unit/deps-types.test
test-data/unit/deps.test
test-data/unit/diff.test
test-data/unit/envvars.test
test-data/unit/errorstream.test
test-data/unit/fine-grained-attr.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-dataclass-transform.test
test-data/unit/fine-grained-dataclass.test
test-data/unit/fine-grained-follow-imports.test
test-data/unit/fine-grained-inspect.test
test-data/unit/fine-grained-modules.test
test-data/unit/fine-grained-python312.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/outputjson.test
test-data/unit/parse-errors.test
test-data/unit/parse-python310.test
test-data/unit/parse-python312.test
test-data/unit/parse-python313.test
test-data/unit/parse.test
test-data/unit/pep561.test
test-data/unit/pythoneval-asyncio.test
test-data/unit/pythoneval.test
test-data/unit/ref-info.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-python310.test
test-data/unit/semanal-errors.test
test-data/unit/semanal-expressions.test
test-data/unit/semanal-lambda.test
test-data/unit/semanal-literal.test
test-data/unit/semanal-modules.test
test-data/unit/semanal-namedtuple.test
test-data/unit/semanal-python310.test
test-data/unit/semanal-statements.test
test-data/unit/semanal-symtable.test
test-data/unit/semanal-typealiases.test
test-data/unit/semanal-typeddict.test
test-data/unit/semanal-typeinfo.test
test-data/unit/semanal-types.test
test-data/unit/stubgen.test
test-data/unit/typexport-basic.test
test-data/unit/fixtures/__init_subclass__.pyi
test-data/unit/fixtures/__new__.pyi
test-data/unit/fixtures/alias.pyi
test-data/unit/fixtures/any.pyi
test-data/unit/fixtures/args.pyi
test-data/unit/fixtures/async_await.pyi
test-data/unit/fixtures/bool.pyi
test-data/unit/fixtures/callable.pyi
test-data/unit/fixtures/classmethod.pyi
test-data/unit/fixtures/complex.pyi
test-data/unit/fixtures/complex_tuple.pyi
test-data/unit/fixtures/dataclasses.pyi
test-data/unit/fixtures/dict-full.pyi
test-data/unit/fixtures/dict.pyi
test-data/unit/fixtures/divmod.pyi
test-data/unit/fixtures/enum.pyi
test-data/unit/fixtures/exception.pyi
test-data/unit/fixtures/f_string.pyi
test-data/unit/fixtures/fine_grained.pyi
test-data/unit/fixtures/float.pyi
test-data/unit/fixtures/floatdict.pyi
test-data/unit/fixtures/for.pyi
test-data/unit/fixtures/function.pyi
test-data/unit/fixtures/isinstance.pyi
test-data/unit/fixtures/isinstance_python3_10.pyi
test-data/unit/fixtures/isinstancelist.pyi
test-data/unit/fixtures/len.pyi
test-data/unit/fixtures/list.pyi
test-data/unit/fixtures/module.pyi
test-data/unit/fixtures/module_all.pyi
test-data/unit/fixtures/narrowing.pyi
test-data/unit/fixtures/notimplemented.pyi
test-data/unit/fixtures/object_hashable.pyi
test-data/unit/fixtures/object_with_init_subclass.pyi
test-data/unit/fixtures/ops.pyi
test-data/unit/fixtures/paramspec.pyi
test-data/unit/fixtures/plugin_attrs.pyi
test-data/unit/fixtures/primitives.pyi
test-data/unit/fixtures/property.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-namedtuple.pyi
test-data/unit/fixtures/typing-override.pyi
test-data/unit/fixtures/typing-typeddict-iror.pyi
test-data/unit/fixtures/typing-typeddict.pyi
test-data/unit/fixtures/union.pyi
test-data/unit/lib-stub/_decimal.pyi
test-data/unit/lib-stub/_typeshed.pyi
test-data/unit/lib-stub/abc.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/datetime.pyi
test-data/unit/lib-stub/decimal.pyi
test-data/unit/lib-stub/enum.pyi
test-data/unit/lib-stub/functools.pyi
test-data/unit/lib-stub/math.pyi
test-data/unit/lib-stub/mypy_extensions.pyi
test-data/unit/lib-stub/numbers.pyi
test-data/unit/lib-stub/six.pyi
test-data/unit/lib-stub/sys.pyi
test-data/unit/lib-stub/traceback.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/unannotated_lib.pyi
test-data/unit/lib-stub/attr/__init__.pyi
test-data/unit/lib-stub/attr/converters.pyi
test-data/unit/lib-stub/attrs/__init__.pyi
test-data/unit/lib-stub/attrs/converters.pyi
test-data/unit/lib-stub/future/__init__.pyi
test-data/unit/lib-stub/future/utils.pyi
test-data/unit/plugins/add_classmethod.py
test-data/unit/plugins/add_method.py
test-data/unit/plugins/add_overloaded_method.py
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_attr_hook.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/custom_errorcode.py
test-data/unit/plugins/customentry.py
test-data/unit/plugins/customize_mro.py
test-data/unit/plugins/decimal_to_int.py
test-data/unit/plugins/depshook.py
test-data/unit/plugins/descriptor.py
test-data/unit/plugins/dyn_class.py
test-data/unit/plugins/dyn_class_from_method.py
test-data/unit/plugins/fnplugin.py
test-data/unit/plugins/fully_qualified_test_hook.py
test-data/unit/plugins/function_sig_hook.py
test-data/unit/plugins/magic_method.py
test-data/unit/plugins/method_in_decorator.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