Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
docutils.parsers.rst.tableparser.TableMarkupError
docutils
parsers
rst
tableparser
TableMarkupError
class TableMarkupError(DataError): (source)
View In Hierarchy
Raise if there is any problem with table markup.
The keyword argument offset denotes the offset of the problem from the table's start line.
offset
__init__
Undocumented