%PDF- %PDF-
Direktori : /opt/alt/python37/lib/python3.7/site-packages/clcommon/__pycache__/ |
Current File : //opt/alt/python37/lib/python3.7/site-packages/clcommon/__pycache__/clconfpars.cpython-37.pyc |
B `�1b� � @ s� d dl mZ d dl mZ d dl mZ d dlZd dlZd dlZd dlmZm Z d dl mZ d dlZG dd� de �ZG d d � d e �ZdZdd d�Zd dd�Zi Zd!dd�Zd"dd�Zdd� Zdd� Zeddddg�Zdd� ZdS )#� )�absolute_import)�division)�print_functionN)�groupby�filterfalse)� namedtuplec @ s e Zd Zdd� ZdS )�WebConfigParsingErrorc C s || _ d S )N)�message)�selfr � r �D/opt/alt/python37/lib/python3.7/site-packages/clcommon/clconfpars.py�__init__ s zWebConfigParsingError.__init__N)�__name__� __module__�__qualname__r r r r r r s r c @ s e Zd Zdd� ZdS )�WebConfigMissingc C s || _ d S )N)r )r r r r r r s zWebConfigMissing.__init__N)r r r r r r r r r s r ZasectionFc C s� t jdd dd�}|rt|_|rJt| d��}|�� �t�� d�}W d Q R X nt| d��}|�� }W d Q R X |j dt � d�| | d � t|jt d ��S )NTF)Zallow_no_valueZ interpolation�strict�rb�replace�r�[z] )�source)Zsection) �configparserZConfigParser�strZoptionxform�open�read�decode�locale�getpreferredencodingZread_string�SECHEAD�dict�items)�path�case_sensitiveZignore_bad_encodingZconfig�f�rawr r r �load"