py-mypy: updated to 0.982
0.981 * Support for Python 3.6 and 2 Dropped * Generate Error on Unbound TypeVar Return Type * Methods with Empty Bodies in Protocols Are Abstract * Implicit Optional Types Will Be Disabled by Default * Precise Types for **kwds Using TypedDict * Experimental Support for General Recursive Types * Generic NamedTuples and TypedDicts * Better Support for Callable Attributes * Per-Module Error Code Configuration * Experimental Support for Interactive Inspection of Expressions
This commit is contained in:
parent
855ecff246
commit
56505f2b74
3 changed files with 27 additions and 425 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.33 2022/08/18 07:33:45 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2022/10/06 19:38:55 adam Exp $
|
||||
|
||||
DISTNAME= mypy-0.971
|
||||
DISTNAME= mypy-0.982
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.22 2022/08/18 07:33:45 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.23 2022/10/06 19:38:55 adam Exp $
|
||||
bin/dmypy-${PYVERSSUFFIX}
|
||||
bin/mypy-${PYVERSSUFFIX}
|
||||
bin/mypyc-${PYVERSSUFFIX}
|
||||
|
@ -25,9 +25,6 @@ ${PYSITELIB}/mypy/applytype.pyo
|
|||
${PYSITELIB}/mypy/argmap.py
|
||||
${PYSITELIB}/mypy/argmap.pyc
|
||||
${PYSITELIB}/mypy/argmap.pyo
|
||||
${PYSITELIB}/mypy/backports.py
|
||||
${PYSITELIB}/mypy/backports.pyc
|
||||
${PYSITELIB}/mypy/backports.pyo
|
||||
${PYSITELIB}/mypy/binder.py
|
||||
${PYSITELIB}/mypy/binder.pyc
|
||||
${PYSITELIB}/mypy/binder.pyo
|
||||
|
@ -100,9 +97,6 @@ ${PYSITELIB}/mypy/exprtotype.pyo
|
|||
${PYSITELIB}/mypy/fastparse.py
|
||||
${PYSITELIB}/mypy/fastparse.pyc
|
||||
${PYSITELIB}/mypy/fastparse.pyo
|
||||
${PYSITELIB}/mypy/fastparse2.py
|
||||
${PYSITELIB}/mypy/fastparse2.pyc
|
||||
${PYSITELIB}/mypy/fastparse2.pyo
|
||||
${PYSITELIB}/mypy/find_sources.py
|
||||
${PYSITELIB}/mypy/find_sources.pyc
|
||||
${PYSITELIB}/mypy/find_sources.pyo
|
||||
|
@ -130,6 +124,9 @@ ${PYSITELIB}/mypy/indirection.pyo
|
|||
${PYSITELIB}/mypy/infer.py
|
||||
${PYSITELIB}/mypy/infer.pyc
|
||||
${PYSITELIB}/mypy/infer.pyo
|
||||
${PYSITELIB}/mypy/inspections.py
|
||||
${PYSITELIB}/mypy/inspections.pyc
|
||||
${PYSITELIB}/mypy/inspections.pyo
|
||||
${PYSITELIB}/mypy/ipc.py
|
||||
${PYSITELIB}/mypy/ipc.pyc
|
||||
${PYSITELIB}/mypy/ipc.pyo
|
||||
|
@ -233,9 +230,6 @@ ${PYSITELIB}/mypy/renaming.pyo
|
|||
${PYSITELIB}/mypy/report.py
|
||||
${PYSITELIB}/mypy/report.pyc
|
||||
${PYSITELIB}/mypy/report.pyo
|
||||
${PYSITELIB}/mypy/sametypes.py
|
||||
${PYSITELIB}/mypy/sametypes.pyc
|
||||
${PYSITELIB}/mypy/sametypes.pyo
|
||||
${PYSITELIB}/mypy/scope.py
|
||||
${PYSITELIB}/mypy/scope.pyc
|
||||
${PYSITELIB}/mypy/scope.pyo
|
||||
|
@ -374,6 +368,9 @@ ${PYSITELIB}/mypy/test/testcheck.pyo
|
|||
${PYSITELIB}/mypy/test/testcmdline.py
|
||||
${PYSITELIB}/mypy/test/testcmdline.pyc
|
||||
${PYSITELIB}/mypy/test/testcmdline.pyo
|
||||
${PYSITELIB}/mypy/test/testconstraints.py
|
||||
${PYSITELIB}/mypy/test/testconstraints.pyc
|
||||
${PYSITELIB}/mypy/test/testconstraints.pyo
|
||||
${PYSITELIB}/mypy/test/testdaemon.py
|
||||
${PYSITELIB}/mypy/test/testdaemon.pyc
|
||||
${PYSITELIB}/mypy/test/testdaemon.pyo
|
||||
|
@ -489,413 +486,6 @@ ${PYSITELIB}/mypy/types.py
|
|||
${PYSITELIB}/mypy/types.pyc
|
||||
${PYSITELIB}/mypy/types.pyo
|
||||
${PYSITELIB}/mypy/typeshed/LICENSE
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/BaseHTTPServer.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/CGIHTTPServer.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ConfigParser.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/Cookie.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/HTMLParser.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/Queue.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/SimpleHTTPServer.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/SocketServer.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/StringIO.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/UserDict.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/UserList.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/UserString.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/__builtin__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/__future__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/__main__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_ast.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_bisect.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_codecs.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_collections.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_csv.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_curses.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_dummy_threading.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_functools.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_heapq.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_hotshot.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_io.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_json.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_markupbase.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_md5.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_msi.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_osx_support.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_random.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_sha.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_sha256.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_sha512.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_socket.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_sre.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_struct.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_symtable.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_thread.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_threading_local.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_tkinter.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_typeshed/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_typeshed/wsgi.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_typeshed/xml.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_warnings.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_weakref.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_weakrefset.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/_winreg.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/abc.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/aifc.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/antigravity.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/argparse.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/array.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ast.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/asynchat.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/asyncore.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/atexit.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/audioop.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/base64.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/bdb.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/binascii.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/binhex.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/bisect.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/builtins.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/bz2.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/cPickle.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/cProfile.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/cStringIO.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/calendar.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/cgi.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/cgitb.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/chunk.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/cmath.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/cmd.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/code.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/codecs.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/codeop.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/collections.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/colorsys.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/commands.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/compileall.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/contextlib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/cookielib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/copy.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/copy_reg.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/copyreg.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/crypt.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/csv.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ctypes/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ctypes/util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ctypes/wintypes.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/curses/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/curses/ascii.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/curses/panel.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/curses/textpad.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/datetime.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/dbm/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/dbm/dumb.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/dbm/gnu.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/dbm/ndbm.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/decimal.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/difflib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/dircache.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/dis.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/archive_util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/ccompiler.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/cmd.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_dumb.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_packager.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_rpm.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/bdist_wininst.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build_clib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build_ext.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build_py.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/build_scripts.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/check.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/clean.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/config.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_data.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_headers.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_lib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/install_scripts.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/register.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/sdist.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/command/upload.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/config.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/core.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/cygwinccompiler.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/debug.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/dep_util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/dir_util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/dist.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/emxccompiler.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/errors.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/extension.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/fancy_getopt.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/file_util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/filelist.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/log.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/msvccompiler.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/spawn.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/sysconfig.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/text_file.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/unixccompiler.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/distutils/version.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/doctest.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/dummy_thread.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/dummy_threading.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/MIMEText.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/_parseaddr.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/base64mime.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/charset.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/encoders.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/feedparser.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/generator.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/header.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/iterators.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/message.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/application.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/audio.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/base.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/image.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/message.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/multipart.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/nonmultipart.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/mime/text.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/parser.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/quoprimime.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/email/utils.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/encodings/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/encodings/utf_8.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ensurepip/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/errno.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/exceptions.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/fcntl.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/filecmp.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/fileinput.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/fnmatch.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/formatter.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/fractions.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ftplib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/functools.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/future_builtins.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/gc.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/genericpath.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/getopt.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/getpass.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/gettext.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/glob.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/grp.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/gzip.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/hashlib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/heapq.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/hmac.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/htmlentitydefs.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/httplib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/imaplib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/imghdr.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/imp.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/importlib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/inspect.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/io.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/itertools.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/json.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/keyword.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pgen2/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pgen2/parse.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pgen2/pgen.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pgen2/token.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pgen2/tokenize.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pygram.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/lib2to3/pytree.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/linecache.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/locale.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/logging/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/logging/config.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/logging/handlers.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/macpath.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/macurl2path.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/mailbox.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/mailcap.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/markupbase.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/marshal.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/math.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/md5.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/mimetools.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/mimetypes.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/mmap.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/modulefinder.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/msilib/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/msilib/schema.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/msilib/sequence.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/msilib/text.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/msvcrt.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/dummy/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/dummy/connection.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/pool.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/process.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/multiprocessing/util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/mutex.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/netrc.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/nis.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/nntplib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ntpath.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/nturl2path.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/numbers.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/opcode.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/operator.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/optparse.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/os/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/os/path.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/os2emxpath.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ossaudiodev.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/parser.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pdb.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pickle.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pickletools.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pipes.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pkgutil.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/platform.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/plistlib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/popen2.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/poplib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/posix.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/posixpath.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pprint.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/profile.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pstats.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pty.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pwd.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/py_compile.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pyclbr.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pydoc.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pydoc_data/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pydoc_data/topics.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pyexpat/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pyexpat/errors.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/pyexpat/model.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/quopri.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/random.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/re.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/readline.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/repr.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/resource.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/rfc822.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/rlcompleter.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/robotparser.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/runpy.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sched.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/select.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sets.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sha.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/shelve.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/shlex.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/shutil.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/signal.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/site.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/smtpd.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/smtplib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sndhdr.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/socket.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/spwd.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sqlite3/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sqlite3/dbapi2.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sre_compile.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sre_constants.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sre_parse.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/ssl.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/stat.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/string.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/stringold.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/stringprep.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/strop.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/struct.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/subprocess.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sunau.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/symbol.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/symtable.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sys.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/sysconfig.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/syslog.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/tabnanny.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/tarfile.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/telnetlib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/tempfile.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/termios.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/textwrap.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/this.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/thread.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/threading.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/time.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/timeit.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/toaiff.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/token.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/tokenize.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/trace.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/traceback.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/tty.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/turtle.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/types.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/typing.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/typing_extensions.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/unicodedata.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/unittest.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/urllib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/urllib2.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/urlparse.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/user.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/uu.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/uuid.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/warnings.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/wave.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/weakref.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/webbrowser.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/whichdb.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/winsound.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/wsgiref/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/wsgiref/handlers.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/wsgiref/headers.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/wsgiref/simple_server.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/wsgiref/types.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/wsgiref/util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/wsgiref/validate.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xdrlib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/dom/NodeFilter.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/dom/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/dom/domreg.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/dom/expatbuilder.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/dom/minicompat.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/dom/minidom.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/dom/pulldom.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/dom/xmlbuilder.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/etree/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/parsers/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/parsers/expat/errors.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/parsers/expat/model.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/sax/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/sax/handler.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/sax/saxutils.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xml/sax/xmlreader.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/xmlrpclib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/zipfile.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/zipimport.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/@python2/zlib.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/VERSIONS
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/__future__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/__main__.pyi
|
||||
|
@ -949,7 +539,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/base_events.pyi
|
|||
${PYSITELIB}/mypy/typeshed/stdlib/asyncio/base_futures.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/asyncio/base_subprocess.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/asyncio/base_tasks.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/asyncio/compat.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/asyncio/constants.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/asyncio/coroutines.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/asyncio/events.pyi
|
||||
|
@ -1018,6 +607,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/ctypes/util.pyi
|
|||
${PYSITELIB}/mypy/typeshed/stdlib/ctypes/wintypes.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/curses/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/curses/ascii.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/curses/has_key.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/curses/panel.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/curses/textpad.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/dataclasses.pyi
|
||||
|
@ -1179,7 +769,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/logging/config.pyi
|
|||
${PYSITELIB}/mypy/typeshed/stdlib/logging/handlers.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/lzma.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/macpath.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/macurl2path.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/mailbox.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/mailcap.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/marshal.pyi
|
||||
|
@ -1197,15 +786,24 @@ ${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/connection.pyi
|
|||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/context.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/dummy/connection.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/forkserver.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/heap.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/managers.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/pool.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/popen_fork.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/popen_forkserver.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/process.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/queues.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/reduction.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/resource_sharer.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/resource_tracker.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/spawn.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/synchronize.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/util.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/netrc.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/nis.pyi
|
||||
${PYSITELIB}/mypy/typeshed/stdlib/nntplib.pyi
|
||||
|
@ -1396,6 +994,9 @@ ${PYSITELIB}/mypy/typetraverser.pyo
|
|||
${PYSITELIB}/mypy/typevars.py
|
||||
${PYSITELIB}/mypy/typevars.pyc
|
||||
${PYSITELIB}/mypy/typevars.pyo
|
||||
${PYSITELIB}/mypy/typevartuples.py
|
||||
${PYSITELIB}/mypy/typevartuples.pyc
|
||||
${PYSITELIB}/mypy/typevartuples.pyo
|
||||
${PYSITELIB}/mypy/util.py
|
||||
${PYSITELIB}/mypy/util.pyc
|
||||
${PYSITELIB}/mypy/util.pyo
|
||||
|
@ -1746,6 +1347,7 @@ ${PYSITELIB}/mypyc/test-data/irbuild-tuple.test
|
|||
${PYSITELIB}/mypyc/test-data/irbuild-unreachable.test
|
||||
${PYSITELIB}/mypyc/test-data/irbuild-vectorcall.test
|
||||
${PYSITELIB}/mypyc/test-data/refcount.test
|
||||
${PYSITELIB}/mypyc/test-data/run-async.test
|
||||
${PYSITELIB}/mypyc/test-data/run-attrs.test
|
||||
${PYSITELIB}/mypyc/test-data/run-bench.test
|
||||
${PYSITELIB}/mypyc/test-data/run-bools.test
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.31 2022/08/18 07:33:45 adam Exp $
|
||||
$NetBSD: distinfo,v 1.32 2022/10/06 19:38:55 adam Exp $
|
||||
|
||||
BLAKE2s (mypy-0.971.tar.gz) = 36e94e2e656eaa090bd11a81e9fc349b71257caf85e83ba949f118c582f9eb77
|
||||
SHA512 (mypy-0.971.tar.gz) = 5f206f6682f659f461e5927f20a6786a94d8246441c0c480b6eeadb74e9517a2ece1780e91f18e6f23cd658cc4c9350f337e9f7d3cf26507a1debbca94a4e112
|
||||
Size (mypy-0.971.tar.gz) = 2757982 bytes
|
||||
BLAKE2s (mypy-0.982.tar.gz) = 62e3bd6a47b2030ab4232153029e76666e287affe307875d35976c2a1c6a0dd2
|
||||
SHA512 (mypy-0.982.tar.gz) = 9421adbfe34aabf99945a0c1de6f7af8f07e69a425482b0811929b42bf297b59b832f71a520bdf32957fb5b36ee372dcd572334c71c79330712dd9089a6f3631
|
||||
Size (mypy-0.982.tar.gz) = 2621960 bytes
|
||||
|
|
Loading…
Reference in a new issue