B
    7Ør\«  ã               @   s4   d Z ddlZddlmZ ede ƒ ej ¡  [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 2.7.2+ (default, Jul 20 2012, 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 %s)Ú__doc__Z
jedi.utilsZjedir   Z__jedi_version__ÚprintZutilsZsetup_readline© r   r   ú3lib/python3.7/site-packages/jedi/api/replstartup.pyÚ<module>   s
   
