Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/IPython/core/__pycache__/application.cpython-39.pyc
Ðазад
a o�h�I � @ sD d Z ddlZddlmZ ddlZddlZddlZddlZddlm Z ddl mZmZ ddl mZmZ ddlmZmZ ddlmZmZ dd lmZmZ dd lmZ ddlmZmZmZmZm Z m!Z!m"Z"m#Z#m$Z$ ej%dk�r ej&�'d d�Z(e(du�re)e e(�d �gZ*ng Z*nddgZ*g Z+ej,�-ej.dd�Z/e/e*v�r<e+�0e/� ej&�'d�Z1e1dv �rXdZ2n6e1�3� dv �rldZ2n"e1�3� dv �r�dZ2ne�4de1 � i Z5e6ej7e8��r�e5�9ej7� e5�9dddddd�� e8� Z:e6ej;e8��r�e:�9ej;� e:�9e8dd ej<iid!fdd ej=iid"fd#ddd$�id%fd&�� G d'd(� d(e�Z>G d)d#� d#e�Z?dS )*a- An application for IPython. All top-level applications should use the classes in this module for handling configuration and creating configurables. The job of an :class:`Application` is to create the master configuration object and then create the configurable objects, passing the config to them. � N)�deepcopy)�Path)�Application�catch_config_error)�ConfigFileNotFound�PyFileConfigLoader)�release�crashhandler)� ProfileDir�ProfileDirError)�get_ipython_dir�get_ipython_package_dir)�ensure_dir_exists) �List�Unicode�Type�Bool�Set�Instance� Undefined�default�observe�ntZPROGRAMDATA�ipythonz/usr/local/etc/ipythonz/etc/ipython�etc�IPYTHON_SUPPRESS_CONFIG_ERRORS> N� > �true�1T> �false�0Fz�Unsupported value for environment variable: 'IPYTHON_SUPPRESS_CONFIG_ERRORS' is set to '%s' which is none of {'0', '1', 'false', 'true', ''}.�ProfileDir.locationzBaseIPythonApplication.profilez"BaseIPythonApplication.ipython_dirzApplication.log_levelz(BaseIPythonApplication.extra_config_file)zprofile-dir�profilezipython-dirz log-level�configr Z log_levelz8set log level to logging.DEBUG (maximize logging output)z;set log level to logging.CRITICAL (minimize logging output)�BaseIPythonApplication)�copy_config_files�auto_createz�Initialize profile with default config files. This is equivalent to running `ipython profile create <profile>` prior to startup. )�debug�quiet�initc s"