|
| | __init__ (self, rststyle_function, escape_function) |
| |
|
| rststyle (self, name, parameters=()) |
| |
| | get_style_defs (self, arg='') |
| |
| | format (self, tokensource, outfile) |
| |
|
| __class_getitem__ (cls, name) |
| |
|
|
| rststyle_function |
| |
|
| escape_function |
| |
|
| style |
| |
|
| full |
| |
|
| title |
| |
|
| encoding |
| |
|
| options |
| |
|
|
| name = None |
| |
|
list | aliases = [] |
| |
|
list | filenames = [] |
| |
|
bool | unicodeoutput = True |
| |
◆ __init__()
| docutils.writers.odf_odt.pygmentsformatter.OdtPygmentsFormatter.__init__ |
( |
|
self, |
|
|
|
options, |
|
|
|
escape_function |
|
) |
| |
As with lexers, this constructor takes arbitrary optional arguments,
and if you override it, you should first process your own options, then
call the base class implementation.
Reimplemented from pygments.formatter.Formatter.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/docutils/writers/odf_odt/pygmentsformatter.py