class documentation
class NodeTokenizer(ITokenizer[
Constructor: NodeTokenizer(annotation, warns_on_unknown_tokens)
A type tokenizer for annotation as docutils document.
| Static Method | tokenize |
Undocumented |
| Method | __init__ |
Undocumented |
| Instance Variable | tokens |
The tokens. |
| Instance Variable | warnings |
The warnings trigered during the tokenization. |
def tokenize_document(spec:
nodes.document, warnings: list[ str]) -> list[ str | nodes.Node]:
(source)
¶
Undocumented