AlkantarClanX12
Current Path : /opt/alt/python310/lib64/python3.10/__pycache__/ |
Current File : //opt/alt/python310/lib64/python3.10/__pycache__/configparser.cpython-310.opt-2.pyc |
o 6��fT� � @ s� d dl mZ d dlmZ d dlZd dlZd dlZd dlZd dl Z d dl Z d dlZg d�Ze ZdZdZG dd� de�ZG d d � d e�ZG dd� de�ZG d d� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Ze� ZG dd� d�ZG dd � d e�Z G d!d"� d"e�Z!G d#d$� d$e�Z"G d%d&� d&e�Z#G d'd(� d(e#�Z$G d)d*� d*e$�Z%G d+d,� d,e�Z&G d-d.� d.e�Z'dS )/� )�MutableMapping)�ChainMapN)�NoSectionError�DuplicateOptionError�DuplicateSectionError� NoOptionError�InterpolationError�InterpolationDepthError�InterpolationMissingOptionError�InterpolationSyntaxError�ParsingError�MissingSectionHeaderError�ConfigParser�SafeConfigParser�RawConfigParser� Interpolation�BasicInterpolation�ExtendedInterpolation�LegacyInterpolation�SectionProxy�ConverterMapping�DEFAULTSECT�MAX_INTERPOLATION_DEPTHZDEFAULT� c @ s$ e Zd Z ddd�Zdd� ZeZdS )�Error� c C s || _ t�| |� d S �N)�message� Exception�__init__)�self�msg� r"