kr.motd.maven.sphinx.dist.pygments.formatters.terminal$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__ ?
pygments.formatters.terminal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Formatter for terminal output with ANSI sequences.
:copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
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
sys org/python/core/imp importOne H(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject;
setlocal
pygments.formatter " java/lang/String $ Formatter &
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject; ( )
* pygments.token , Keyword . Name 0 Comment 2 String 4 Error 6 Number 8 Operator : Generic < Token >
Whitespace @ pygments.console B
ansiformat D
pygments.util F get_choice_opt H org/python/core/PyList J org/python/core/PyObject L TerminalFormatter N ([Lorg/python/core/PyObject;)V P Q
K R __all__ T org/python/core/PyDictionary V getname .(Ljava/lang/String;)Lorg/python/core/PyObject; X Y
Z org/python/core/PyTuple \ ^
] R lightgray a darkgray c Preproc e __getattr__ g Y
M h teal j turquoise l darkblue n blue p Type r Word t purple v fuchsia x Builtin z Function | darkgreen ~ green ? Namespace ? _teal_ ? _turquoise_ ? Class ? _darkgreen_ ? _green_ ? Exception ? Decorator ? Variable ? darkred ? red ? Constant ? Attribute ? Tag ? brown ? Deleted ? Inserted ? Heading ? ** ?
Subheading ? *purple* ? *fuchsia* ? Prompt ? _red_ ?
W R TERMINAL_COLORS ? TerminalFormatter$1
__module__ ? __name__ ??
Format tokens with ANSI color sequences, for output in a text console.
Color sequences are terminated at newlines, so that paging the output
works correctly.
The `get_style_defs()` method doesn't do anything special since there is
no support for common styles.
Options accepted:
`bg`
Set to ``"light"`` or ``"dark"`` depending on the terminal's background
(default: ``"light"``).
`colorscheme`
A dictionary mapping token types to (lightbg, darkbg) color names or
``None`` (default: ``None`` = use builtin colorscheme).
`linenos`
Set to ``True`` to have line numbers on the terminal output as well
(default: ``False`` = no line numbers).
? Terminal ? name ? terminal ? console ? aliases ? org/python/core/Py ? EmptyObjects [Lorg/python/core/PyObject; ? ? ? ? filenames ? org/python/core/PyFunction ? f_globals Lorg/python/core/PyObject; ? ? ?
__init__$2 getglobal ? Y
? __init__ ? getlocal (I)Lorg/python/core/PyObject; ? ?
?
_callextra ~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
M ? bg ? light ? dark ? __call__ ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
M ? _eq 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
M ? darkbg ? __setattr__ ?
M ? get ? colorscheme ? None ? m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
M ? __nonzero__ ()Z ? ?
M linenos False
newInteger (I)Lorg/python/core/PyInteger;
? _lineno
f_lasti I
? ? ? pygments/formatters/terminal$py Lorg/python/core/PyCode; ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V P
? format$3 encoding __not__ ()Lorg/python/core/PyObject;
M hasattr! isatty# 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; ?%
M& version_info( _lt* ?
M+ format- ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ?/
M0 2 _write_lineno$4 _iadd5 ?
M6 write8 %s%04d: : _ne<