| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/jedi/__pycache__/ |
Upload File : |
�
e� � �Z � d Z ddlZddlZdZ dZ ej
� j
� dk( rKej j ej d� xs ej j d� dd� Znq ej
� j
� d k( rej j dd
dd� Zn0ej j ej d� xs d
d� Zej j e� Z dZ
ed� Z dZ dZ dZ dZ dgZ dZ dZy)a
This module contains variables with global |jedi| settings. To change the
behavior of |jedi|, change the variables defined in :mod:`jedi.settings`.
Plugins should expose an interface so that the user can adjust the
configuration.
Example usage::
from jedi import settings
settings.case_insensitive_completion = True
Completion output
~~~~~~~~~~~~~~~~~
.. autodata:: case_insensitive_completion
.. autodata:: add_bracket_after_function
Filesystem cache
~~~~~~~~~~~~~~~~
.. autodata:: cache_directory
Parser
~~~~~~
.. autodata:: fast_parser
Dynamic stuff
~~~~~~~~~~~~~
.. autodata:: dynamic_array_additions
.. autodata:: dynamic_params
.. autodata:: dynamic_params_for_other_modules
.. autodata:: auto_import_modules
Caching
~~~~~~~
.. autodata:: call_signatures_validity
� NTF�windows�LOCALAPPDATA�~�Jedi�darwin�Library�Caches�XDG_CACHE_HOMEz~/.cache�jedig �cA�gig @)�__doc__�os�platform�case_insensitive_completion�add_bracket_after_function�system�lower�path�join�getenv�
expanduser�_cache_directory�cache_directory�fast_parser�int�_cropped_file_size�dynamic_array_additions�dynamic_params� dynamic_params_for_other_modules�dynamic_flow_information�auto_import_modules�#allow_unsafe_interpreter_executions�call_signatures_validity� � �//usr/lib/python3/dist-packages/jedi/settings.py�<module>r'