![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| process_tokendef (cls, name, tokendefs=None) | |
| get_tokendefs (cls) | |
| __call__ (cls, *args, **kwds) | |
Public Member Functions inherited from pip._vendor.pygments.lexer.LexerMeta | |
| __new__ (mcs, name, bases, d) | |
Protected Member Functions | |
| _process_regex (cls, regex, rflags, state) | |
| _process_token (cls, token) | |
| _process_new_state (cls, new_state, unprocessed, processed) | |
| _process_state (cls, unprocessed, processed, state) | |
Protected Attributes | |
| _all_tokens | |
| _tmpname | |
| _tokens | |
Metaclass for RegexLexer, creates the self._tokens attribute from self.tokens on the first instantiation.
| pip._vendor.pygments.lexer.RegexLexerMeta.__call__ | ( | cls, | |
| * | args, | ||
| ** | kwds | ||
| ) |
Instantiate cls after preprocessing its token definitions.
|
protected |
Preprocess the state transition action of a token definition.
|
protected |
Preprocess the regular expression component of a token definition.
Reimplemented in pip._vendor.pygments.lexer.ProfilingRegexLexerMeta.
|
protected |
Preprocess a single state definition.
|
protected |
Preprocess the token component of a token definition.
| pip._vendor.pygments.lexer.RegexLexerMeta.get_tokendefs | ( | cls | ) |
Merge tokens from superclasses in MRO order, returning a single tokendef dictionary. Any state that is not defined by a subclass will be inherited automatically. States that *are* defined by subclasses will, by default, override that state in the superclass. If a subclass wishes to inherit definitions from a superclass, it can use the special value "inherit", which will cause the superclass' state definition to be included at that point in the state.
| pip._vendor.pygments.lexer.RegexLexerMeta.process_tokendef | ( | cls, | |
| name, | |||
tokendefs = None |
|||
| ) |
Preprocess a dictionary of token definitions.