class documentation

A type tokenizer for annotation as docutils document.

Static Method tokenize_document 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

def __init__(self, annotation: nodes.document, *, warns_on_unknown_tokens: bool): (source)
warnings: list[str] = (source)

The warnings trigered during the tokenization.