§
    ÀÞMh¶  ã                   ór   — d Z ddlZddlmZ  edez  ¦  «         ej                             d¬¦  «         [dS )a™  
To use Jedi completion in Python interpreter, add the following in your shell
setup (e.g., ``.bashrc``). This works only on Linux/Mac, because readline is
not available on Windows. If you still want Jedi autocompletion in your REPL,
just use IPython instead::

    export PYTHONSTARTUP="$(python -m jedi repl)"

Then you will be able to use Jedi completer in your Python interpreter::

    $ python
    Python 3.9.2+ (default, Jul 20 2020, 22:15:08)
    [GCC 4.6.1] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import os
    >>> os.path.join('a', 'b').split().in<TAB>            # doctest: +SKIP
    ..dex   ..sert

é    N)Ú__version__zREPL completion using Jedi %sF)Úfuzzy)Ú__doc__Ú
jedi.utilsÚjedir   Ú__jedi_version__ÚprintÚutilsÚsetup_readline© ó    úT/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/jedi/api/replstartup.pyú<module>r      sf   ððð ð& Ð Ð Ð Ø 0Ð 0Ð 0Ð 0Ð 0Ð 0à €Ð%Ð(8Ñ8Ñ 9Ô 9Ð 9Ø „
× Ò  Ð Ñ &Ô &Ð &à€D€Dr   