class documentation

Autolink token. ("<http://www.google.com>") This is an inline token with a single child of type RawText.

Method __init__ Undocumented
Class Variable parse_inner Undocumented
Class Variable pattern Undocumented
Class Variable repr_attributes Undocumented
Instance Variable children a single RawText node for the link target.
Instance Variable mailto Undocumented
Instance Variable target link target.

Inherited from SpanToken:

Class Method find Undocumented
Method __contains__ Undocumented
Class Variable parse_group Undocumented
Class Variable precedence Undocumented
Instance Variable content Undocumented

Inherited from Token (via SpanToken):

Method __repr__ Undocumented
def __init__(self, match): (source)

Undocumented

repr_attributes: tuple[str, ...] = (source)

Undocumented

children: iterator = (source)

a single RawText node for the link target.

Undocumented

link target.