Ë TL iÎãó‚—dZdZddlmZmZmZmZddlmZddl m Z m Z m Z m Z mZmZmZddlmZmZddlmZmZddlmZ[y ) a’ Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto functionality. Other features include refactoring, code search and finding references. Jedi has a simple API to work with. There is a reference implementation as a `VIM-Plugin `_. Autocompletion in your REPL is also possible, IPython uses it natively and for the CPython REPL you can install it. Jedi is well tested and bugs should be rare. Here's a simple example of the autocompletion feature: >>> import jedi >>> source = ''' ... import json ... json.lo''' >>> script = jedi.Script(source, path='example.py') >>> script >>> completions = script.complete(3, len('json.lo')) >>> completions [, ] >>> print(completions[0].complete) ad >>> print(completions[0].name) load z0.19.2é)ÚScriptÚ InterpreterÚset_debug_functionÚpreload_module)Úsettings)Úfind_virtualenvsÚfind_system_environmentsÚget_default_environmentÚInvalidPythonEnvironmentÚcreate_environmentÚget_system_environmentÚInterpreterEnvironment)ÚProjectÚget_default_project)Ú InternalErrorÚRefactoringError)ÚregistryN)Ú__doc__Ú __version__Újedi.apirrrrÚjedirÚjedi.api.environmentrr r r r r rÚjedi.api.projectrrÚjedi.api.exceptionsrrÚ jedi.pluginsr©óúS/mnt/ssd/data/python-lab/Trading/venv/lib/python3.12/site-packages/jedi/__init__.pyúrs9ðñð:€ çLÓLÝ÷3÷3ñ3÷:ß?õ"Ù r