__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
"""
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
"""
import jedi.utils
from jedi import __version__ as __jedi_version__
print('REPL completion using Jedi %s' % __jedi_version__)
jedi.utils.setup_readline(fuzzy=False)
del jedi
# Note: try not to do many things here, as it will contaminate global
# namespace of the interpreter.
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| refactoring | Folder | 0755 |
|
|
| __init__.py | File | 31.67 KB | 0644 |
|
| classes.py | File | 28.91 KB | 0644 |
|
| completion.py | File | 26.55 KB | 0644 |
|
| completion_cache.py | File | 954 B | 0644 |
|
| environment.py | File | 16.52 KB | 0644 |
|
| errors.py | File | 1.22 KB | 0644 |
|
| exceptions.py | File | 990 B | 0644 |
|
| file_name.py | File | 5.49 KB | 0644 |
|
| helpers.py | File | 18.54 KB | 0644 |
|
| interpreter.py | File | 2.36 KB | 0644 |
|
| keywords.py | File | 1.16 KB | 0644 |
|
| project.py | File | 16.16 KB | 0644 |
|
| replstartup.py | File | 950 B | 0644 |
|
| strings.py | File | 3.62 KB | 0644 |
|