Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-jedi-0.18.0-bp154.1.40 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-jedi Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.18.0 Vendor: openSUSE
Release: bp154.1.40 Build date: Mon May 9 11:38:10 2022
Group: Development/Languages/Python Build host: hci-cnode1-m0
Size: 5206563 Source RPM: python-jedi-0.18.0-bp154.1.40.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/davidhalter/jedi
Summary: An autocompletion tool for Python
Jedi is a static analysis tool for Python that can be used in
IDEs/editors. Its focus is autocompletion and static
analysis.

Jedi has support for two different goto functions. It’s possible to
search for related names and to list all names in a Python file and
infer them. Jedi understands docstrings and you can use Jedi
autocompletion in your REPL as well.

Jedi uses an API to connect with IDEs. There is a reference
implementation as a VIM plugin which uses Jedi's autocompletion.

Provides

Requires

License

MIT AND Python-2.0

Changelog

* Sun Oct 31 2021 Benjamin Greiner <code@bnavigator.de>
  - Force pytest5 because it has the pluggy<1 pin patched out
* Sat Mar 13 2021 Ben Greiner <code@bnavigator.de>
  - Add jedi-py39-pytest.patch to support Python 3.9
* Fri Dec 25 2020 Matej Cepl <mcepl@suse.com>
  - update to 0.18.0 (get it together with the latest python-parso just to
    be sure):
    - Dropped Python 2 and Python 3.5
    - Using ``pathlib.Path()`` as an output instead of ``str`` in most
      places:
    - ``Project.path``
    - ``Script.path``
    - ``Definition.module_path``
    - ``Refactoring.get_renames``
    - ``Refactoring.get_changed_files``
    - Functions with ``@property`` now return ``property`` instead of
      ``function`` in ``Name().type``
    - Started using annotations
    - Better support for the walrus operator
    - Project attributes are now read accessible
    - Removed all deprecations
    This is likely going to be the last minor release before 1.0.
* Thu Sep 03 2020 Matej Cepl <mcepl@suse.com>
  - Revert back to 0.17.2.
* Thu Aug 27 2020 Benjamin Greiner <code@bnavigator.de>
  - Exclude pytest 6 gh#davidhalter/jedi#1660
* Fri Jul 17 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to version 0.17.2
    * Added an option to pass environment variables to ``Environment``
    * ``Project(...).path`` exists now
    * Support for Python 3.9
    * A few bugfixes
  - rpmlint zero length django-stubs
* Sat Jun 20 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to version 0.17.1
    * Django ``Model`` meta class support
    * Django Manager support (completion on Managers/QuerySets)
    * Added Django Stubs to Jedi, thanks to all contributors of the
      `Django Stubs <https://github.com/typeddjango/django-stubs>`_ project
    * Added ``SyntaxError.get_message``
    * Python 3.9 support
    * Bugfixes (mostly towards Generics)
  - drop jedi-pr1543-sorttest.patch merged upstream
* Sun May 24 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Skip two tests on leap not just sp1+
* Wed Apr 15 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to v0.17.0
    * Added ``Project`` support. This allows a user to specify which
      folders Jedi should work with.
    * Added support for Refactoring. The following refactorings have
      been implemented: ``Script.rename``, ``Script.inline``,
      ``Script.extract_variable`` and ``Script.extract_function``.
    * Added ``Script.get_syntax_errors`` to display syntax errors in
      the current script.
    * Added code search capabilities both for individual files and
      projects. The new functions are ``Project.search``,
      ``Project.complete_search``,  ``Script.search`` and
      ``Script.complete_search``.
    * Added ``Script.help`` to make it easier to display a help
      window to people. Now returns pydoc information as well for
      Python keywords/operators.  This means that on the class
      keyword it will now return the docstring of Python's builtin
      function ``help('class')``.
    * The API documentation is now way more readable and complete.
      Check it out under https://jedi.readthedocs.io. A lot of it
      has been rewritten.
    * Removed Python 3.4 support
    * Many bugfixes
  - back to regular releases, no git service needed anymore
  - jedi-pr1543-sorttest.patch gh#davidhalter/jedi#1543
* Mon Apr 13 2020 Benjamin Greiner <code@bnavigator.de>
  - tell Leap 15.1 and SLE 15 SP1 pytest to ignore test/__init__.py
    so that a test file with purposely placed syntax errors does not
    trip the entire discovery
* Thu Apr 09 2020 Benjamin Greiner <code@bnavigator.de>
  - reenable (most) unittests
  - remove unbundle.patch -- according to upstream, typeshed is meant
    to be bundled.
* Tue Mar 17 2020 Benjamin Greiner <code@bnavigator.de>
  - fix version string to 0.16.0+git55.17b3611c
* Mon Mar 16 2020 tchvatal@suse.com
  - Update to version v0.16.0+git55.17b3611c:
    * Included statement as a possible return type for BaseDefinition.type
* Mon Mar 16 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Disable tests
* Sat Mar 14 2020 tchvatal@suse.com
  - Update to version v0.16.0+git54.0888dd46:
    * Fix partialmethod issues
    * Make sure partialmethod tests are only executed for Python 3
    * Refactor stdlib PartialObject
    * Fix PartialMethodObject (WIP)
    * Changed semantics of ClassVar attributes in classes, fixes #1502
    * Avoid duplicate definitions for goto, fixes #1514
    * Merge _remove_statements and infer_expr_stmt, fixes #1504
    * Add partialmethod, fixes #1519
    * Attempt at a test of completion of filepath after ~.
    * Complete path after ~.
* Sat Mar 14 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Remove patches from git in preparation to switch to git service:
    * delete.patch
    * typing.patch
* Fri Mar 06 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - add typing.patch - fix test_sys_getwindowsversion with new parso
* Tue Feb 04 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 0.16.0
  - add delete.patch
    * Added Script.get_context to get information where you currently are.
    * Completions/type inference of Pytest fixtures.
    * Tensorflow, Numpy and Pandas completions should now be about 4-10x faster after the first time they are used.
    * Dict key completions are working now. e.g. d = {1000: 3}; d[10 will expand to 1000.
    * Completion for “proxies” works now. These are classes that have a __getattr__(self, name) method that does a return getattr(x, name). after loading them initially.
    * Goto on a function/attribute in a class now goes to the definition in its super class.
    * Big Script API Changes:
    + The line and column parameters of jedi.Script are now deprecated
    + completions deprecated, use complete instead
    + goto_assignments deprecated, use goto instead
    + goto_definitions deprecated, use infer instead
    + call_signatures deprecated, use get_signatures instead
    + usages deprecated, use get_references instead
    + jedi.names deprecated, use jedi.Script(...).get_names()
    * BaseDefinition.goto_assignments renamed to BaseDefinition.goto
    * Add follow_imports to Definition.goto. Now its signature matches Script.goto.
    * Python 2 support deprecated. For this release it is best effort. Python 2 has reached the end of its life and now it’s just about a smooth transition. Bugs for Python 2 will not be fixed anymore and a third of the tests are already skipped.
    * Removed settings.no_completion_duplicates. It wasn’t tested and nobody was probably using it anyway.
    * Removed settings.use_filesystem_cache and settings.additional_dynamic_modules, they have no usage anymore. Pretty much nobody was probably using them.
* Sat Dec 28 2019 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 0.15.2
  - skip tests based on bundled typeshed
  - refreshed unbundle.patch
    * Call signatures are now detected a lot better
    * Add fuzzy completions with Script(...).completions(fuzzy=True)
    * Files bigger than one MB (about 20kLOC) get cropped to avoid
      getting stuck completely.
    * A big refactoring around contexts/values
* Sat Nov 23 2019 Matej Cepl <mcepl@suse.com>
  - So, this is completely boring, non-offensive changelog record,
    which says, that I have also add previously missing skip over
    test_compiled_signature test case, because of
    gh#davidhalter/jedi#1429
* Thu Oct 24 2019 Matej Cepl <mcepl@suse.com>
  - Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429
* Thu Sep 12 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Skip another time based test test_os_path_join
* Wed Sep 11 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Skip flaky test test_static_analysis
* Sun Aug 25 2019 Arun Persaud <arun@gmx.de>
  - update to version 0.15.1:
    * Small bugfix and removal of a print statement
  - changes from version 0.15.0:
    * Added file path completions, there's a new "Completion.type" path,
      now. Example: '/ho -> '/home/
    * *args/**kwargs resolving. If possible Jedi replaces the parameters
      with the actual alternatives.
    * Better support for enums/dataclasses
    * When using Interpreter, properties are now executed, since a lot
      of people have complained about this. Discussion in #1299, #1347.
    * New APIs:
      + Definition.get_signatures() -> List[Signature]. Signatures are
      similar to CallSignature. Definition.params is therefore
      deprecated.
      + Signature.to_string() to format call signatures.
      + Signature.params -> List[ParamDefinition], ParamDefinition has
      the following additional attributes infer_default(),
      infer_annotation(), to_string(), and kind.
      + Definition.execute() -> List[Definition], makes it possible to
      infer return values of functions.
* Tue Jul 16 2019 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 0.14.1
    * CallSignature.index should now be working a lot better
    * A couple of smaller bugfixes
* Thu Jul 04 2019 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 0.14.0
  - enable tests
  - add unbundle.patch
    * Added goto_*(prefer_stubs=True) as well as goto_*(prefer_stubs=True)
    * Stubs are used now for type inference
    * Typeshed is used for better type inference
    * Reworked Definition.full_name, should have more correct return values
* Wed May 29 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Disable tests as it is not working at all on python 3.7
* Tue Mar 26 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Do not bother condition for typing, on 3.7+ it is provided by base
* Sat Mar 02 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.13.3:
    * Fixed an issue with embedded Python see https://github.com/davidhalter/jedi-vim/issues/870
* Thu Feb 14 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Fix the typing dependency
  - Really run the tests
* Sun Jan 06 2019 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 0.13.2:
    * Fixed a bug that led to Jedi spawning a lot of subprocesses.
* Thu Oct 11 2018 Todd R <toddrme2178@gmail.com>
  - update to version 0.13.1
    * Bugfixes, because tensorflow completions were still slow.
  - update to version 0.13.0
    * A small release. Some bug fixes.
    * Remove Python 3.3 support. Python 3.3 support has been dropped by the Python
      foundation.
    * Default environments are now using the same Python version as the Python
      process. In 0.12.x, we used to load the latest Python version on the system.
    * Added ``include_builtins`` as a parameter to usages.
    * ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that
      changes the previous behavior slightly.
  - Remove test_requrements.patch, no longer needed
* Mon Jul 02 2018 arun@gmx.de
  - specfile:
    * require parso >= 0.3.0
    * remove python-devel requirement
  - update to version 0.12.1:
    * This release forces you to upgrade parso. If you don't, nothing
      will work anymore. Otherwise changes should be limited to bug
      fixes. Unfortunately Jedi still uses a few internals of parso that
      make it hard to keep compatibility over multiple releases. Parso
      >=0.3.0 is going to be needed.
* Thu Apr 19 2018 toddrme2178@gmail.com
  - Update to version 0.12.0
    * Virtualenv/Environment support
    * F-String Completion/Goto Support
    * Cannot crash with segfaults anymore
    * Cleaned up import logic
    * Understand async/await and autocomplete it (including async generators)
    * Better namespace completions
    * Passing tests for Windows (including CI for Windows)
    * Remove Python 2.6 support
  - Update to version 0.11.1
    * Parso update - the caching layer was broken
    * Better usages - a lot of internal code was ripped out and improved.
  - Remove upstream-included test_requrements.patch
  - Add new test_requrements.patch to avoid limit on pytest version.
  - Disable tests, they don't work in most situations.
* Fri Nov 10 2017 mimi.vx@gmail.com
  - fix requires
* Fri Nov 10 2017 mimi.vx@gmail.com
  - fix tests to run on current python3
  - added test_requrements.patch to allow newer versions of python-parso
* Fri Nov 10 2017 mimi.vx@gmail.com
  - fix test conditions
* Tue Sep 26 2017 arun@gmx.de
  - specfile:
    * require python-parso
    * require python-numpydoc for tests
  - update to version 0.11.0:
    * Split Jedi's parser into a separate project called parso.
    * Avoiding side effects in REPL completion.
    * Numpy docstring support should be much better.
    * Moved the settings.*recursion* away, they are no longer usable.
* Mon Jun 19 2017 sebix+novell.com@sebix.at
  - only require python3-typing if necessary
* Fri Apr 28 2017 jengelh@inai.de
  - Grammatical corrections to description.
    Replace historic focus by current focus.
* Thu Apr 27 2017 toddrme2178@gmail.com
  - Fix license.
* Thu Apr 27 2017 toddrme2178@gmail.com
  - Disable tests on non-x86/x86_64 platforms.
* Tue Apr 25 2017 toddrme2178@gmail.com
  - Update to version 0.10.2
    * Python Packaging sucks. Some files were not included in 0.10.1.
  - Update to version 0.10.1
    * Fixed a few very annoying bugs.
    * Prepared the parser to be factored out of Jedi.
  - Update to version 0.10.0
    * Actual semantic completions for the complete Python syntax.
    * Basic type inference for ``yield from`` PEP 380.
    * PEP 484 support (most of the important features of it).
    * Added ``get_line_code`` to ``Definition`` and ``Completion``
      objects.
    * Completely rewritten the type inference engine.
    * A new and better parser for (fast) parsing diffs of Python
      code.
  - Implement single-spec version
* Thu Nov 05 2015 toddrme2178@gmail.com
  - Fix tests
* Wed May 06 2015 benoit.monin@gmx.fr
  - update to version 0.9.0:
    * The import logic has been rewritten to look more like Python's.
      There is now an Evaluator.modules import cache, which resembles
      sys.modules.
    * Integrated the parser of 2to3. This will make refactoring
      possible. It will also be possible to check for error messages
      (like compiling an AST would give) in the future.
    * With the new parser, the evaluation also completely changed.
      It's now simpler and more readable.
    * Completely rewritten REPL completion.
    * Added jedi.names, a command to do static analysis. Thanks to
      that sourcegraph guys for sponsoring this!
    * Alpha version of the linter.
  - remove "-final0" appended to source version
  - add python-unittest2 as a test dependency for SLE11
  - skip failing tests in test_integration_import.py

Files

/usr/lib/python3.6/site-packages/jedi
/usr/lib/python3.6/site-packages/jedi-0.18.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/jedi-0.18.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/jedi-0.18.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/jedi-0.18.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/jedi-0.18.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/jedi-0.18.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/jedi/__init__.py
/usr/lib/python3.6/site-packages/jedi/__main__.py
/usr/lib/python3.6/site-packages/jedi/__pycache__
/usr/lib/python3.6/site-packages/jedi/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/_compatibility.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/_compatibility.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/debug.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/debug.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/file_io.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/file_io.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/parser_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/parser_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/settings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/settings.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/_compatibility.py
/usr/lib/python3.6/site-packages/jedi/api
/usr/lib/python3.6/site-packages/jedi/api/__init__.py
/usr/lib/python3.6/site-packages/jedi/api/__pycache__
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/classes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/classes.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/completion.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/completion.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/completion_cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/completion_cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/environment.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/environment.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/file_name.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/file_name.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/interpreter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/interpreter.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/keywords.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/keywords.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/project.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/project.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/replstartup.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/replstartup.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/strings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/__pycache__/strings.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/classes.py
/usr/lib/python3.6/site-packages/jedi/api/completion.py
/usr/lib/python3.6/site-packages/jedi/api/completion_cache.py
/usr/lib/python3.6/site-packages/jedi/api/environment.py
/usr/lib/python3.6/site-packages/jedi/api/errors.py
/usr/lib/python3.6/site-packages/jedi/api/exceptions.py
/usr/lib/python3.6/site-packages/jedi/api/file_name.py
/usr/lib/python3.6/site-packages/jedi/api/helpers.py
/usr/lib/python3.6/site-packages/jedi/api/interpreter.py
/usr/lib/python3.6/site-packages/jedi/api/keywords.py
/usr/lib/python3.6/site-packages/jedi/api/project.py
/usr/lib/python3.6/site-packages/jedi/api/refactoring
/usr/lib/python3.6/site-packages/jedi/api/refactoring/__init__.py
/usr/lib/python3.6/site-packages/jedi/api/refactoring/__pycache__
/usr/lib/python3.6/site-packages/jedi/api/refactoring/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/refactoring/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/refactoring/__pycache__/extract.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/api/refactoring/__pycache__/extract.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/api/refactoring/extract.py
/usr/lib/python3.6/site-packages/jedi/api/replstartup.py
/usr/lib/python3.6/site-packages/jedi/api/strings.py
/usr/lib/python3.6/site-packages/jedi/cache.py
/usr/lib/python3.6/site-packages/jedi/common.py
/usr/lib/python3.6/site-packages/jedi/debug.py
/usr/lib/python3.6/site-packages/jedi/file_io.py
/usr/lib/python3.6/site-packages/jedi/inference
/usr/lib/python3.6/site-packages/jedi/inference/__init__.py
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/analysis.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/analysis.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/arguments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/arguments.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/base_value.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/base_value.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/context.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/context.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/docstrings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/docstrings.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/dynamic_params.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/dynamic_params.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/filters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/finder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/finder.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/flow_analysis.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/flow_analysis.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/imports.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/imports.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/lazy_value.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/lazy_value.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/names.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/names.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/param.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/param.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/parser_cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/parser_cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/recursion.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/recursion.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/references.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/references.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/signature.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/signature.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/star_args.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/star_args.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/syntax_tree.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/syntax_tree.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/sys_path.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/sys_path.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/analysis.py
/usr/lib/python3.6/site-packages/jedi/inference/arguments.py
/usr/lib/python3.6/site-packages/jedi/inference/base_value.py
/usr/lib/python3.6/site-packages/jedi/inference/cache.py
/usr/lib/python3.6/site-packages/jedi/inference/compiled
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__init__.py
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/access.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/access.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/getattr_static.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/getattr_static.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/mixed.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/mixed.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/value.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/__pycache__/value.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/access.py
/usr/lib/python3.6/site-packages/jedi/inference/compiled/getattr_static.py
/usr/lib/python3.6/site-packages/jedi/inference/compiled/mixed.py
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__init__.py
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__main__.py
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__pycache__
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__pycache__/functions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/__pycache__/functions.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/compiled/subprocess/functions.py
/usr/lib/python3.6/site-packages/jedi/inference/compiled/value.py
/usr/lib/python3.6/site-packages/jedi/inference/context.py
/usr/lib/python3.6/site-packages/jedi/inference/docstrings.py
/usr/lib/python3.6/site-packages/jedi/inference/dynamic_params.py
/usr/lib/python3.6/site-packages/jedi/inference/filters.py
/usr/lib/python3.6/site-packages/jedi/inference/finder.py
/usr/lib/python3.6/site-packages/jedi/inference/flow_analysis.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__init__.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/annotation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/annotation.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/conversion.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/conversion.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/generics.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/generics.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/stub_value.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/stub_value.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/type_var.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/type_var.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/typeshed.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/typeshed.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/typing.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/typing.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/gradual/annotation.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/base.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/conversion.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/generics.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/stub_value.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/type_var.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/typeshed.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/typing.py
/usr/lib/python3.6/site-packages/jedi/inference/gradual/utils.py
/usr/lib/python3.6/site-packages/jedi/inference/helpers.py
/usr/lib/python3.6/site-packages/jedi/inference/imports.py
/usr/lib/python3.6/site-packages/jedi/inference/lazy_value.py
/usr/lib/python3.6/site-packages/jedi/inference/names.py
/usr/lib/python3.6/site-packages/jedi/inference/param.py
/usr/lib/python3.6/site-packages/jedi/inference/parser_cache.py
/usr/lib/python3.6/site-packages/jedi/inference/recursion.py
/usr/lib/python3.6/site-packages/jedi/inference/references.py
/usr/lib/python3.6/site-packages/jedi/inference/signature.py
/usr/lib/python3.6/site-packages/jedi/inference/star_args.py
/usr/lib/python3.6/site-packages/jedi/inference/syntax_tree.py
/usr/lib/python3.6/site-packages/jedi/inference/sys_path.py
/usr/lib/python3.6/site-packages/jedi/inference/utils.py
/usr/lib/python3.6/site-packages/jedi/inference/value
/usr/lib/python3.6/site-packages/jedi/inference/value/__init__.py
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/decorator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/decorator.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/dynamic_arrays.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/dynamic_arrays.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/function.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/function.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/instance.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/instance.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/iterable.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/iterable.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/klass.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/klass.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/module.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/module.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/namespace.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/__pycache__/namespace.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/inference/value/decorator.py
/usr/lib/python3.6/site-packages/jedi/inference/value/dynamic_arrays.py
/usr/lib/python3.6/site-packages/jedi/inference/value/function.py
/usr/lib/python3.6/site-packages/jedi/inference/value/instance.py
/usr/lib/python3.6/site-packages/jedi/inference/value/iterable.py
/usr/lib/python3.6/site-packages/jedi/inference/value/klass.py
/usr/lib/python3.6/site-packages/jedi/inference/value/module.py
/usr/lib/python3.6/site-packages/jedi/inference/value/namespace.py
/usr/lib/python3.6/site-packages/jedi/parser_utils.py
/usr/lib/python3.6/site-packages/jedi/plugins
/usr/lib/python3.6/site-packages/jedi/plugins/__init__.py
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/django.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/django.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/flask.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/flask.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/pytest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/pytest.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/registry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/registry.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/stdlib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/__pycache__/stdlib.cpython-36.pyc
/usr/lib/python3.6/site-packages/jedi/plugins/django.py
/usr/lib/python3.6/site-packages/jedi/plugins/flask.py
/usr/lib/python3.6/site-packages/jedi/plugins/pytest.py
/usr/lib/python3.6/site-packages/jedi/plugins/registry.py
/usr/lib/python3.6/site-packages/jedi/plugins/stdlib.py
/usr/lib/python3.6/site-packages/jedi/settings.py
/usr/lib/python3.6/site-packages/jedi/third_party
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/LICENSE.txt
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/apps
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/apps/config.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf/global_settings.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/i18n.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/static.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/actions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/apps.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/checks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/decorators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/filters.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/forms.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/helpers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/options.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/sites.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_static.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/log.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/tests.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/autocomplete.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/decorators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/main.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/widgets.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/urls.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/admin.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/apps.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/backends.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/base_user.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/checks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/context_processors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/decorators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/forms.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/hashers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/mixins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/password_validation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/signals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/tokens.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/urls.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/validators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/apps.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/forms.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/middleware.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/sitemaps.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/urls.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/api.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/context_processors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/middleware.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/cookie.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/fallback.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/session.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cached_db.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/db.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/file.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/base_session.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/middleware.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/serializers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/ping_google.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/apps.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/apps.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/checks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/finders.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/handlers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/storage.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/staticfiles.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/testing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/urls.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/db.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/dummy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/filebased.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/locmem.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/memcached.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/caches.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/database.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/messages.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/model_checks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/registry.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/csrf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/sessions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/templates.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/translation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/urls.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/images.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/locks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/move.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/storage.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/temp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadedfile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadhandler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/exception.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/wsgi.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/console.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/dummy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/filebased.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/locmem.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/smtp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/message.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/color.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/dumpdata.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/loaddata.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/makemessages.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/runserver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/testserver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/sql.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/templates.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/paginator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/json.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/python.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/basehttp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/signals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/signing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/validators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/core/wsgi.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/creation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/features.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/introspection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/operations.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/schema.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/validation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/ddl_references.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/creation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/operations.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/signals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/creation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/features.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/introspection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/operations.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/schema.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/autodetector.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/executor.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/graph.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/loader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/migration.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/fields.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/special.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/optimizer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/questioner.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/recorder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/serializer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/state.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/topological_sort.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/writer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/aggregates.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/constraints.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/deletion.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/expressions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/files.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/mixins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/proxy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_descriptors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_lookups.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/reverse_related.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/comparison.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/datetime.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/math.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/mixins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/text.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/window.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/indexes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/lookups.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/manager.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/options.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query_utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/signals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/compiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/datastructures.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/query.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/subqueries.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/where.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/transaction.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/db/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/dispatcher.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/http
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/http/request.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/http/response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/shortcuts.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/django.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/dummy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/jinja2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/context.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/context_processors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaultfilters.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaulttags.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/engine.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/library.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader_tags.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/app_directories.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/cached.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/filesystem.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/locmem.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/smartif.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/template/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/cache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/i18n.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/l10n.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/static.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/tz.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test/client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test/html.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test/runner.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test/selenium.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test/signals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test/testcases.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/test/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/urls
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/urls/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/_os.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/archive.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/cache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datastructures.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateformat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deprecation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/duration.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/formats.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/functional.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/hashable.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/html.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/http.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/ipv6.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/itercompat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/log.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/module_loading.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/numberformat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/regex_helper.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/safestring.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/six.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/text.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timesince.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timezone.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/version.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/utils/xmlutils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/csrf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/debug.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/cache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/clickjacking.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/csrf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/debug.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/gzip.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/http.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/vary.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/defaults.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/dates.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/detail.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/edit.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/list.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/i18n.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/django-stubs/django-stubs/views/static.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/LICENSE
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/Cookie.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/HTMLParser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/Queue.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/SimpleHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/SocketServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/StringIO.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/UserDict.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/UserList.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/UserString.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/__builtin__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_ast.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_collections.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_functools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_hotshot.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_io.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_json.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_md5.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_sha.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_sha256.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_sha512.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_socket.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_sre.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_struct.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_symtable.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/_threading_local.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/abc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/ast.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/atexit.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/cPickle.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/cStringIO.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/collections.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/commands.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/compileall.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/cookielib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/copy_reg.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/distutils
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/emxccompiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/dummy_thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/MIMEText.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/_parseaddr.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/base64mime.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/charset.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/encoders.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/feedparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/generator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/header.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/iterators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/message.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/application.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/audio.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/image.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/message.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/multipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/nonmultipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/text.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/quoprimime.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/email/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/encodings
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/encodings/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/encodings/utf_8.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/fcntl.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/fnmatch.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/functools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/future_builtins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/gc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/getopt.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/getpass.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/gettext.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/glob.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/gzip.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/hashlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/heapq.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/htmlentitydefs.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/httplib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/imp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/importlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/inspect.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/io.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/itertools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/json.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/markupbase.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/md5.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/mimetools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/pool.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/process.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/mutex.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/nturl2path.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/os
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/os/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/os/path.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/os2emxpath.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/pipes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/platform.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/popen2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/posix.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/random.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/re.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/repr.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/resource.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/rfc822.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/robotparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/runpy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/sets.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/sha.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/shelve.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/shlex.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/signal.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/smtplib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/spwd.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/sre_constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/sre_parse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/stat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/string.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/stringold.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/strop.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/subprocess.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/symbol.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/sys.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/tempfile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/textwrap.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/toaiff.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/tokenize.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/types.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/typing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/unittest.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/urllib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/urllib2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/urlparse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/user.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/whichdb.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2/xmlrpclib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/__future__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_bisect.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_codecs.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_csv.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_curses.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_heapq.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_random.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_warnings.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakref.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakrefset.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/aifc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/argparse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/array.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/asynchat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/asyncore.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/audioop.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/base64.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/bdb.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/binascii.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/binhex.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/bisect.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/builtins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/bz2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/cProfile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/calendar.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgi.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgitb.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/chunk.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmath.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmd.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/code.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/codecs.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/codeop.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/colorsys.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/contextlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/copy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/crypt.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/csv.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/wintypes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/ascii.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/panel.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/textpad.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/datetime.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/decimal.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/difflib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/dis.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/archive_util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/bcppcompiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/ccompiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/cmd.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_dumb.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_msi.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_packager.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_rpm.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_wininst.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build_clib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build_ext.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build_py.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build_scripts.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/check.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/clean.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/config.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install_data.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install_headers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install_lib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install_scripts.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/register.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/sdist.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/core.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/debug.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/dep_util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/dir_util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/dist.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/errors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/extension.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/file_util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/filelist.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/log.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/msvccompiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/spawn.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/sysconfig.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/text_file.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/unixccompiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/version.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/doctest.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/errno.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/filecmp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/fileinput.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/formatter.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/fractions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ftplib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/genericpath.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/grp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/hmac.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/imaplib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/imghdr.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/keyword.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/driver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/grammar.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/parse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/pgen.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/token.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/tokenize.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pygram.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pytree.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/linecache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/locale.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/config.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/handlers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/macpath.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailbox.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailcap.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/marshal.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/math.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/mimetypes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/mmap.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/modulefinder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/netrc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/nis.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ntpath.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/numbers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/opcode.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/operator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/optparse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pdb.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pickle.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pickletools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pkgutil.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/plistlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/poplib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/posixpath.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pprint.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/profile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pstats.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pty.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pwd.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/py_compile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyclbr.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pydoc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/errors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/model.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/quopri.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/readline.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/rlcompleter.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/sched.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/select.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/shutil.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/site.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/smtpd.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/sndhdr.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/socket.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/ssl.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/stringprep.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/struct.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/sunau.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/symtable.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/sysconfig.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/syslog.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/tabnanny.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/tarfile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/telnetlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/termios.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/threading.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/time.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/timeit.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/token.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/trace.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/traceback.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/tty.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/turtle.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/unicodedata.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/uu.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/uuid.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/warnings.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wave.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/weakref.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/webbrowser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/handlers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/headers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/simple_server.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/types.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/validate.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xdrlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/cElementTree.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/errors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/model.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/handler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/saxutils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipfile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/2and3/zlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3.6
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3.6/secrets.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3.7
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3.7/contextvars.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3.7/dataclasses.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_ast.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_compression.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_dummy_thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_imp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_importlib_modulespec.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_json.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_markupbase.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_operator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_posixsubprocess.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_stat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_subprocess.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_threading_local.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_tracemalloc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/_winapi.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/abc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/ast.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_events.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/coroutines.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/events.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/futures.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/locks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/proactor_events.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/protocols.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/queues.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/runners.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/selector_events.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/streams.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/subprocess.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/tasks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/transports.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_events.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/atexit.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/collections
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/collections/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/collections/abc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/compileall.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/_base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/process.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/configparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/copyreg.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/charset.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/contentmanager.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/encoders.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/errors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/feedparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/generator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/header.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/headerregistry.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/iterators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/message.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/application.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/audio.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/image.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/message.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/multipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/nonmultipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/text.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/policy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/email/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/encodings
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/encodings/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/encodings/utf_8.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/enum.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/faulthandler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/fcntl.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/fnmatch.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/functools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/gc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/getopt.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/getpass.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/gettext.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/glob.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/gzip.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/hashlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/heapq.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/html
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/html/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/html/entities.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/html/parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/http
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/http/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/http/client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/http/cookiejar.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/http/cookies.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/http/server.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/imp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/importlib
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/abc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/machinery.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/metadata.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/resources.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/inspect.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/io.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/ipaddress.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/itertools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/json
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/json/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/json/decoder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/json/encoder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/lzma.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/msvcrt.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/connection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/context.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/dummy
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/managers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/pool.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/process.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/queues.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/shared_memory.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/spawn.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/synchronize.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/nntplib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/nturl2path.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/os
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/os/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/os/path.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/pathlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/pipes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/platform.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/posix.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/queue.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/random.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/re.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/reprlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/resource.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/runpy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/selectors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/shelve.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/shlex.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/signal.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/smtplib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/socketserver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/spwd.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/sre_constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/sre_parse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/stat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/statistics.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/string.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/subprocess.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/symbol.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/sys.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tempfile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/textwrap.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/commondialog.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/dialog.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/filedialog.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/messagebox.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/ttk.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tokenize.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/tracemalloc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/types.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/typing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/async_case.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/case.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/loader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/mock.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/result.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/runner.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/signals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/suite.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/urllib
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/error.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/parse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/request.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/robotparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/stdlib/3/zipapp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/crypto.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/concurrent
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/_base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/process.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/enum.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/fb303
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/fb303/FacebookService.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/fb303/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/gflags.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/ipaddress.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/kazoo
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/watchers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/pathlib2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/pymssql.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/routes
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/routes/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/routes/mapper.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/routes/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/scribe
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/scribe/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/scribe/scribe.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/scribe/ttypes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/CGIHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_dummy_thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/cPickle.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/configparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_multipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_nonmultipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_text.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/html_entities.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/html_parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_cookiejar.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_cookies.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/queue.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/reprlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/socketserver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/error.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/parse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/request.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/robotparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_error.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_parse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_request.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_robotparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/xmlrpc_client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/concurrent.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/gen.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httpclient.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httpserver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httputil.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/ioloop.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/locks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/netutil.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/process.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/tcpserver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/testing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2/tornado/web.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/MD2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/MD4.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/MD5.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/RIPEMD.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA224.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA256.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA384.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA512.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/hashalgo.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol/AllOrNothing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol/Chaffing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol/KDF.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/DSA.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/ElGamal.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/RSA.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/pubkey.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaGenerator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/random.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Signature
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Signature/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/Counter.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/RFC1751.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/asn1.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/number.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/randpool.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/strxor.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/pct_warnings.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/atomicwrites
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/atomicwrites/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/attr
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/converters.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/filters.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/validators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/backports
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/backports/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/backports/ssl_match_hostname.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/backports_abc.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/callbacks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/linkifier.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/sanitizer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/auth.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/auth_handler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/compat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/connection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/ec2
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/ec2/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/elb
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/elb/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/exception.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/layer1.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/plugin.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/regioninfo.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/acl.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucket.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucketlistresultset.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucketlogging.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/connection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/cors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/deletemarker.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/key.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/keyfile.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/lifecycle.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/multidelete.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/multipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/prefix.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/tagging.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/user.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/website.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/certifi.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/characteristic
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/characteristic/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/_termui_impl.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/core.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/decorators.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/formatting.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/globals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/termui.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/testing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/types.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/click/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/croniter.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/fernet.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/interfaces.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/binding.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dh.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dsa.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ec.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed25519.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed448.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/padding.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/rsa.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x25519.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x448.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/aead.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/modes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/cmac.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/constant_time.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hashes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hmac.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/concatkdf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/hkdf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/kbkdf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/pbkdf2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/x509.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/_common.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/relativedelta.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/rrule.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/_common.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/tz.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/decorator.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/emoji.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/first.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/app.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/blueprints.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/cli.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/config.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/ctx.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/debughelpers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/globals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/helpers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/json
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/json/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/json/tag.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/logging.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/sessions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/signals.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/templating.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/testing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/views.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/wrappers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/database.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/errors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/mixins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/records.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/any_test_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/api_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/compiler
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/compiler/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor_pool.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/duration_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/empty_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/field_mask_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/containers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/decoder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/encoder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/enum_type_wrapper.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/message_listener.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/well_known_types.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/wire_format.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/json_format.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/map_proto2_unittest_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/map_unittest_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/message.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/message_factory.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/reflection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/service.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/source_context_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/struct_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/symbol_database.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/test_messages_proto2_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/test_messages_proto3_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/timestamp_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/type_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_arena_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_custom_options_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_import_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_import_public_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_mset_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_mset_wire_format_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_no_arena_import_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_no_arena_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_no_generic_services_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_proto3_arena_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/util
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/util/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/util/json_format_proto3_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/wrappers_pb2.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/itsdangerous.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/_compat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/_stringdefs.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/bccache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/compiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/debug.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/defaults.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/environment.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/ext.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/filters.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/lexer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/loaders.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/meta.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/nodes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/optimizer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/runtime.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/sandbox.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/tests.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/visitor.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_compat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_native.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_speedups.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/compat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/const.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/decoder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/errors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/extension.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/reader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/mock.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/mypy_extensions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pycurl.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/charset.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/connections.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/CLIENT.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/COMMAND.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/ER.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/FIELD_TYPE.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/FLAG.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/SERVER_STATUS.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/converters.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/cursors.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/err.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/times.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/attributes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/table.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/util.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/indexes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/settings.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/throttle.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/types.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pyre_extensions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pytz
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/pytz/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/redis
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/connection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/adapters.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/api.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/auth.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/compat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/cookies.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/hooks.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/models.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/_collections.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/connection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/connectionpool.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/contrib
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/contrib/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/fields.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/filepost.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/poolmanager.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/request.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/connection.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/request.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/retry.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/ssl_.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/timeout.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/url.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/sessions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/status_codes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/structures.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/decoder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/encoder.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/scanner.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/singledispatch.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/tabulate.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/termcolor.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/toml.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/typing_extensions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/ujson.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_compat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_internal.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_reloader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/atom.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/cache.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/fixers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/iterio.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/jsrouting.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/limiter.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/lint.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/profiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/securecookie.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/sessions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/testtools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/wrappers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/datastructures.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/console.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/repr.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/tbtools.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/exceptions.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/filesystem.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/formparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/http.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/local.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/dispatcher.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/http_proxy.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/lint.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/profiler.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/proxy_fix.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/shared_data.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/posixemulation.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/routing.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/script.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/security.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/serving.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/test.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/testapp.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/urls.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/useragents.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/utils.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/wrappers.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/wsgi.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/composer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/constructor.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/cyaml.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/dumper.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/emitter.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/error.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/events.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/loader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/nodes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/reader.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/representer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/resolver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/scanner.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/serializer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/tokens.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/contextvars.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/dataclasses.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/examples.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/nodes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/nodes.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/roles.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/states.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt/algorithms.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/py_ecdsa.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/pycrypto.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/orjson.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/pkg_resources
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/pkg_resources/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/pkg_resources/py31compat.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/_dummy_thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/_thread.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/builtins.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/cPickle.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/configparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_base.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_multipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_text.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/html_entities.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/html_parser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_client.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_cookiejar.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_cookies.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/queue.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/reprlib.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/socketserver.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_commondialog.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_constants.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_dialog.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_filedialog.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_tkfiledialog.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_ttk.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/error.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/parse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/request.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/robotparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_error.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_parse.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_request.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_response.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_robotparser.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/__init__.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/ast27.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/ast3.pyi
/usr/lib/python3.6/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/conversions.pyi
/usr/lib/python3.6/site-packages/jedi/utils.py
/usr/share/doc/packages/python3-jedi
/usr/share/doc/packages/python3-jedi/AUTHORS.txt
/usr/share/doc/packages/python3-jedi/CHANGELOG.rst
/usr/share/doc/packages/python3-jedi/README.rst
/usr/share/licenses/python3-jedi
/usr/share/licenses/python3-jedi/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024