| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/jedi/__pycache__/ |
Upload File : |
�
p�{c�
� �N � d Z ddlZddlZdZ dZ ej � � � � � dk rEej � ej d� � pej �
d� � dd� � Znn ej � � � � � d k rej � dd
dd� � Zn+ej � ej d� � pd
d� � Zej �
e� � Z dZ
ed� � Z dZ dZ dZ dZ dgZ dZdS )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�call_signatures_validity� � �//usr/lib/python3/dist-packages/jedi/settings.py�<module>r&