class documentation

class LexerMeta(type): (source)

Known subclasses: pygments.lexer.RegexLexerMeta

View In Hierarchy

This metaclass automagically converts ``analyse_text`` methods into static methods which always return float values.

Method __new__ Undocumented
def __new__(mcs, name, bases, d): (source)

Undocumented