class documentation

class CoreTokens(SpanToken): (source)

View In Hierarchy

Represents core tokens (Strong, Emphasis, Image, Link) during the early stage of parsing. Replaced with objects of the proper classes in the final stage of parsing.

Class Method find Undocumented
Method __new__ Undocumented
Class Variable precedence Undocumented

Inherited from SpanToken:

Method __contains__ Undocumented
Method __init__ Undocumented
Class Variable parse_group Undocumented
Class Variable parse_inner Undocumented
Instance Variable content Undocumented

Inherited from Token (via SpanToken):

Method __repr__ Undocumented
Class Variable repr_attributes Undocumented
@classmethod
def find(cls, string): (source)

Undocumented

def __new__(self, match): (source)

Undocumented