| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/docutils/__pycache__/ |
Upload File : |
a
OԼȃ � @ s� d Z dZddlZddlZddlZddlZddlZddlZddlmZ ej dkrhddl
mZ ddlmZ nddl
mZ ddlmZ ddlZddlZddlZdd lmZmZmZmZ ej dkr�eZd
d� Zdd
� Zd8dd�Zd9dd�Zd:dd�Zd;dd�Zd<dd�Zd=dd�Z d>dd�Z!d?dd�Z"d@dd�Z#dAd d!�Z$dBd"d#�Z%dCd$d%�Z&dDd&d'�Z'dEd(d)�Z(d*d+� Z)d,d-� Z*G d.d/� d/ej+�Z+G d0d1� d1ej,�Z,G d2d3� d3ej-ej.�Z-G d4d5� d5e�Z
G d6d7� d7e/�Z0dS )Fau
Command-line and common processing for Docutils front-end tools.
Exports the following classes:
* `OptionParser`: Standard Docutils command-line processing.
* `Option`: Customized version of `optparse.Option`; validation support.
* `Values`: Runtime settings; objects are simple structs
(``object.attribute``). Supports cumulative list settings (attributes).
* `ConfigParser`: Standard Docutils config file processing.
Also exports the following functions:
* Option callbacks: `store_multiple`, `read_config_file`.
* Setting validators: `validate_encoding`,
`validate_encoding_error_handler`,
`validate_encoding_and_error_handler`,
`validate_boolean`, `validate_ternary`, `validate_threshold`,
`validate_colon_separated_list`,
`validate_comma_separated_list`,
`validate_dependency_file`.
* `make_paths_absolute`.
* SettingSpec manipulation: `filter_settings_spec`.
ZreStructuredText� N)�
SUPPRESS_HELP�� r )�RawConfigParser)�getcwd)�getcwdu)�locale_encoding�
SafeString�ErrorOutput�ErrorStringc O s<