B
    7Ør\B  ã               @   sÀ   d Z ddlZddlZdZdZdZdZe ¡  ¡ dkrPej	 
e d¡pFddd¡Zn<e ¡  ¡ d	krtej	 
dd
dd¡Znej	 
e d¡p†dd¡Zej	 e¡ZdZdZdZdZg ZdZddgZdZdS )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
.. autodata:: no_completion_duplicates


Filesystem cache
~~~~~~~~~~~~~~~~

.. autodata:: cache_directory
.. autodata:: use_filesystem_cache


Parser
~~~~~~

.. autodata:: fast_parser


Dynamic stuff
~~~~~~~~~~~~~

.. autodata:: dynamic_array_additions
.. autodata:: dynamic_params
.. autodata:: dynamic_params_for_other_modules
.. autodata:: additional_dynamic_modules
.. autodata:: auto_import_modules


Caching
~~~~~~~

.. autodata:: call_signatures_validity


é    NTFZwindowsÚAPPDATAú~ZJediÚdarwinÚLibraryZCachesZXDG_CACHE_HOMEz~/.cacheZjediZhashlibZgig      @)Ú__doc__ÚosÚplatformZcase_insensitive_completionZadd_bracket_after_functionZno_completion_duplicatesZuse_filesystem_cacheÚsystemÚlowerÚpathÚjoinÚgetenvZ_cache_directoryÚ
expanduserZcache_directoryZfast_parserZdynamic_array_additionsZdynamic_paramsZ dynamic_params_for_other_modulesZadditional_dynamic_modulesZdynamic_flow_informationZauto_import_modulesZcall_signatures_validity© r   r   ú,lib/python3.7/site-packages/jedi/settings.pyÚ<module>4   s0   
