Page MenuHomeSolus

D8743.id.diff
No OneTemporary

D8743.id.diff

diff --git a/files/fix-test.patch b/files/fix-test.patch
new file mode 100644
--- /dev/null
+++ b/files/fix-test.patch
@@ -0,0 +1,23 @@
+From 57f2a731d2e5c4fe5794d823154983e44e8df003 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
+Date: Wed, 15 Apr 2020 07:54:01 +0200
+Subject: [PATCH] Sort test_project::test_search results to fix failures
+
+Fixes #1542
+---
+ test/test_api/test_project.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/test_api/test_project.py b/test/test_api/test_project.py
+index a7d4846e7..c21579a59 100644
+--- a/test/test_api/test_project.py
++++ b/test/test_api/test_project.py
+@@ -135,7 +135,7 @@ def test_search(string, full_names, kwargs, skip_pre_python36):
+ defs = project.complete_search(string, **kwargs)
+ else:
+ defs = project.search(string, **kwargs)
+- assert [('stub:' if d.is_stub() else '') + d.full_name for d in defs] == full_names
++ assert sorted([('stub:' if d.is_stub() else '') + d.full_name for d in defs]) == full_names
+
+
+ @pytest.mark.parametrize(
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : python3-jedi
-version : 0.15.1
-release : 11
+version : 0.17.0
+release : 12
source :
- - git|https://github.com/davidhalter/jedi.git : v0.15.1
+ - git|https://github.com/davidhalter/jedi.git : v0.17.0
license : MIT
component : programming.python
summary : An autocompletion tool for Python that can be used for text editors.
@@ -13,10 +13,11 @@
- python-pytest
rundeps :
- python-parso
+setup : |
+ %patch -p1 < $pkgfiles/fix-test.patch
build : |
%python3_setup
install : |
%python3_install
check : |
- ln -sv jedi.git $workdir/../jedi
%python3_test pytest3 -v
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>python3-jedi</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -19,11 +19,11 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.15.1-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/__init__.cpython-37.pyc</Path>
@@ -33,7 +33,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/debug.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/file_io.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/parser_utils.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/refactoring.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/settings.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/utils.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/_compatibility.py</Path>
@@ -41,7 +40,9 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/classes.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/completion.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/completion_cache.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/environment.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/errors.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/exceptions.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/file_name.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/helpers.cpython-37.pyc</Path>
@@ -49,130 +50,150 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/keywords.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/project.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/replstartup.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/__pycache__/strings.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/classes.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/completion.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/completion_cache.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/environment.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/errors.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/exceptions.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/file_name.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/helpers.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/interpreter.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/keywords.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/project.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/refactoring/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/refactoring/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/refactoring/__pycache__/extract.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/refactoring/extract.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/replstartup.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/strings.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/cache.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__pycache__/__init__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__pycache__/context.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__pycache__/utils.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/context.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__pycache__/value.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/value.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/debug.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/__init__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/analysis.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/arguments.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/base_context.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/cache.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/docstrings.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/dynamic.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/filters.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/finder.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/flow_analysis.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/helpers.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/imports.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/lazy_context.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/names.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/param.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/parser_cache.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/recursion.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/signature.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/star_args.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/syntax_tree.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/sys_path.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/usages.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/__pycache__/utils.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/analysis.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/arguments.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/base_context.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/cache.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/__init__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/access.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/context.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/getattr_static.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/__pycache__/mixed.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/access.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/context.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/getattr_static.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/mixed.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__main__.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__pycache__/__init__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__pycache__/__main__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/__pycache__/functions.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/compiled/subprocess/functions.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/__init__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/decorator.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/function.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/instance.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/iterable.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/klass.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/module.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/__pycache__/namespace.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/decorator.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/function.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/instance.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/iterable.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/klass.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/module.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/context/namespace.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/docstrings.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/dynamic.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/filters.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/finder.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/flow_analysis.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/__init__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/annotation.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/conversion.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/stub_context.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/typeshed.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/typing.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/__pycache__/utils.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/annotation.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/conversion.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/stub_context.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/typeshed.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/typing.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/gradual/utils.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/helpers.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/imports.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/lazy_context.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/names.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/param.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/parser_cache.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/recursion.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/signature.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/star_args.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/syntax_tree.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/sys_path.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/usages.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/evaluate/utils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/file_io.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/analysis.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/arguments.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/base_value.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/cache.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/context.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/docstrings.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/dynamic_params.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/filters.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/finder.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/flow_analysis.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/helpers.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/imports.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/lazy_value.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/names.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/param.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/parser_cache.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/recursion.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/references.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/signature.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/star_args.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/syntax_tree.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/sys_path.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__pycache__/utils.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/analysis.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/arguments.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/base_value.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/cache.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/access.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/getattr_static.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/mixed.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/__pycache__/value.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/access.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/getattr_static.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/mixed.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__pycache__/__main__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/__pycache__/functions.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/subprocess/functions.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/compiled/value.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/context.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/docstrings.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/dynamic_params.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/filters.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/finder.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/flow_analysis.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/annotation.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/base.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/conversion.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/generics.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/stub_value.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/type_var.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/typeshed.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/typing.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/__pycache__/utils.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/annotation.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/base.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/conversion.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/generics.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/stub_value.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/type_var.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/typeshed.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/typing.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/gradual/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/helpers.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/imports.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/lazy_value.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/names.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/param.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/parser_cache.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/recursion.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/references.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/signature.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/star_args.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/syntax_tree.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/sys_path.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/decorator.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/dynamic_arrays.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/function.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/instance.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/iterable.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/klass.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/module.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/__pycache__/namespace.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/decorator.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/dynamic_arrays.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/function.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/instance.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/iterable.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/klass.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/module.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/value/namespace.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/parser_utils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/flask.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/pytest.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/registry.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/stdlib.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/flask.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/pytest.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/registry.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/stdlib.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/refactoring.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/settings.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/LICENSE</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/Cookie.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/HTMLParser.pyi</Path>
@@ -199,7 +220,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/_struct.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/_symtable.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/_threading_local.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/_warnings.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/abc.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/ast.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/atexit.pyi</Path>
@@ -209,6 +229,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/commands.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/compileall.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/cookielib.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/copy_reg.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/emxccompiler.pyi</Path>
@@ -318,15 +339,20 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_bisect.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_codecs.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_csv.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_curses.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_heapq.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_random.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_warnings.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakref.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakrefset.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/aifc.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/argparse.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/array.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/asynchat.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/asyncore.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/audioop.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/base64.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/bdb.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/binascii.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/binhex.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/bisect.pyi</Path>
@@ -335,6 +361,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cProfile.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/calendar.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgi.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgitb.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/chunk.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmath.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmd.pyi</Path>
@@ -349,6 +376,10 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/util.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/wintypes.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/ascii.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/panel.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/textpad.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/datetime.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/decimal.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/difflib.pyi</Path>
@@ -400,6 +431,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/util.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/version.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/doctest.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/errno.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/filecmp.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/fileinput.pyi</Path>
@@ -429,10 +461,13 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/config.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/handlers.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/macpath.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailbox.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailcap.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/marshal.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/math.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/mimetypes.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/mmap.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/modulefinder.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/netrc.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/nis.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/ntpath.pyi</Path>
@@ -522,13 +557,11 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipfile.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2and3/zlib.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3.5/zipapp.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3.6/secrets.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3.7/contextvars.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3.7/dataclasses.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_ast.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_compression.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_curses.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_dummy_thread.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_imp.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_importlib_modulespec.pyi</Path>
@@ -541,23 +574,28 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_thread.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_threading_local.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_tracemalloc.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_warnings.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/_winapi.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/abc.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/ast.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_events.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/constants.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/coroutines.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/events.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/exceptions.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/futures.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/locks.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/proactor_events.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/protocols.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/queues.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/runners.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/selector_events.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/streams.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/subprocess.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/tasks.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/transports.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_events.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_utils.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/atexit.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/collections/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/collections/abc.pyi</Path>
@@ -568,10 +606,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/process.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/thread.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/configparser.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/curses/__init__.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/curses/ascii.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/curses/panel.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/curses/textpad.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/copyreg.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/email/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/email/charset.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/email/contentmanager.pyi</Path>
@@ -622,6 +657,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/abc.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/machinery.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/metadata.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/resources.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/util.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/inspect.pyi</Path>
@@ -642,6 +678,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/pool.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/process.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/queues.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/shared_memory.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/spawn.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/synchronize.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/nntplib.pyi</Path>
@@ -687,6 +724,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/types.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/typing.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/async_case.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/case.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/loader.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/mock.pyi</Path>
@@ -694,12 +732,14 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/runner.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/signals.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/suite.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/util.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/error.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/parse.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/request.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/response.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/robotparser.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/3/zipapp.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/crypto.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/__init__.pyi</Path>
@@ -707,17 +747,11 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/_base.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/process.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/thread.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/__init__.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/__init__.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/__init__.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/__init__.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/dsa.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/asymmetric/rsa.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/cryptography/hazmat/primitives/serialization.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/enum.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/fb303/FacebookService.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/fb303/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/gflags.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/ipaddress.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/client.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/exceptions.pyi</Path>
@@ -725,11 +759,6 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/watchers.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/pathlib2.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/pymssql.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/__init__.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/client.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/connection.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/exceptions.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/redis/utils.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/routes/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/routes/mapper.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/routes/util.pyi</Path>
@@ -738,6 +767,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/scribe/ttypes.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/CGIHTTPServer.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_dummy_thread.pyi</Path>
@@ -897,6 +927,51 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/click/types.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/click/utils.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/croniter.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/exceptions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/fernet.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/interfaces.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/binding.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dh.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dsa.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ec.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed25519.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed448.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/padding.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/rsa.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x25519.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x448.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/aead.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/modes.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/cmac.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/constant_time.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hashes.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hmac.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/concatkdf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/hkdf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/kbkdf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/pbkdf2.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/x509.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/_common.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/parser.pyi</Path>
@@ -906,6 +981,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/_common.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/tz.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/decorator.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/emoji.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/first.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/__init__.pyi</Path>
@@ -926,6 +1002,12 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/testing.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/views.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/wrappers.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/database.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/errors.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/mixins.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/records.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/google/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi</Path>
@@ -1004,6 +1086,13 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_constants.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_native.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_speedups.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/compat.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/const.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/decoder.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/errors.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/extension.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/reader.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/mock.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/mypy_extensions.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pycurl.pyi</Path>
@@ -1035,7 +1124,13 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/settings.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/throttle.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/types.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pyre_extensions.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/pytz/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/client.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/connection.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/exceptions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/utils.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/adapters.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/api.pyi</Path>
@@ -1109,6 +1204,13 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/formparser.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/http.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/local.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/dispatcher.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/http_proxy.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/lint.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/profiler.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/proxy_fix.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/shared_data.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/posixemulation.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/routing.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/script.pyi</Path>
@@ -1138,7 +1240,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/scanner.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/serializer.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/tokens.pyi</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3.5/contextvars.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3/contextvars.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3/dataclasses.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3/docutils/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/third_party/3/docutils/examples.pyi</Path>
@@ -1205,12 +1307,12 @@
</Files>
</Package>
<History>
- <Update release="11">
- <Date>2020-01-26</Date>
- <Version>0.15.1</Version>
+ <Update release="12">
+ <Date>2020-04-26</Date>
+ <Version>0.17.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 25 2023, 2:50 PM (11 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5820555
Default Alt Text
D8743.id.diff (78 KB)

Event Timeline