Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/docutils/__pycache__/ |
Upload File : |
o f'ha� � @ s� d Z dZddlZddlZddlZddlZddlZddlZddlmZ ej dkr4ddl mZ ddlmZ nddl mZ ddlmZ ddlZddlZddlZdd lmZmZmZmZ ej dkr_eZd d� Zdd � Z d8dd�Z d8dd�Z d8dd�Z d8dd�Z d8dd�Z d8dd�Z d8dd�Z! d8dd�Z" d8dd�Z# d8d d!�Z$ d8d"d#�Z% d8d$d%�Z& d8d&d'�Z'd9d(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 ):au 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`. �reStructuredText� N)� SUPPRESS_HELP�� r )�RawConfigParser)�getcwd)�getcwdu)�locale_encoding� SafeString�ErrorOutput�ErrorStringc O s<