mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
19 lines
486 B
ReStructuredText
19 lines
486 B
ReStructuredText
.. include:: ../global.rst
|
|
|
|
Tab completion in the Python Shell
|
|
==================================
|
|
|
|
There are two different options how you can use Jedi autocompletion in
|
|
your Python interpreter. One with your custom ``$HOME/.pythonrc.py`` file
|
|
and one that uses ``PYTHONSTARTUP``.
|
|
|
|
Using ``PYTHONSTARTUP``
|
|
-----------------------
|
|
|
|
.. automodule:: jedi.replstartup
|
|
|
|
Using a custom ``$HOME/.pythonrc.py``
|
|
-------------------------------------
|
|
|
|
.. autofunction:: jedi.utils.setup_readline
|