.coveragerc
AUTHORS.txt
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
conftest.py
pytest.ini
requirements.txt
setup.cfg
setup.py
sith.py
tox.ini
docs/Makefile
docs/README.md
docs/conf.py
docs/global.rst
docs/index.rst
docs/_screenshots/screenshot_complete.png
docs/_screenshots/screenshot_function.png
docs/_screenshots/screenshot_pydoc.png
docs/_static/logo-src.txt
docs/_static/logo.png
docs/_templates/ghbuttons.html
docs/_templates/sidebarlogo.html
docs/_themes/flask_theme_support.py
docs/_themes/flask/LICENSE
docs/_themes/flask/layout.html
docs/_themes/flask/relations.html
docs/_themes/flask/theme.conf
docs/_themes/flask/static/flasky.css_t
docs/_themes/flask/static/small_flask.css
docs/docs/api-classes.rst
docs/docs/api.rst
docs/docs/development.rst
docs/docs/features.rst
docs/docs/installation.rst
docs/docs/settings.rst
docs/docs/testing.rst
docs/docs/usage.rst
jedi/__init__.py
jedi/__main__.py
jedi/_compatibility.py
jedi/cache.py
jedi/debug.py
jedi/file_io.py
jedi/parser_utils.py
jedi/refactoring.py
jedi/settings.py
jedi/utils.py
jedi.egg-info/PKG-INFO
jedi.egg-info/SOURCES.txt
jedi.egg-info/dependency_links.txt
jedi.egg-info/requires.txt
jedi.egg-info/top_level.txt
jedi/api/__init__.py
jedi/api/classes.py
jedi/api/completion.py
jedi/api/environment.py
jedi/api/exceptions.py
jedi/api/file_name.py
jedi/api/helpers.py
jedi/api/interpreter.py
jedi/api/keywords.py
jedi/api/project.py
jedi/api/replstartup.py
jedi/common/__init__.py
jedi/common/utils.py
jedi/common/value.py
jedi/inference/__init__.py
jedi/inference/analysis.py
jedi/inference/arguments.py
jedi/inference/base_value.py
jedi/inference/cache.py
jedi/inference/context.py
jedi/inference/docstrings.py
jedi/inference/dynamic_params.py
jedi/inference/filters.py
jedi/inference/finder.py
jedi/inference/flow_analysis.py
jedi/inference/helpers.py
jedi/inference/imports.py
jedi/inference/lazy_value.py
jedi/inference/names.py
jedi/inference/param.py
jedi/inference/parser_cache.py
jedi/inference/recursion.py
jedi/inference/signature.py
jedi/inference/star_args.py
jedi/inference/syntax_tree.py
jedi/inference/sys_path.py
jedi/inference/usages.py
jedi/inference/utils.py
jedi/inference/compiled/__init__.py
jedi/inference/compiled/access.py
jedi/inference/compiled/getattr_static.py
jedi/inference/compiled/mixed.py
jedi/inference/compiled/value.py
jedi/inference/compiled/subprocess/__init__.py
jedi/inference/compiled/subprocess/__main__.py
jedi/inference/compiled/subprocess/functions.py
jedi/inference/gradual/__init__.py
jedi/inference/gradual/annotation.py
jedi/inference/gradual/base.py
jedi/inference/gradual/conversion.py
jedi/inference/gradual/generics.py
jedi/inference/gradual/stub_value.py
jedi/inference/gradual/type_var.py
jedi/inference/gradual/typeshed.py
jedi/inference/gradual/typing.py
jedi/inference/gradual/utils.py
jedi/inference/value/__init__.py
jedi/inference/value/decorator.py
jedi/inference/value/dynamic_arrays.py
jedi/inference/value/function.py
jedi/inference/value/instance.py
jedi/inference/value/iterable.py
jedi/inference/value/klass.py
jedi/inference/value/module.py
jedi/inference/value/namespace.py
jedi/plugins/__init__.py
jedi/plugins/flask.py
jedi/plugins/registry.py
jedi/plugins/stdlib.py
test/__init__.py
test/blabla_test_documentation.py
test/conftest.py
test/helpers.py
test/refactor.py
test/run.py
test/test_cache.py
test/test_compatibility.py
test/test_debug.py
test/test_integration.py
test/test_settings.py
test/test_speed.py
test/test_utils.py
test/completion/__init__.py
test/completion/arrays.py
test/completion/async_.py
test/completion/basic.py
test/completion/classes.py
test/completion/completion.py
test/completion/complex.py
test/completion/comprehensions.py
test/completion/context.py
test/completion/decorators.py
test/completion/definition.py
test/completion/descriptors.py
test/completion/docstring.py
test/completion/dynamic_arrays.py
test/completion/dynamic_params.py
test/completion/flow_analysis.py
test/completion/fstring.py
test/completion/functions.py
test/completion/generators.py
test/completion/goto.py
test/completion/imports.py
test/completion/invalid.py
test/completion/isinstance.py
test/completion/keywords.py
test/completion/lambdas.py
test/completion/named_expression.py
test/completion/named_param.py
test/completion/on_import.py
test/completion/ordering.py
test/completion/parser.py
test/completion/pep0484_basic.py
test/completion/pep0484_comments.py
test/completion/pep0484_overload.py
test/completion/pep0484_typing.py
test/completion/pep0526_variables.py
test/completion/positional_only_params.py
test/completion/precedence.py
test/completion/recursion.py
test/completion/stdlib.py
test/completion/stubs.py
test/completion/sys_path.py
test/completion/types.py
test/completion/usages.py
test/completion/import_tree/__init__.py
test/completion/import_tree/classes.py
test/completion/import_tree/flow_import.py
test/completion/import_tree/globals.py
test/completion/import_tree/invisible_pkg.py
test/completion/import_tree/mod1.py
test/completion/import_tree/mod2.py
test/completion/import_tree/random.py
test/completion/import_tree/recurse_class1.py
test/completion/import_tree/recurse_class2.py
test/completion/import_tree/rename1.py
test/completion/import_tree/rename2.py
test/completion/import_tree/pkg/__init__.py
test/completion/import_tree/pkg/mod1.py
test/completion/stub_folder/stub_only.pyi
test/completion/stub_folder/with_stub.py
test/completion/stub_folder/with_stub.pyi
test/completion/stub_folder/stub_only_folder/__init__.pyi
test/completion/stub_folder/stub_only_folder/nested_stub_only.pyi
test/completion/stub_folder/stub_only_folder/nested_with_stub.py
test/completion/stub_folder/stub_only_folder/nested_with_stub.pyi
test/completion/stub_folder/stub_only_folder/python_only.py
test/completion/stub_folder/with_stub_folder/__init__.py
test/completion/stub_folder/with_stub_folder/__init__.pyi
test/completion/stub_folder/with_stub_folder/nested_stub_only.pyi
test/completion/stub_folder/with_stub_folder/nested_with_stub.py
test/completion/stub_folder/with_stub_folder/nested_with_stub.pyi
test/completion/stub_folder/with_stub_folder/python_only.py
test/completion/thirdparty/PyQt4_.py
test/completion/thirdparty/django_.py
test/completion/thirdparty/jedi_.py
test/completion/thirdparty/psycopg2_.py
test/completion/thirdparty/pylab_.py
test/examples/README.rst
test/examples/buildout_project/buildout.cfg
test/examples/buildout_project/bin/app
test/examples/buildout_project/bin/binary_file
test/examples/buildout_project/bin/empty_file
test/examples/buildout_project/src/proj_name/module_name.py
test/examples/django/manage.py
test/examples/django/app/__init__.py
test/examples/django/app/models.py
test/examples/inheritance/pkg/__init__.py
test/examples/inheritance/pkg/module.py
test/examples/issue1209/__init__.py
test/examples/issue1209/api/__init__.py
test/examples/issue1209/api/whatever/__init__.py
test/examples/issue1209/api/whatever/api_test1.py
test/examples/issue1209/whatever/__init__.py
test/examples/issue1209/whatever/test.py
test/examples/namespace_package_relative_import/rel1.py
test/examples/namespace_package_relative_import/rel2.py
test/examples/stub_packages/no_python-stubs/__init__.pyi
test/examples/stub_packages/with_python/__init__.py
test/examples/stub_packages/with_python/module.py
test/examples/stub_packages/with_python-stubs/__init__.pyi
test/examples/stub_packages/with_python-stubs/module.pyi
test/examples/typing_overload/file.py
test/examples/typing_overload/file.pyi
test/refactor/extract.py
test/refactor/inline.py
test/refactor/rename.py
test/speed/precedence.py
test/static_analysis/attribute_error.py
test/static_analysis/attribute_warnings.py
test/static_analysis/branches.py
test/static_analysis/builtins.py
test/static_analysis/class_simple.py
test/static_analysis/comprehensions.py
test/static_analysis/descriptors.py
test/static_analysis/generators.py
test/static_analysis/imports.py
test/static_analysis/iterable.py
test/static_analysis/keywords.py
test/static_analysis/normal_arguments.py
test/static_analysis/operations.py
test/static_analysis/python2.py
test/static_analysis/star_arguments.py
test/static_analysis/try_except.py
test/static_analysis/with_.py
test/static_analysis/import_tree/__init__.py
test/static_analysis/import_tree/a.py
test/static_analysis/import_tree/b.py
test/test_api/__init__.py
test/test_api/test_analysis.py
test/test_api/test_api.py
test/test_api/test_api_classes_follow_definition.py
test/test_api/test_call_signatures.py
test/test_api/test_classes.py
test/test_api/test_completion.py
test/test_api/test_defined_names.py
test/test_api/test_environment.py
test/test_api/test_full_name.py
test/test_api/test_interpreter.py
test/test_api/test_keyword.py
test/test_api/test_project.py
test/test_api/test_settings.py
test/test_api/test_signatures.py
test/test_api/test_unicode.py
test/test_api/test_usages.py
test/test_api/import_tree_for_usages/__init__.py
test/test_api/import_tree_for_usages/a.py
test/test_api/import_tree_for_usages/b.py
test/test_api/simple_import/__init__.py
test/test_api/simple_import/module.py
test/test_api/simple_import/module2.py
test/test_inference/__init__.py
test/test_inference/test_absolute_import.py
test/test_inference/test_annotations.py
test/test_inference/test_buildout_detection.py
test/test_inference/test_compiled.py
test/test_inference/test_context.py
test/test_inference/test_docstring.py
test/test_inference/test_extension.py
test/test_inference/test_fstring.py
test/test_inference/test_helpers.py
test/test_inference/test_implicit_namespace_package.py
test/test_inference/test_imports.py
test/test_inference/test_literals.py
test/test_inference/test_mixed.py
test/test_inference/test_namespace_package.py
test/test_inference/test_precedence.py
test/test_inference/test_pyc.py
test/test_inference/test_representation.py
test/test_inference/test_signature.py
test/test_inference/test_stdlib.py
test/test_inference/test_sys_path.py
test/test_inference/absolute_import/local_module.py
test/test_inference/absolute_import/unittest.py
test/test_inference/flask-site-packages/flask_foo.py
test/test_inference/flask-site-packages/flask/__init__.py
test/test_inference/flask-site-packages/flask/ext/__init__.py
test/test_inference/flask-site-packages/flask_baz/__init__.py
test/test_inference/flask-site-packages/flaskext/__init__.py
test/test_inference/flask-site-packages/flaskext/bar.py
test/test_inference/flask-site-packages/flaskext/moo/__init__.py
test/test_inference/implicit_namespace_package/ns1/pkg/ns1_file.py
test/test_inference/implicit_namespace_package/ns2/pkg/ns2_file.py
test/test_inference/implicit_nested_namespaces/namespace/pkg/module.py
test/test_inference/init_extension_module/__init__.cpython-34m.so
test/test_inference/init_extension_module/module.c
test/test_inference/init_extension_module/setup.py
test/test_inference/namespace_package/ns1/pkg/__init__.py
test/test_inference/namespace_package/ns1/pkg/ns1_file.py
test/test_inference/namespace_package/ns1/pkg/ns1_folder/__init__.py
test/test_inference/namespace_package/ns2/pkg/ns2_file.py
test/test_inference/namespace_package/ns2/pkg/ns2_folder/__init__.py
test/test_inference/namespace_package/ns2/pkg/ns2_folder/nested/__init__.py
test/test_inference/nested_namespaces/__init__.py
test/test_inference/nested_namespaces/namespace/__init__.py
test/test_inference/nested_namespaces/namespace/pkg/__init__.py
test/test_inference/not_in_sys_path/__init__.py
test/test_inference/not_in_sys_path/not_in_sys_path.py
test/test_inference/not_in_sys_path/not_in_sys_path_package/__init__.py
test/test_inference/not_in_sys_path/not_in_sys_path_package/module.py
test/test_inference/not_in_sys_path/pkg/__init__.py
test/test_inference/not_in_sys_path/pkg/module.py
test/test_inference/sample_venvs/pth_directory/egg_link.egg-link
test/test_inference/sample_venvs/pth_directory/foo.pth
test/test_inference/sample_venvs/pth_directory/import_smth.pth
test/test_inference/sample_venvs/pth_directory/relative.egg-link
test/test_inference/sample_venvs/pth_directory/smth.py
test/test_inference/sample_venvs/pth_directory/dir-from-foo-pth/__init__.py
test/test_inference/test_gradual/test_conversion.py
test/test_inference/test_gradual/test_stub_loading.py
test/test_inference/test_gradual/test_stubs.py
test/test_inference/test_gradual/test_typeshed.py
test/test_inference/zipped_imports/not_pkg.zip
test/test_inference/zipped_imports/pkg.zip
test/test_parso_integration/test_basic.py
test/test_parso_integration/test_error_correction.py
test/test_parso_integration/test_parser_utils.py