|
|
| detect (self, pos) |
| |
|
| parsebit (self, pos) |
| |
|
| parsewithcommand (self, command, pos) |
| |
|
| parsecommandtype (self, command, type, pos) |
| |
|
| extractcommand (self, pos) |
| |
| | emptycommand (self, pos) |
| |
|
| parseupgreek (self, command, pos) |
| |
| | __init__ (self) |
| |
|
| setfactory (self, factory) |
| |
|
| add (self, bit) |
| |
|
| skiporiginal (self, string, pos) |
| |
|
| computesize (self) |
| |
|
| clone (self) |
| |
| | __str__ (self) |
| |
|
| process (self) |
| |
|
| gethtml (self) |
| |
|
| escape (self, line, replacements=EscapeConfig.entities) |
| |
|
| escapeentities (self, line) |
| |
|
| searchall (self, type) |
| |
|
| searchremove (self, type) |
| |
|
| searchprocess (self, type, process) |
| |
|
| locateprocess (self, locate, process) |
| |
|
| recursivesearch (self, locate, recursive, process) |
| |
|
| extracttext (self) |
| |
|
| group (self, index, group, isingroup) |
| |
|
| remove (self, index) |
| |
|
| tree (self, level=0) |
| |
|
| getparameter (self, name) |
| |
|
| getparameterlist (self, name) |
| |
|
| hasemptyoutput (self) |
| |
|
|
| output |
| |
|
| contents |
| |
|
| output |
| |
|
| factory |
| |
|
| size |
| |
|
| original |
| |
|
| contents |
| |
|
|
list | types = [] |
| |
|
| start = FormulaConfig.starts['command'] |
| |
|
| commandmap = None |
| |
|
| type = None |
| |
|
int | size = 1 |
| |
|
str | original = '' |
| |
|
| partkey = None |
| |
|
| parent = None |
| |
|
| begin = None |
| |
◆ emptycommand()
| docutils.utils.math.math2html.FormulaCommand.emptycommand |
( |
|
self, |
|
|
|
pos |
|
) |
| |
Check for an empty command: look for command disguised as ending.
Special case against '{ \\{ \\} }' situation.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/docutils/utils/math/math2html.py