kr.motd.maven.sphinx.dist.docutils.frontend$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1? f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; __doc__ ?
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_string_list`,
`validate_comma_separated_string_list`,
`validate_dependency_file`.
* `make_paths_absolute`.
* SettingSpec manipulation: `filter_settings_spec`.
org/python/core/PyString fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString;
org/python/core/PyFrame
setglobal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
setline (I)V
reStructuredText
__docformat__ setlocal
os org/python/core/imp importOne H(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject; " #
! $ os.path & sys ( warnings * ConfigParser , importOneAs . #
! / CP 1 codecs 3 optparse 5 java/lang/String 7
SUPPRESS_HELP 9
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject; ; <
! = docutils ? docutils.utils A docutils.nodes C docutils.utils.error_reporting E locale_encoding G
SafeString I ErrorOutput K ErrorString M org/python/core/Py O EmptyObjects [Lorg/python/core/PyObject; Q R P S org/python/core/PyFunction U f_globals Lorg/python/core/PyObject; W X Y store_multiple$1 ?
Store multiple values in `parser.values`. (Option callback.)
Store `None` for each attribute named in `args`, and store the value for
each key (attribute name) in `kwargs`.
\ getlocal (I)Lorg/python/core/PyObject; ^ _
` org/python/core/PyObject b __iter__ ()Lorg/python/core/PyObject; d e
c f (ILorg/python/core/PyObject;)V h
i setattr k getglobal .(Ljava/lang/String;)Lorg/python/core/PyObject; m n
o values q __getattr__ s n
c t None v __call__ ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; x y
c z __iternext__ | e
c } items 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; x ?
c ? unpackSequence 8(Lorg/python/core/PyObject;I)[Lorg/python/core/PyObject; ? ?
P ? f_lasti I ? ? ? v X P ? docutils/frontend$py ? Lorg/python/core/PyCode; [ ? ? ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V ? ?
V ? store_multiple ? read_config_file$2 Q
Read a configuration file during option processing. (Option callback.)
? get_config_file_settings ? S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; x ?
c ? setException M(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException; ? ?
P ?
ValueError ? org/python/core/PyException ? match (Lorg/python/core/PyObject;)Z ? ?
? ? value ? X ? ? error ? java/lang/Throwable ? update ? m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; x ?
c ? ? ? ? ? read_config_file ? getname ? n
? validate_encoding$3 lookup ? LookupError ? org/python/core/PyTuple ? $setting "%s": unknown encoding: "%s" ? ([Lorg/python/core/PyObject;)V ? ?
? ? _mod 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
c ? exc_info ?
newInteger (I)Lorg/python/core/PyInteger; ? ?
P ? __getitem__ ? ?
c ?
makeException 9(Lorg/python/core/PyObject;)Lorg/python/core/PyException; ? ?
P ? ? ? ? ? validate_encoding ? !validate_encoding_error_handler$4 lookup_error ? ?unknown encoding error handler: "%s" (choices: "strict", "ignore", "replace", "backslashreplace", "xmlcharrefreplace", and possibly others; see documentation for the Python ``codecs`` module) ? ? ? ? ? validate_encoding_error_handler ? %validate_encoding_and_error_handler$5 ?
Side-effect: if an error handler is included in the value, it is inserted
into the appropriate place as if it was a separate setting/option.
? : ? _in ? ?
c ? __nonzero__ ()Z ? ?
c ? split ? _error_handler ? _add ? ?
c ? T(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;)Lorg/python/core/PyObject; x ?
c ? set ? ? ? #validate_encoding_and_error_handler validate_boolean$6 |Check/normalize boolean settings:
True: '1', 'on', 'yes', 'true'
False: '0', 'off', 'no','false', ''
isinstance bool booleans
strip lower KeyError unknown boolean value: "%s" ? ? validate_boolean validate_ternary$7 ?Check/normalize three-value settings:
True: '1', 'on', 'yes', 'true'
False: '0', 'off', 'no','false', ''
any other value: returned as-is.
_is ?
c ? ?! validate_ternary# validate_nonnegative_int$8 int& _lt( ?
c) (negative value; must be positive or zero+% ? ?- validate_nonnegative_int/ validate_threshold$9
thresholds2 AttributeError4 unknown threshold: %r.61 ? ?8 validate_threshold: 'validate_colon_separated_string_list$10 list= __not__? e
c@ popB extendD<