class documentation

class ProfilingRegexLexerMeta(RegexLexerMeta):

View In Hierarchy

Metaclass for ProfilingRegexLexer, collects regex timing info.
Method ​_process​_regex Preprocess the regular expression component of a token definition.

Inherited from RegexLexerMeta:

Method __call__ Instantiate cls after preprocessing its token definitions.
Method ​_process​_new​_state Preprocess the state transition action of a token definition.
Method ​_process​_state Preprocess a single state definition.
Method ​_process​_token Preprocess the token component of a token definition.
Method get​_tokendefs Merge tokens from superclasses in MRO order, returning a single tokendef dictionary.
Method process​_tokendef Preprocess a dictionary of token definitions.

Inherited from LexerMeta (via RegexLexerMeta):

Method __new__ Undocumented
def _process_regex(cls, regex, rflags, state):
Preprocess the regular expression component of a token definition.