8f HdZddlZGddeZGddZdS)a pygments.scanner ~~~~~~~~~~~~~~~~ This library implements a regex based scanner. Some languages like Pascal are easy to parse but have some keywords that depend on the context. Because of this it's impossible to lex that just by using a regular expression lexer like the `RegexLexer`. Have a look at the `DelphiLexer` to get an idea of how to use this scanner. :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. NceZdZdZdS) EndOfTextzZ Raise if end of text is reached and the user tried to call a match function. N)__name__ __module__ __qualname____doc__|/builddir/build/BUILD/imunify360-venv-2.3.5/opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.pyrrsr rc`eZdZdZd dZdZeeejZdZdZdZ dZ d Z d S) Scannerzp Simple scanner All method patterns are regular expression strings (not compiled expressions!) rc||_t||_d|_d|_||_d|_d|_i|_dS)z{ :param text: The text which should be scanned :param flags: default regular expression flags rN) datalen data_length start_posposflagslastmatch _re_cache)selftextrs r __init__zScanner.__init__#sG  t99   r c"|j|jkS)z.`True` if the scanner reached the end of text.)rrrs r eosz Scanner.eos1sx4+++r c|jrt||jvr"tj||j|j|<|j||j|jS)z Apply `pattern` on the current position and return the match object. (Doesn't touch pos). Use this for lookahead. ) rrrrecompilerrrrrpatterns r checkz Scanner.check6s` 8 ++  $. ( (&(j$*&E&EDN7 #~g&,,TYAAAr c0||duS)zdApply a pattern on the current position and check if it patches. Doesn't touch pos. N)r#r!s r testz Scanner.testBszz'""$..r c|jrt||jvr"tj||j|j|<|j|_|j||j|j }|dS| |_ | |_ | |_dS)a Scan the text for the given pattern and update pos/match and related fields. The return value is a boolean that indicates if the pattern matched. The matched value is stored on the instance as ``match``, the last value is stored as ``last``. ``start_pos`` is the position of the pointer before the pattern was matched, ``pos`` is the end position. NFT)rrrrr rrrrrstartrendgroup)rr"ms r scanz Scanner.scanHs 8 ++  $. ( (&(j$*&E&EDN7 #J N7 # ) )$)TX > > 955577WWYY tr c0|ddS)zScan exactly one char..N)r+rs r get_charzScanner.get_char_s #r c:d|jj|j|jfzS)Nz <%s %d/%d>) __class__rrrrs r __repr__zScanner.__repr__cs' N # H     r N)r) rrrrrrpropertyr#r%r+r.r1r r r r r s    ,,, (3 $ $C B B B/// .     r r )rr RuntimeErrorrr r r r r4s   M M M M M M M M M M r