On Sun, May 02, 2021 at 08:08:04AM +0200, Bjorn Ketelaars wrote:
> Diff below updates py-jedi to 0.18.0, which  is needed for updating
> ipython. Changelog can be found at
> https://github.com/davidhalter/jedi/blob/v0.18.0/CHANGELOG.rst.

> Patch has been dropped as issue has been addressed by upstream.

> Testing:
> - 'make test' fails 2 tests, which seems not new
> - run tested with spyder and ipython

> Please note that this update requires a newer version of py-parso. Diff
> for this has been sent in a separate mail.

> OK?

 I only had it fail one test for me.

ok kmos

--Kurt

> 
> diff --git Makefile Makefile
> index df49219a956..19b2dbe1eae 100644
> --- Makefile
> +++ Makefile
> @@ -2,10 +2,9 @@
>  
>  COMMENT =            autocompletion tool for Python
>  
> -MODPY_EGG_VERSION =  0.15.1
> +MODPY_EGG_VERSION =  0.18.0
>  DISTNAME =           jedi-${MODPY_EGG_VERSION}
>  PKGNAME =            py-${DISTNAME}
> -REVISION =           1
>  
>  CATEGORIES =         devel
>  
> @@ -20,7 +19,7 @@ MODPY_PI =          Yes
>  MODPY_SETUPTOOLS =   Yes
>  MODPY_PYTEST =               Yes
>  
> -RUN_DEPENDS =                devel/py-parso${MODPY_FLAVOR}>=0.5.0
> +RUN_DEPENDS =                devel/py-parso${MODPY_FLAVOR}>=0.8.0,<0.9.0
>  
>  TEST_DEPENDS =               devel/py-docopt${MODPY_FLAVOR} \
>                       devel/py-colorama${MODPY_FLAVOR}
> diff --git distinfo distinfo
> index 34e6ffee087..cfdda1cc122 100644
> --- distinfo
> +++ distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (jedi-0.15.1.tar.gz) = uoWcdPo8lmoi8q7r4bdO4n4qRi9W0/X3ykpZr2G/5C4=
> -SIZE (jedi-0.15.1.tar.gz) = 872898
> +SHA256 (jedi-0.18.0.tar.gz) = klUKQEutiv7YgaE37JpGH+1J7KZhQUvkUFkylhTtBwc=
> +SIZE (jedi-0.18.0.tar.gz) = 1127968
> diff --git patches/patch-test_test_api_test_completion_py 
> patches/patch-test_test_api_test_completion_py
> deleted file mode 100644
> index 8199ffc833e..00000000000
> --- patches/patch-test_test_api_test_completion_py
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -$OpenBSD: patch-test_test_api_test_completion_py,v 1.1 2019/10/14 22:31:20 
> kmos Exp $
> -
> -the affected test tries to access:
> -
> -  /path/to/src/jedi-version/../jedi
> -
> -instead of
> -
> -  /path/to/src/jedi-version/../jedi-version
> -
> -This probably works because the default behaviour when cloning using git
> -creates a folder named "jedi" and not "jedi-version" as we do on build.
> -
> -This is fixed upstream but still not released.
> -
> -Index: test/test_api/test_completion.py
> ---- test/test_api/test_completion.py.orig
> -+++ test/test_api/test_completion.py
> -@@ -1,4 +1,5 @@
> --from os.path import join, sep as s
> -+from os.path import basename, join, sep as s
> -+from os import getcwd
> - import sys
> - from textwrap import dedent
> - 
> -@@ -181,7 +182,7 @@ se = s * 2 if s == '\\' else s
> -         ('test%sexample.py' % se, 'r"test%scomp"' % s, 5, ['t' + s]),
> -         ('test%sexample.py' % se, 'r"test%scomp"' % s, 11, ['letion' + s]),
> -         ('test%sexample.py' % se, '"%s"' % join('test', 'completion', 
> 'basi'), 21, ['c.py']),
> --        ('example.py', 'rb"' + join('..', 'jedi', 'tes'), None, ['t' + s]),
> -+        ('example.py', 'rb"' + join('..', basename(getcwd()), 'tes'), None, 
> ['t' + s]),
> - 
> -         # Absolute paths
> -         (None, '"' + join(root_dir, 'test', 'test_ca'), None, ['che.py"']),
> diff --git pkg/PLIST pkg/PLIST
> index 0cd3b61f37e..df3bcd90d11 100644
> --- pkg/PLIST
> +++ pkg/PLIST
> @@ -15,10 +15,10 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}__init__.${MODPY_P
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}_compatibility.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}cache.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}debug.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}file_io.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}parser_utils.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}refactoring.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}settings.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
>  lib/python${MODPY_VERSION}/site-packages/jedi/_compatibility.py
> @@ -28,7 +28,9 @@ 
> ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACH
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}classes.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}completion.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}completion_cache.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}environment.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}errors.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}file_name.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}helpers.${MODPY_PYC_MAGIC_TAG}pyc
> @@ -36,148 +38,728 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}interpreter.${
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}keywords.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}project.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}replstartup.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/${MODPY_PYCACHE}strings.${MODPY_PYC_MAGIC_TAG}pyc
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/classes.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/completion.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/completion_cache.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/environment.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/errors.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/exceptions.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/file_name.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/helpers.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/interpreter.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/keywords.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/project.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/refactoring/
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/refactoring/__init__.py
> +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/api/refactoring/${MODPY_PYCACHE}/
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/refactoring/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/refactoring/${MODPY_PYCACHE}extract.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/refactoring/extract.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/api/replstartup.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/api/strings.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/cache.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/common/
> -lib/python${MODPY_VERSION}/site-packages/jedi/common/__init__.py
> -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/common/${MODPY_PYCACHE}/
> -lib/python${MODPY_VERSION}/site-packages/jedi/common/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/common/${MODPY_PYCACHE}context.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/common/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/common/context.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/common/utils.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/common.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/debug.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/__init__.py
> -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}analysis.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}arguments.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}base_context.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}cache.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}docstrings.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}dynamic.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}filters.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}finder.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}flow_analysis.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}helpers.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}imports.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}lazy_context.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}names.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}param.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}parser_cache.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}recursion.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}signature.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}star_args.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}syntax_tree.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}sys_path.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}usages.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/analysis.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/arguments.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/base_context.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/cache.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/__init__.py
> -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/${MODPY_PYCACHE}/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/${MODPY_PYCACHE}access.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/${MODPY_PYCACHE}context.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/${MODPY_PYCACHE}getattr_static.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/${MODPY_PYCACHE}mixed.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/access.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/context.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/getattr_static.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/mixed.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/subprocess/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/subprocess/__init__.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/subprocess/__main__.py
> -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/subprocess/${MODPY_PYCACHE}/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/subprocess/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/subprocess/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/subprocess/${MODPY_PYCACHE}functions.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/compiled/subprocess/functions.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/__init__.py
> -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}decorator.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}function.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}instance.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}iterable.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}klass.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}module.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/${MODPY_PYCACHE}namespace.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/decorator.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/function.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/instance.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/iterable.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/klass.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/module.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/context/namespace.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/docstrings.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/dynamic.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/filters.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/finder.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/flow_analysis.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/__init__.py
> -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/${MODPY_PYCACHE}/
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/${MODPY_PYCACHE}annotation.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/${MODPY_PYCACHE}conversion.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/${MODPY_PYCACHE}stub_context.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/${MODPY_PYCACHE}typeshed.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/${MODPY_PYCACHE}typing.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/annotation.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/conversion.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/stub_context.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/typeshed.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/typing.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/gradual/utils.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/helpers.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/imports.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/lazy_context.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/names.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/param.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/parser_cache.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/recursion.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/signature.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/star_args.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/syntax_tree.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/sys_path.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/usages.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/evaluate/utils.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/file_io.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/__init__.py
> +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}analysis.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}arguments.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}base_value.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}cache.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}context.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}docstrings.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}dynamic_params.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}filters.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}finder.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}flow_analysis.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}helpers.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}imports.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}lazy_value.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}names.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}param.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}parser_cache.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}recursion.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}references.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}signature.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}star_args.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}syntax_tree.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}sys_path.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/analysis.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/arguments.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/base_value.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/cache.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/__init__.py
> +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/${MODPY_PYCACHE}/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/${MODPY_PYCACHE}access.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/${MODPY_PYCACHE}getattr_static.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/${MODPY_PYCACHE}mixed.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/${MODPY_PYCACHE}value.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/access.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/getattr_static.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/mixed.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/subprocess/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/subprocess/__init__.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/subprocess/__main__.py
> +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/subprocess/${MODPY_PYCACHE}/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/subprocess/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/subprocess/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/subprocess/${MODPY_PYCACHE}functions.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/subprocess/functions.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/compiled/value.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/context.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/docstrings.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/dynamic_params.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/filters.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/finder.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/flow_analysis.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/__init__.py
> +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}annotation.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}base.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}conversion.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}generics.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}stub_value.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}type_var.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}typeshed.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}typing.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/annotation.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/base.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/conversion.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/generics.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/stub_value.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/type_var.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/typeshed.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/typing.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/gradual/utils.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/helpers.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/imports.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/lazy_value.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/names.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/param.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/parser_cache.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/recursion.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/references.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/signature.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/star_args.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/syntax_tree.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/sys_path.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/utils.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/__init__.py
> +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}/
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}decorator.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}dynamic_arrays.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}function.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}instance.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}iterable.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}klass.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}module.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/${MODPY_PYCACHE}namespace.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/decorator.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/dynamic_arrays.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/function.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/instance.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/iterable.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/klass.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/module.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/inference/value/namespace.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/parser_utils.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/plugins/
>  lib/python${MODPY_VERSION}/site-packages/jedi/plugins/__init__.py
>  
> ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jedi/plugins/${MODPY_PYCACHE}/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/plugins/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/plugins/${MODPY_PYCACHE}django.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/plugins/${MODPY_PYCACHE}flask.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/plugins/${MODPY_PYCACHE}pytest.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/plugins/${MODPY_PYCACHE}registry.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/plugins/${MODPY_PYCACHE}stdlib.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/jedi/plugins/django.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/plugins/flask.py
> +lib/python${MODPY_VERSION}/site-packages/jedi/plugins/pytest.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/plugins/registry.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/plugins/stdlib.py
> -lib/python${MODPY_VERSION}/site-packages/jedi/refactoring.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/settings.py
>  lib/python${MODPY_VERSION}/site-packages/jedi/third_party/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/LICENSE.txt
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/apps/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/apps/config.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/global_settings.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/i18n.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/static.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/actions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/apps.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/checks.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/decorators.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/filters.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/forms.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/helpers.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/options.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/sites.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_static.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/log.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/tests.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/autocomplete.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/decorators.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/main.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/widgets.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/urls.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/admin.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/apps.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/backends.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/base_user.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/checks.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/context_processors.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/decorators.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/forms.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/hashers.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/mixins.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/password_validation.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/signals.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/tokens.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/urls.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/validators.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/views.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/apps.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/forms.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/middleware.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/sitemaps.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/urls.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/views.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/api.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/constants.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/context_processors.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/middleware.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/cookie.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/fallback.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/session.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/views.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cache.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cached_db.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/db.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/file.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/base_session.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/exceptions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/middleware.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/serializers.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/ping_google.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/views.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/apps.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/apps.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/checks.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/finders.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/handlers.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/storage.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/staticfiles.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/testing.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/urls.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/views.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/db.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/dummy.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/filebased.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/locmem.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/memcached.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/caches.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/database.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/messages.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/model_checks.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/registry.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/csrf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/sessions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/templates.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/translation.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/urls.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/exceptions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/images.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/locks.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/move.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/storage.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/temp.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadedfile.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadhandler.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/exception.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/wsgi.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/console.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/dummy.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/filebased.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/locmem.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/smtp.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/message.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/color.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/dumpdata.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/loaddata.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/makemessages.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/runserver.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/testserver.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/sql.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/templates.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/paginator.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/json.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/python.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/basehttp.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/signals.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/signing.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/validators.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/core/wsgi.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/client.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/creation.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/features.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/introspection.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/operations.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/schema.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/validation.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/ddl_references.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/client.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/client.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/creation.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/operations.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/signals.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/creation.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/features.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/introspection.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/operations.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/schema.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/autodetector.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/exceptions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/executor.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/graph.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/loader.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/migration.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/fields.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/special.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/optimizer.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/questioner.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/recorder.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/serializer.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/state.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/topological_sort.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/writer.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/aggregates.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/constraints.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/deletion.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/expressions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/files.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/mixins.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/proxy.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_descriptors.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_lookups.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/reverse_related.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/comparison.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/datetime.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/math.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/mixins.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/text.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/window.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/indexes.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/lookups.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/manager.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/options.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query_utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/signals.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/compiler.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/constants.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/datastructures.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/query.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/subqueries.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/where.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/transaction.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/db/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/dispatcher.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/http/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/http/request.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/http/response.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/shortcuts.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/django.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/dummy.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/jinja2.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/context.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/context_processors.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaultfilters.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaulttags.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/engine.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/exceptions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/library.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader_tags.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/app_directories.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/cached.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/filesystem.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/locmem.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/response.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/smartif.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/template/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/cache.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/i18n.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/l10n.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/static.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/tz.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/client.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/html.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/runner.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/selenium.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/signals.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/testcases.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/test/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/urls/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/urls/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/_os.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/archive.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/cache.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datastructures.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateformat.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deprecation.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/duration.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/formats.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/functional.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/hashable.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/html.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/http.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/ipv6.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/itercompat.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/log.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/module_loading.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/numberformat.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/regex_helper.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/safestring.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/six.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/text.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timesince.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timezone.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/version.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/utils/xmlutils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/csrf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/debug.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/cache.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/clickjacking.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/csrf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/debug.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/gzip.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/http.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/vary.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/defaults.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/base.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/dates.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/detail.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/edit.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/list.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/i18n.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/django-stubs/django-stubs/views/static.pyi
>  lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/
>  lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/LICENSE
>  lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/
>  lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/Cookie.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/HTMLParser.pyi
> @@ -204,7 +786,6 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/_sre
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/_struct.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/_symtable.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/_threading_local.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/_warnings.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/abc.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/ast.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/atexit.pyi
> @@ -214,6 +795,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/coll
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/commands.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/compileall.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/cookielib.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/copy_reg.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/__init__.pyi
> @@ -331,15 +913,20 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_bisect.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_codecs.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_csv.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_curses.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_heapq.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_random.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_warnings.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakref.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakrefset.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/aifc.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/argparse.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/array.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/asynchat.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/asyncore.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/audioop.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/base64.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/bdb.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/binascii.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/binhex.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/bisect.pyi
> @@ -348,6 +935,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/cProfile.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/calendar.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgi.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgitb.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/chunk.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmath.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmd.pyi
> @@ -363,6 +951,11 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/util.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/wintypes.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/ascii.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/panel.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/textpad.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/datetime.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/decimal.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/difflib.pyi
> @@ -416,6 +1009,8 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/util.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/version.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/doctest.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/errno.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/filecmp.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/fileinput.pyi
> @@ -448,10 +1043,13 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/config.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/handlers.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/macpath.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailbox.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailcap.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/marshal.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/math.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/mimetypes.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/mmap.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/modulefinder.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/netrc.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/nis.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/ntpath.pyi
> @@ -550,8 +1148,6 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/2and3/zlib.pyi
>  lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3.5/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3.5/zipapp.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3.6/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3.6/secrets.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3.7/
> @@ -559,7 +1155,6 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3.7/co
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3.7/dataclasses.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_ast.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_compression.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_curses.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_dummy_thread.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_imp.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_importlib_modulespec.pyi
> @@ -572,24 +1167,29 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_sub
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_thread.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_threading_local.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_tracemalloc.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_warnings.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/_winapi.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/abc.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/ast.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_events.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/constants.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/coroutines.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/events.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/exceptions.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/futures.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/locks.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/proactor_events.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/protocols.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/queues.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/runners.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/selector_events.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/streams.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/subprocess.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/tasks.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/transports.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_events.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_utils.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/atexit.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/collections/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/collections/__init__.pyi
> @@ -603,11 +1203,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/conc
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/process.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/thread.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/configparser.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/curses/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/curses/__init__.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/curses/ascii.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/curses/panel.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/curses/textpad.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/copyreg.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/email/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/email/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/email/charset.pyi
> @@ -664,6 +1260,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/impo
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/abc.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/machinery.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/metadata.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/resources.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/util.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/inspect.pyi
> @@ -687,6 +1284,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/mult
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/pool.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/process.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/queues.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/shared_memory.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/spawn.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/synchronize.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/nntplib.pyi
> @@ -735,6 +1333,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/type
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/typing.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/async_case.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/case.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/loader.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/mock.pyi
> @@ -742,6 +1341,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unit
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/runner.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/signals.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/suite.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/util.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/error.pyi
> @@ -749,6 +1349,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/urll
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/request.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/response.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/robotparser.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/stdlib/3/zipapp.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/
> @@ -761,22 +1362,12 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/_base.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/process.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/thread.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/__init__.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/__init__.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/__init__.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/__init__.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/dsa.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/rsa.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/serialization.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/enum.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/fb303/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/fb303/FacebookService.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/fb303/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/gflags.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/ipaddress.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/client.pyi
> @@ -786,12 +1377,6 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/watchers.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/pathlib2.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/pymssql.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/redis/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/redis/__init__.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/redis/client.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/redis/connection.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/redis/exceptions.pyi
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/redis/utils.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/routes/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/routes/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/routes/mapper.pyi
> @@ -804,6 +1389,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/six/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/CGIHTTPServer.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_dummy_thread.pyi
> @@ -987,6 +1573,62 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/click/types.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/click/utils.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/croniter.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/exceptions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/fernet.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/interfaces.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/binding.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dh.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dsa.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ec.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed25519.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed448.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/padding.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/rsa.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x25519.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x448.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/aead.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/modes.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/cmac.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/constant_time.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hashes.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hmac.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/concatkdf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/hkdf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/kbkdf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/pbkdf2.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/x509.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/_common.pyi
> @@ -998,6 +1640,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/_common.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/tz.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/utils.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/decorator.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/emoji.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/first.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/
> @@ -1020,6 +1663,13 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/testing.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/views.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/wrappers.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/database.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/errors.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/mixins.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/models.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/records.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/google/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/google/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/
> @@ -1105,6 +1755,14 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_constants.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_native.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_speedups.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/compat.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/const.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/decoder.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/errors.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/extension.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/reader.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/mock.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/mypy_extensions.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/pycurl.pyi
> @@ -1140,8 +1798,15 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/settings.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/throttle.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/types.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/pyre_extensions.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/pytz/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/pytz/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/client.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/connection.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/exceptions.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/utils.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/__init__.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/adapters.pyi
> @@ -1226,6 +1891,14 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/formparser.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/http.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/local.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/__init__.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/dispatcher.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/http_proxy.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/lint.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/profiler.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/proxy_fix.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/shared_data.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/posixemulation.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/routing.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/script.pyi
> @@ -1257,8 +1930,7 @@ 
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/serializer.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/tokens.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/3/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/3.5/
> -lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/3.5/contextvars.pyi
> +lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/3/contextvars.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/3/dataclasses.pyi
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/3/docutils/
>  
> lib/python${MODPY_VERSION}/site-packages/jedi/third_party/typeshed/third_party/3/docutils/__init__.pyi
> 

Reply via email to