Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Attributes | List of all members
pip._vendor.pygments.lexer.ProfilingRegexLexer Class Reference
Inheritance diagram for pip._vendor.pygments.lexer.ProfilingRegexLexer:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.pygments.lexer.ProfilingRegexLexer:
Collaboration graph
[legend]

Public Member Functions

 get_tokens_unprocessed (self, text, stack=('root',))
 
- Public Member Functions inherited from pip._vendor.pygments.lexer.Lexer
 __init__ (self, **options)
 
 __repr__ (self)
 
 add_filter (self, filter_, **options)
 
 analyse_text (text)
 
 get_tokens (self, text, unfiltered=False)
 
- Public Member Functions inherited from pip._vendor.pygments.lexer.LexerMeta
 __new__ (mcs, name, bases, d)
 
- Public Member Functions inherited from pip._vendor.pygments.lexer.RegexLexerMeta
 process_tokendef (cls, name, tokendefs=None)
 
 get_tokendefs (cls)
 
 __call__ (cls, *args, **kwds)
 

Static Protected Attributes

list _prof_data = []
 
int _prof_sort_index = 4
 

Additional Inherited Members

- Public Attributes inherited from pip._vendor.pygments.lexer.Lexer
 options
 
 stripnl
 
 stripall
 
 ensurenl
 
 tabsize
 
 encoding
 
 filters
 
- Static Public Attributes inherited from pip._vendor.pygments.lexer.RegexLexer
 flags = re.MULTILINE
 
dict tokens = {}
 
- Static Public Attributes inherited from pip._vendor.pygments.lexer.Lexer
 name = None
 
list aliases = []
 
list filenames = []
 
list alias_filenames = []
 
list mimetypes = []
 
int priority = 0
 
 url = None
 
- Protected Member Functions inherited from pip._vendor.pygments.lexer.RegexLexerMeta
 _process_token (cls, token)
 
 _process_new_state (cls, new_state, unprocessed, processed)
 
 _process_state (cls, unprocessed, processed, state)
 
- Protected Member Functions inherited from pip._vendor.pygments.lexer.ProfilingRegexLexerMeta
 _process_regex (cls, regex, rflags, state)
 
- Protected Attributes inherited from pip._vendor.pygments.lexer.RegexLexerMeta
 _all_tokens
 
 _tmpname
 
 _tokens
 

Detailed Description

Drop-in replacement for RegexLexer that does profiling of its regexes.

Member Function Documentation

◆ get_tokens_unprocessed()

pip._vendor.pygments.lexer.ProfilingRegexLexer.get_tokens_unprocessed (   self,
  text,
  stack = ('root',) 
)
Split ``text`` into (tokentype, text) pairs.

``stack`` is the initial stack (default: ``['root']``)

Reimplemented from pip._vendor.pygments.lexer.RegexLexer.


The documentation for this class was generated from the following file: