class documentation

class Future:

Known subclasses: pygments.lexer.words

View In Hierarchy

Generic class to defer some work.

Handled specially in RegexLexerMeta, to support regex string construction at first use.

Method get Undocumented
def get(self):
overridden in pygments.lexer.words

Undocumented