B
    bP                 @   s>  d Z ddlZddlZddlmZmZmZmZmZm	Z	m
Z
mZmZmZ ddlmZmZ ddlmZmZmZmZmZmZmZmZmZmZmZ ddlmZ ddd	d
ddddgZ e!dZ"G dd deZ#e#Z$G dd
 d
eZ%G dd deZ&G dd	 d	eZ'e'Z(G dd deZ)G dd deZ*G dd deZ+G dd de#Z,dS )z
    pygments.lexers.python
    ~~~~~~~~~~~~~~~~~~~~~~

    Lexers for Python and related languages.

    :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    N)
Lexer
RegexLexerincludebygroupsusingdefaultwordscombineddo_insertionsthis)get_bool_optshebang_matches)TextCommentOperatorKeywordNameStringNumberPunctuationGenericOtherError)	unistringPythonLexerPythonConsoleLexerPythonTracebackLexerPython2LexerPython2TracebackLexerCythonLexerDgLexer
NumPyLexerz.*?
c            $   @   s8  e Zd ZdZdZdZdddddgZd	d
dddddddddddgZddddgZde	j
e	jf Zdd Zdd Zdefd eeejejfd!eeejejfd"ejfd#ejfd$efd%efed&ed'd(eeed)fd*eeed+fd,eejed-fd.eejed/fed0gd1eejejed2d3fd4eejejed2d5fd6eejejed2d7fd8eejejed2d9fd:eejejed;d3fd<eejejed;d5fd=eejejed;d7fd>eejejed;d9fd?eejejd@fdAeejejdBfdCeejejdDfdEeejejdFfdGeejejedHd@fdIeejejedHdBfdJeejejedHdDfdKeejejedHdFfdLeejejedMd@fdNeejejedMdBfdOeejejedMdDfdPeejejedMdFfdQefedRdSefdTefdUejfedVedWedXedYedZgd[ed\fd]ejd^fd_ejd^fd`efed0gd[ed\fdaed^fd`efed0ge dbdcddefe dedcddej!fge dfdcddefe dedcddej!fgdgdh"e#j$ di eeedjfgdkeee%e&efe'd^ge dldmdcdne(j)fdoe(j)j*fe dpdmdcdne(j+fge dqdcdde(j,j-fge drdcdde(j.j-fgdse/j0fdte/j0fdue/j1fdve/j2fdwe/j3fdxe/j4fgdye e(j5fdyefee(fgedXee(j,d^fe'd^gee(j6d^fgdzeeeefd{e(jfee(jfd|eeeefe'd^gd}eeejd^fd{e(jfd~e(j)j*d^fee(jfe'd^gdej7fdej7fged2edHgdej7fgdej7fedMgeejeejeejeejdejd^fdej7fedgdejd^fdej7fedgdejd^fdej7fedgdejd^fdej7fedgdejd^feddejfgdejd^feddejfgdejd^feddejfgdejd^feddejfgd!Z8dd Z9dS )r   z
    For Python source code (version 3.x).

    .. versionadded:: 0.10

    .. versionchanged:: 2.5
       This is now the default ``PythonLexer``.  It is still available as the
       alias ``Python3Lexer``.
    Pythonzhttp://www.python.orgZpythonpyZsagepython3Zpy3z*.pyz*.pywz*.jyz*.sagez*.scZ
SConstructZ
SConscriptz*.bzlZBUCKZBUILDzBUILD.bazelZ	WORKSPACEz*.tacztext/x-pythonzapplication/x-pythonztext/x-python3zapplication/x-python3z	[%s][%s]*c             C   s&   dt jfdt jfd| fd| fd| fgS )NzH%(\(\w+\))?[-#0 +]*([0-9]+|[*])?(\.([0-9]+|[*]))?[hlL]?[E-GXc-giorsaux%]zg\{((\w+)((\.\w+)|(\[[^\]]+\]))*)?(\![sra])?(\:(.?[<>=\^])?[-+ ]?#?0?(\d+)?,?(\.\d+)?[E-GXb-gnosx%]?)?\}z[^\\\'"%{\n]+z[\'"\\]z%|(\{{1,2}))r   Interpol)ttype r'   5lib/python3.7/site-packages/pygments/lexers/python.pyinnerstring_rulesC   s    zPythonLexer.innerstring_rulesc             C   s"   dt jfdt jdfd| fd| fgS )Nz\}z\{zexpr-inside-fstringz[^\\\'"{}\n]+z[\'"\\])r   r%   )r&   r'   r'   r(   fstring_rulesW   s    
zPythonLexer.fstring_rulesz\nz&^(\s*)([rRuUbB]{,2})("""(?:.|\n)*?""")z&^(\s*)([rRuUbB]{,2})('''(?:.|\n)*?''')z\A#!.+$z#.*$z\\\nz\\keywordszsoft-keywordsz(def)((?:\s|\\\s)+)funcnamez(class)((?:\s|\\\s)+)	classnamez(from)((?:\s|\\\s)+)
fromimportz(import)((?:\s|\\\s)+)importexprz(?i)(rf|fr)(""")rfstringescapetdqfz(?i)(rf|fr)(''')tsqfz(?i)(rf|fr)(")dqfz(?i)(rf|fr)(')sqfz([fF])(""")fstringescapez([fF])(''')z	([fF])(")z	([fF])(')z(?i)(rb|br|r)(""")tdqsz(?i)(rb|br|r)(''')tsqsz(?i)(rb|br|r)(")dqsz(?i)(rb|br|r)(')sqsz([uU]?)(""")stringescapez([uU]?)(''')z
([uU]?)(")z
([uU]?)(')z([bB])(""")bytesescapez([bB])(''')z	([bB])(")z	([bB])(')z[^\S\n]+numbersz!=|==|<<|>>|:=|[-~+/*%=<>&^|.]z[]{}:(),;[]z(in|is|and|or|not)\bzexpr-keywordsbuiltins
magicfuncs	magicvarsnamez[{([]zexpr-inside-fstring-innerz(=\s*)?(\![sraf])?\}z#popz(=\s*)?(\![sraf])?:z\s+z[])}])z	async forawaitelseforiflambdayieldz
yield fromz\b)suffix)TrueFalseNone)assertasyncrB   breakcontinuedelelifrC   exceptfinallyrD   globalrE   rF   passraisenonlocalreturntrywhilerG   z
yield fromaswithz6(^[ \t]*)(match|case)\b(?![ \t]*(?:[:,;=^&|@~)\]}]|(?:|z)\b))zsoft-keywords-innerz(\s+)([^\n_]*)(_\b))A
__import__absallanybinbool	bytearray
breakpointbyteschrclassmethodcompilecomplexdelattrdictdirdivmod	enumerateevalfilterfloatformat	frozensetgetattrglobalshasattrhashhexidinputint
isinstance
issubclassiterlenlistlocalsmapmax
memoryviewminnextobjectoctopenordpowprintpropertyrangereprreversedroundsetsetattrslicesortedstaticmethodstrsumsupertupletypevarszipz(?<!\.))prefixrH   z+(?<!\.)(self|Ellipsis|NotImplemented|cls)\b)EArithmeticErrorAssertionErrorAttributeErrorBaseExceptionBufferErrorBytesWarningDeprecationWarningEOFErrorEnvironmentError	ExceptionFloatingPointErrorFutureWarningGeneratorExitIOErrorImportErrorImportWarningIndentationError
IndexErrorKeyErrorKeyboardInterruptLookupErrorMemoryError	NameErrorNotImplementedErrorOSErrorOverflowErrorPendingDeprecationWarningReferenceErrorResourceWarningRuntimeErrorRuntimeWarningStopIterationSyntaxErrorSyntaxWarningSystemError
SystemExitTabError	TypeErrorUnboundLocalErrorUnicodeDecodeErrorUnicodeEncodeErrorUnicodeErrorUnicodeTranslateErrorUnicodeWarningUserWarning
ValueErrorVMSErrorWarningWindowsErrorZeroDivisionErrorBlockingIOErrorChildProcessErrorConnectionErrorBrokenPipeErrorConnectionAbortedErrorConnectionRefusedErrorConnectionResetErrorFileExistsErrorFileNotFoundErrorInterruptedErrorIsADirectoryErrorNotADirectoryErrorPermissionErrorProcessLookupErrorTimeoutErrorStopAsyncIterationModuleNotFoundErrorRecursionErrorZEncodingWarning)^__abs____add__
__aenter__	__aexit__	__aiter____and__	__anext__	__await____bool__	__bytes____call____complex____contains____del____delattr__
__delete____delitem____dir__
__divmod__	__enter____eq____exit__	__float____floordiv__
__format____ge____get____getattr____getattribute____getitem____gt____hash____iadd____iand____ifloordiv____ilshift____imatmul____imod____imul__	__index____init____instancecheck____int__
__invert____ior____ipow____irshift____isub____iter____itruediv____ixor____le____len____length_hint__
__lshift____lt__
__matmul____missing____mod____mul____ne____neg____new____next____or____pos____pow____prepare____radd____rand____rdivmod____repr____reversed____rfloordiv____rlshift____rmatmul____rmod____rmul____ror__	__round____rpow____rrshift__
__rshift____rsub____rtruediv____rxor____set____setattr____setitem____str____sub____subclasscheck____truediv____xor__)__annotations__	__bases__	__class____closure____code____defaults____dict____doc____file____func____globals____kwdefaults__
__module____mro____name____objclass____qualname____self__	__slots____weakref__zT(\d(?:_?\d)*\.(?:\d(?:_?\d)*)?|(?:\d(?:_?\d)*)?\.\d(?:_?\d)*)([eE][+-]?\d(?:_?\d)*)?z!\d(?:_?\d)*[eE][+-]?\d(?:_?\d)*j?z0[oO](?:_?[0-7])+z0[bB](?:_?[01])+z0[xX](?:_?[a-fA-F0-9])+z\d(?:_?\d)*@z(\s+)(as)(\s+)z\.z(\s*)(,)(\s*)z(\s+)(import)\bzNone\bz\{\{z\}\}z0\\([\\abfnrtv"\']|\n|x[a-fA-F0-9]{2}|[0-7]{1,3})z,\\(N\{.*?\}|u[a-fA-F0-9]{4}|U[a-fA-F0-9]{8})"z\\\\|\\"|\\\nzfstrings-double'z\\\\|\\'|\\\nzfstrings-singlezstrings-doublezstrings-singlez"""z''')!rootr0   zexpr-inside-fstringzexpr-inside-fstring-innerzexpr-keywordsr+   zsoft-keywordszsoft-keywords-innerr>   r?   r@   r=   rA   r,   r-   r/   r.   r1   r6   r<   r;   zfstrings-singlezfstrings-doublezstrings-singlezstrings-doubler4   r5   r9   r:   r2   r3   r7   r8   c             C   s   t | dpd| d d kS )Nzpythonw?(3(\.\d)?)?zimport i  )r   )textr'   r'   r(   analyse_text  s    
zPythonLexer.analyse_textN):rP  rN  rR  rI  rA   urlaliases	filenames	mimetypesuniZ	xid_startZxid_continueZuni_namer)   r*   r   r   r   AffixDocr   HashbangSingler   r   	NamespaceDoubler	   r   r   Wordr%   r   ZConstantjoinkeywordkwlistr   r   r   r   BuiltinPseudor   FunctionMagicVariabler   FloatOctBinHexInteger	DecoratorClassEscapetokensr[  r'   r'   r'   r(   r      s  	















	

















c                @   sf  e Zd ZdZdZdZddgZg ZddgZdd	 Z	d
e
fdee
ejejfdee
ejejfde
fdejfdejfdefde
fde
fdejfdefeddeee
dfdeee
dfdeeje
dfdeeje
dfededed ed!d"eejejd#fd$eejejd%fd&eejejd'fd(eejejd)fd*eejejed+d#fd,eejejed+d%fd-eejejed+d'fd.eejejed+d)fed/ed0ged1d2d3efged4d5d2d6ejfd7ejjfed8d5d2d6ejfged9d2d3ejj fged:d2d3ej!j fgd;e"j#fd<e"j#fd=e"j$fd>e"j%fd?e"j&fd@e"j'j(fdAe"j'fgdBej)fgdCej*fdDefgeddDejdEfe+dEgdDej,dEfgdFe
fdGejfdHefdIejfe+dEgdFe
fdJejdEfdKejjdEfdLejfe+dEgdMej-fge	eje	ejdNejdEfdOej-fedPgdQejdEfdRej-fedSgdTejdEfedPd
ejfgdUejdEfedSd
ejfgdVZ.dWdX Z/dYS )Zr   a  
    For Python 2.x source code.

    .. versionchanged:: 2.5
       This class has been renamed from ``PythonLexer``.  ``PythonLexer`` now
       refers to the Python 3 variant.  File name patterns like ``*.py`` have
       been moved to Python 3 as well.
    z
Python 2.xzhttp://www.python.orgZpython2Zpy2ztext/x-python2zapplication/x-python2c             C   s   dt jfd| fd| fd| fgS )NzG%(\(\w+\))?[-#0 +]*([0-9]+|[*])?(\.([0-9]+|[*]))?[hlL]?[E-GXc-giorsux%]z[^\\\'"%\n]+z[\'"\\]%)r   r%   )r&   r'   r'   r(   r)     s
    zPython2Lexer.innerstring_rulesz\nz&^(\s*)([rRuUbB]{,2})("""(?:.|\n)*?""")z&^(\s*)([rRuUbB]{,2})('''(?:.|\n)*?''')z[^\S\n]+z\A#!.+$z#.*$z[]{}:(),;[]z\\\nz\\z(in|is|and|or|not)\bz!=|==|<<|>>|[-~+/*%=<>&^|.]r+   z(def)((?:\s|\\\s)+)r,   z(class)((?:\s|\\\s)+)r-   z(from)((?:\s|\\\s)+)r.   z(import)((?:\s|\\\s)+)r/   r>   r?   r@   backtickz!([rR]|[uUbB][rR]|[rR][uUbB])(""")r7   z!([rR]|[uUbB][rR]|[rR][uUbB])(''')r8   z([rR]|[uUbB][rR]|[rR][uUbB])(")r9   z([rR]|[uUbB][rR]|[rR][uUbB])(')r:   z([uUbB]?)(""")r;   z([uUbB]?)(''')z([uUbB]?)(")z([uUbB]?)(')rA   r=   )rL   rN   rO   rP   rQ   rC   rR   execrS   rD   rT   rE   rF   rU   r   rV   rX   rY   rZ   rG   z
yield fromr[   r\   z\b)rH   )Nr^   r_   r`   ra   apply
basestringrb   rc   bufferrd   rf   callablerg   rh   cmpcoerceri   rj   rk   rl   rm   rn   ro   rp   execfileexitfilerq   rr   rt   ru   rv   rw   rx   ry   rz   r{   r|   internr}   r~   r   r   r   r   longr   r   r   r   r   r   r   r   r   r   r   	raw_inputreducereloadr   r   r   r   r   r   r   r   r   r   r   r   r   unichrunicoder   xranger   z(?<!\.))r   rH   z;(?<!\.)(self|None|Ellipsis|NotImplemented|False|True|cls)\b)1r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   OverflowWarningr   r   r   r   StandardErrorr   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   )_r   r   r   r   Z__cmp__Z
__coerce__r   r   r   r   r   r   Z__delslice__Z__div__r   r   r   r   r   r   r   r   r   r   r  Z__getslice__r  r  Z__hex__r  r  Z__idiv__r  r  r	  r
  r  r  r  r  r  Z__iop__r  r  r  r  r  r  r  r  r  Z__long__r  r  r  r  r  r   r!  r"  Z__nonzero__Z__oct__Z__op__r$  r%  r&  r(  r)  Z__rcmp__Z__rdiv__r*  r+  r,  r-  r.  r0  r1  Z__rop__r2  r4  r5  r6  r7  r8  r9  r:  r;  r<  Z__setslice__r=  r>  r?  r@  Z__unicode__rA  )rC  rD  rE  rF  rG  rH  rI  rJ  rK  rL  Z__metaclass__rN  rO  rP  rS  rT  rU  z'(\d+\.\d*|\d*\.\d+)([eE][+-]?[0-9]+)?j?z\d+[eE][+-]?[0-9]+j?z	0[0-7]+j?z
0[bB][01]+z0[xX][a-fA-F0-9]+z\d+Lz\d+j?z`.*?`z@[\w.]+z[a-zA-Z_]\w*z#popz(?:[ \t]|\\\n)+zas\b,z[a-zA-Z_][\w.]*zimport\bzNone\bz[a-zA-Z_.][\w.]*zY\\([\\abfnrtv"\']|\n|N\{.*?\}|u[a-fA-F0-9]{4}|U[a-fA-F0-9]{8}|x[a-fA-F0-9]{2}|[0-7]{1,3})rW  z\\\\|\\"|\\\nzstrings-doublerX  z\\\\|\\'|\\\nzstrings-singlez"""z''')rY  r+   r>   r?   r@   r=   rz  rA   r,   r-   r/   r.   r;   zstrings-singlezstrings-doubler9   r:   r7   r8   c             C   s
   t | dS )Nzpythonw?2(\.\d)?)r   )rZ  r'   r'   r(   r[  {  s    zPython2Lexer.analyse_textN)0rP  rN  rR  rI  rA   r\  r]  r^  r_  r)   r   r   r   ra  rb  r   rc  rd  r   r   rg  r   r   re  rf  r	   r   r   rk  rl  r   rm  rn  ro  r   rp  rq  rr  rs  rt  LongBacktickru  r   rv  rw  rx  r[  r'   r'   r'   r(   r     s   















c               @   s0   e Zd ZdZdZdgZdgZdd Zdd Zd	S )
r   a  
    For Python console output or doctests, such as:

    .. sourcecode:: pycon

        >>> a = 'foo'
        >>> print a
        foo
        >>> 1 / 0
        Traceback (most recent call last):
          File "<stdin>", line 1, in <module>
        ZeroDivisionError: integer division or modulo by zero

    Additional options:

    `python3`
        Use Python 3 lexer for code.  Default is ``True``.

        .. versionadded:: 1.0
        .. versionchanged:: 2.5
           Now defaults to ``True``.
    zPython console sessionZpyconztext/x-python-doctestc             K   s    t |dd| _tj| f| d S )Nr$   T)r   r$   r   r  )selfoptionsr'   r'   r(   r    s    zPythonConsoleLexer.__init__c          	   c   s(  | j r tf | j}tf | j}ntf | j}tf | j}d}g }d}d}d}xt|D ]v}	|	 }
|
	ds||
	drd}|
t|dtj|
d d fgf ||
dd  7 }qZ|
 dkr|s|
t|dtjdfgf ||
dd  7 }qZ|rt|||E d H  d}g }|
	ds2td	|
rDd
}|
}|	 }qZ|
dkrb|	 tj|
fV  qZ|r||
7 }|
	ds|
 dksd}x*||D ]\}}}|| ||fV  qW d}qZ|	 tj|
fV  qZW |rt|||E d H  |r$x*||D ]\}}}|| ||fV  qW d S )N r   z>>> z...    z...   z"Traceback (most recent call last):z  File "[^"]+", line \d+\n$   zKeyboardInterrupt
 )r$   r   r  r   r   r   line_refinditergroup
startswithappendr   r   ZPromptrstripr
   get_tokens_unprocessedrematchstartr   rv  stripZOutput)r  rZ  ZpylexerZtblexerZcurcodeZ
insertionsZcurtbZtbindextbr  lineitvr'   r'   r(   r    s^    



z)PythonConsoleLexer.get_tokens_unprocessedN)	rP  rN  rR  rI  rA   r]  r_  r  r  r'   r'   r'   r(   r     s   c               @   s   e Zd ZdZdZddgZddgZddgZd	efd
e	j
dfde	j
fde	j
fde	j
dfdefgdeeejeeeeefdeeejeeefdeeeeedfdeeeefdee	jeeedfdee	jedfgdeeejedfedgdZdS )r   a   
    For Python 3.x tracebacks, with support for chained exceptions.

    .. versionadded:: 1.0

    .. versionchanged:: 2.5
       This is now the default ``PythonTracebackLexer``.  It is still available
       as the alias ``Python3TracebackLexer``.
    zPython TracebackZpytbZpy3tbz*.pytbz*.py3tbztext/x-python-tracebackztext/x-python3-tracebackz\nz'^Traceback \(most recent call last\):\nintbzH^During handling of the above exception, another exception occurred:\n\nzI^The above exception was the direct cause of the following exception:\n\nz^(?=  File "[^"]+", line \d+)z^.*\nz0^(  File )("[^"]+")(, line )(\d+)(, in )(.+)(\n)z%^(  File )("[^"]+")(, line )(\d+)(\n)z^(    )(.+)(\n)markersz^([ \t]*)(\.\.\.)(\n)z^([^:]+)(: )(.+)(\n)z#popz^([a-zA-Z_][\w.]*)(:?\n)z^( {4,})([~^]+)(\n))rY  r  r  N)rP  rN  rR  rI  rA   r]  r^  r_  r   r   	Tracebackr   r   r   rk  r   r   r   r   r   r   Markerr   rx  r'   r'   r'   r(   r     s:   	

c               @   s   e Zd ZdZdZdgZdgZdgZdee	e
jdfde
jdfd	efgd
ee	eje	ee	ee	fdee	eje	ee	fdee	eee	dfdee	ee	fdee
je	ee	dfdee
je	dfgdee	ejdfedgdZdS )r   z
    For Python tracebacks.

    .. versionadded:: 0.7

    .. versionchanged:: 2.5
       This class has been renamed from ``PythonTracebackLexer``.
       ``PythonTracebackLexer`` now refers to the Python 3 variant.
    zPython 2.x TracebackZpy2tbz*.py2tbztext/x-python2-tracebackz^(\^C)?(Traceback.*\n)r  z^(?=  File "[^"]+", line \d+)z^.*\nz0^(  File )("[^"]+")(, line )(\d+)(, in )(.+)(\n)z%^(  File )("[^"]+")(, line )(\d+)(\n)z^(    )(.+)(\n)markerz^([ \t]*)(\.\.\.)(\n)z^([^:]+)(: )(.+)(\n)z#popz^([a-zA-Z_]\w*)(:?\n)z( {4,})(\^))rY  r  r  N)rP  rN  rR  rI  rA   r]  r^  r_  r   r   r   r  r   r   rk  r   r   r   r   r   r   r  r   rx  r'   r'   r'   r(   r     s.   	
c            !   @   sP  e Zd ZdZdZdZdddgZddd	gZd
dgZde	fde
e	ejfde
e	ejfde	fdefdefde	fde	fdejfde
eejefdefde
eejeeeeefedde
ee	dfde
ee	dfde
eefde
ee	dfd e
ee	d!fd"e
ee	d#fed$ed%d&ed'fd(ed)fd*ed+fd,ed-fd.eed/d'fd0eed/d)fd1eed/d+fd2eed/d-fed3ed4ged5d6d7efd8ejfged9d:d6d;ejfd<ejjfed=d:d6d;ejfgd>ejfd?ejfd@ejfdAejj fdBejfgdCej!fgdDej"fdEefgdEej#dFfgdGej$fdHefdIe
ej#e	dFfdJe
ej#e	efdKedFfdLefdMedFfdNe	dFfdEejfdOe	fg
dEej%dFfgdPe
e	ee	fdQej&fdRe
e	ee	fe'dFgdSe
e	edFfdTej&fe'dFgdUej(fgdVej)fdWefdXefdYefgdefgdZedFfd[ej(fed\gd]edFfd^ej(fed\gd_edFfed\ed`gdaedFfed\ed`gdbZ*dcS )dr   zF
    For Pyrex and Cython source code.

    .. versionadded:: 1.1
    ZCythonzhttp://cython.orgZcythonZpyxZpyrexz*.pyxz*.pxdz*.pxiztext/x-cythonzapplication/x-cythonz\nz^(\s*)("""(?:.|\n)*?""")z^(\s*)('''(?:.|\n)*?''')z[^\S\n]+z#.*$z[]{}:(),;[]z\\\nz\\z(in|is|and|or|not)\bz(<)([a-zA-Z0-9.?]+)(>)z!=|==|<<|>>|[-~+/*%=<>&^|.?]z(from)(\d+)(<=)(\s+)(<)(\d+)(:)r+   z(def|property)(\s+)r,   z(cp?def)(\s+)cdefz	(cdef)(:)z(class|struct)(\s+)r-   z(from)(\s+)r.   z(c?import)(\s+)r/   r>   rz  z(?:[rR]|[uU][rR]|[rR][uU])"""r7   z(?:[rR]|[uU][rR]|[rR][uU])'''r8   z(?:[rR]|[uU][rR]|[rR][uU])"r9   z(?:[rR]|[uU][rR]|[rR][uU])'r:   z[uU]?"""r;   z[uU]?'''z[uU]?"z[uU]?'rA   r=   )rL   rM   rB   rN   ZbyrO   ZctypedefrP   rQ   rC   rR   zexcept?r{  rS   rD   ZfusedZgilrT   rE   r   rF   ZnogilrU   r   rV   rX   rY   rZ   rG   r[   r\   z\b)rH   z(DEF|IF|ELIF|ELSE)\b)Qr^   r_   r`   ra   r|  r}  rb   Zbintrc   r~  rd   rf   r  rg   rh   r  r  ri   rj   rk   rl   rm   rn   ro   rp   r  r  r  rq   rr   rt   ru   rv   rw   rx   ry   rz   r{   r|   r  r}   r~   r   r   r   r   r  r   r   r   r   r   r   r   r   r   r   Z
Py_ssize_tr   r  r  r  r   r   r   r   r   r   r   r   r   r   r   r   r   r  r  Zunsignedr   r  r   z(?<!\.))r   rH   z<(?<!\.)(self|None|Ellipsis|NotImplemented|False|True|NULL)\b)0r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   NotImplementedr   r   r   r  r   r   r   r   r  r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   z&(\d+\.?\d*|\d*\.\d+)([eE][+-]?[0-9]+)?z0\d+z0[xX][a-fA-F0-9]+z\d+Lz\d+z`.*?`z@\w+z[a-zA-Z_]\w*z#popz%(public|readonly|extern|api|inline)\bz(struct|enum|union|class)\bz([a-zA-Z_]\w*)(\s*)(?=[(:#=]|$)z([a-zA-Z_]\w*)(\s*)(,)zfrom\bzas\b:z	(?=["\']).z(\s+)(as)(\s+)z[a-zA-Z_][\w.]*z(\s*)(,)(\s*)z(\s+)(c?import)\bz[a-zA-Z_.][\w.]*zY\\([\\abfnrtv"\']|\n|N\{.*?\}|u[a-fA-F0-9]{4}|U[a-fA-F0-9]{8}|x[a-fA-F0-9]{2}|[0-7]{1,3})zP%(\([a-zA-Z0-9]+\))?[-#0 +]*([0-9]+|[*])?(\.([0-9]+|[*]))?[hlL]?[E-GXc-giorsux%]z[^\\\'"%\n]+z[\'"\\]ry  rW  z\\\\|\\"|\\\nstringsrX  z\\\\|\\'|\\\nz"""nlz''')rY  r+   r>   r=   rz  rA   r,   r  r-   r/   r.   r;   r  r  r9   r:   r7   r8   N)+rP  rN  rR  rI  rA   r\  r]  r^  r_  r   r   r   rb  r   r   r   rg  r   Typer   rt  r   r   r	   r   ZPreprocrk  rl  r   rp  rq  rs  r  r  ru  rm  Reservedrv  re  r   rw  r%   rx  r'   r'   r'   r(   r   ?  s   





c               @   sz  e Zd ZdZdZdgZdgZdgZdefde	j
fdejfdejfd	ejfd
ejfdejfdejfdeedddfdeedddfdeedddfdeedddfdefdejfdefeddddejfeddddejfdejjfd ejfd!ejfd"ejfd#efd$ejfd%efd&efd'efgd(ejfgd)ej fd*efd+efd,efd-efgd.ed/fgd0ed/fgd1ed/fgd2ed/fgd3Z!d4S )5r    z
    Lexer for dg,
    a functional and object-oriented programming language
    running on the CPython 3 VM.

    .. versionadded:: 1.6
    Zdgz*.dgz	text/x-dgz\s+z#.*?$z(?i)0b[01]+z(?i)0o[0-7]+z(?i)0x[0-9a-f]+z((?i)[+-]?[0-9]+\.[0-9]+(e[+-]?[0-9]+)?j?z(?i)[+-]?[0-9]+e[+-]?\d+j?z(?i)[+-]?[0-9]+j?z(?i)(br|r?b?)'''r;   r8   stringz(?i)(br|r?b?)"""r7   z(?i)(br|r?b?)'r:   z(?i)(br|r?b?)"r9   z`\w+'*`z\b(and|in|is|or|where)\bz[!$%&*+\-./:<-@\\^|~;,]+)rc   rd   rf   rh   rj   rl   zdict'rr   rt   r|   r   zlist'r   r   r   r   r   zset'r   r   r   r   r   ztuple'r   z(?<!\.)z
(?![\'\w]))r   rH   )=r^   r_   r`   ra   rb   Zbindrg   r  ri   rj   rk   rm   rn   Zdrop	dropwhilero   rp   Zexhaustrq   Zflipzfoldl1?rs   Zfstru   rv   rw   rx   headry   rz   Zinitr{   r}   r~   r   ZiterateZlastr   r   r   r   r   r   r   r   r   r   r   r   r   r   r   zscanl1?Zsndr   r   tailtake	takewhiler   r   z>(?<!\.)(self|Ellipsis|NotImplemented|None|True|False)(?!['\w])z3(?<!\.)[A-Z]\w*(Error|Exception|Warning)'*(?!['\w])zT(?<!\.)(Exception|GeneratorExit|KeyboardInterrupt|StopIteration|SystemExit)(?!['\w])z_(?<![\w.])(except|finally|for|if|import|not|otherwise|raise|subclass|while|with|yield)(?!['\w])z[A-Z_]+'*(?!['\w])z[A-Z]\w+'*(?!['\w])z\w+'*z[()]r  zY\\([\\abfnrtv"\']|\n|N\{.*?\}|u[a-fA-F0-9]{4}|U[a-fA-F0-9]{8}|x[a-fA-F0-9]{2}|[0-7]{1,3})zG%(\(\w+\))?[-#0 +]*([0-9]+|[*])?(\.([0-9]+|[*]))?[hlL]?[E-GXc-giorsux%]z[^\\\'"%\n]+z[\'"\\]ry  z\nrW  z#poprX  z"""z''')rY  r;   r  r9   r:   r7   r8   N)"rP  rN  rR  rI  rA   r]  r^  r_  r   r   rd  r   rr  rq  rs  rp  rt  r   r	   r   rg  r   r   rk  rl  r   r   r  r  r   r   rw  r%   rx  r'   r'   r'   r(   r      sj   


c              @   sX  e Zd ZdZdZdZdgZg Zg Zddddd	d
dddddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/d0d1d2d3d4d5d6d7d8d9d:d;d<d=d>d?d@dAdBdCdDdEdFdGdHdIdJdKdLdMdNdOdPdQdRdSdTdUdVdWdXdYdZd[d\d]d^d_d`dadbdcdddedfdgdhdidjdkdldmdndodpdqdrdsdtdudvdwdxdydzd{d|d}d~dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd ddddddddd	d
dddddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/d0d1d2d3d4d5d6d7d8d9d:d;d<d=d>d?d@dAdBdCdDdEdFdGdHdIdJdKdLdMdNdOdPdQdRdSdTdUdVdWdXdYdZd[d\d]d^d_d`dadbdcdddedfdgdhdidjdkdldmdndodpdqdrdsdtdudvdwdxdydzd{d|d}d~ddddddddhZ	dd Z
dd ZdS (  r!   z[
    A Python lexer recognizing Numerical Python builtins.

    .. versionadded:: 0.10
    ZNumPyzhttps://numpy.org/Znumpyr_   Zabsolute
accumulateaddZalenr`   ZallcloseZalltrueZalterdotZamaxZaminZanglera   r  Zapply_along_axisZapply_over_axesZarangeZarccosZarccoshZarcsinZarcsinhZarctanZarctan2ZarctanhZargmaxZargminZargsortZargwhereZaroundZarrayZarray2stringZarray_equalZarray_equivZ
array_reprZarray_splitZ	array_strZ
arrayrangeZ
asanyarrayZasarrayZasarray_chkfiniteZascontiguousarrayZasfarrayZasfortranarrayZasmatrixZasscalarZastypeZ
atleast_1dZ
atleast_2dZ
atleast_3dZaverageZbartlettZ	base_reprZbetaZbinary_reprZbincountZbinomialZbitwise_andZbitwise_notZ
bitwise_orZbitwise_xorZblackmanZbmatZ	broadcastZbyte_boundsrf   ZbyteswapZc_Zcan_castZceilZchooseZclipZcolumn_stackZcommon_typeZcompare_chararrayscompressZconcatenateZconj	conjugateZconvolvecopyZcorrcoefZ	correlateZcosZcoshZcovZcrossZcumprodZ
cumproductZcumsumdeleteZ	deprecateZdiagZdiagflatZdiagonalZdiffZdigitizeZdispZdividedotZdsplitZdstackZdtypedumpdumpsZediff1demptyZ
empty_likeZequalZexpZexpand_dimsZexpm1extractZeyeZfabsZfastCopyAndTransposeZfftZfftfreqZfftshiftfillZfinfoZfixZflatZflatnonzeroZflattenZfliplrZflipudZfloorZfloor_divideZfmodZfrexpZ
fromarraysZ
frombufferZfromfileZfromfunctionZfromiterZ
frompyfuncZ
fromstringZgenericZget_array_wrapZget_includeZget_numarray_includeZget_numpy_includeZget_printoptions	getbufferZ
getbufsizeZgeterrZ
geterrcallZ	geterrobjZgetfieldZgradientZgreaterZgreater_equalZgumbelZhammingZhanningZ	histogramZhistogram2dZhistogramddZhsplitZhstackZhypotZi0identityZifftimagZ	index_expindicesinfinfoinnerinsertZint_asbufferZinterpZintersect1dZintersect1d_nuinvinvertZ	iscomplexZiscomplexobjZisfiniteZ	isfortranZisinfZisnanZisneginfZisposinfZisrealZ	isrealobjZisscalarZissctypeZissubclass_Z
issubdtypeZissubsctypeitemZitemsetiterableZix_ZkaiserZkronZldexpZ
left_shiftZlessZ
less_equalZlexsortZlinspaceloadloadsZloadtxtlogZlog10Zlog1pZlog2Zlogical_andZlogical_notZ
logical_orZlogical_xorZlogspaceZlstsqZmatZmatrixr   ZmaximumZmaximum_sctypeZmay_share_memoryZmeanZmedianZmeshgridZmgridr   ZminimumZmintypecodemodZmodfZmsortZmultiplynanZ
nan_to_numZ	nanargmaxZ	nanargminZnanmaxZnanminZnansumZndenumeratendimZndindexnegativeZnewaxisZ	newbufferZnewbyteorderZnonzeroZ	not_equalZ
obj2sctypeZogridZonesZ	ones_likeZouterZpermutationZ	piecewiseZpinvZpkgloadZplaceZpoissonZpolyZpoly1dZpolyaddZpolyderZpolydivZpolyfitZpolyintZpolymulZpolysubZpolyvalZpowerZprodproductZptpZputZputmaskZr_ZrandintZrandom_integersZrandom_sampleZranfZrankZravelrealZreal_if_closeZrecarrayZ
reciprocalr  Z	remainderrepeatZrequireZreshapeZresizeZ
restoredotZright_shiftZrintZrollZrollaxisrootsZrot90r   Zround_Z	row_stackZs_ZsampleZsavetxtZsctype2charZsearchsortedZseedZselectZset_numeric_opsZset_printoptionsZset_string_functionZ
setbufsizeZ	setdiff1dZseterrZ
seterrcallZ	seterrobjZsetfieldZsetflagsZsetmember1dZsetxor1dshapeZshow_configZshufflesignZsignbitZsinZsincZsinhsizer   ZsolveZsometruesortZsort_complexsourcesplitZsqrtZsquareZsqueezeZstandard_normalZstdsubtractr   ZsvdZswapaxesr  ZtanZtanhZ	tensordotZtestZtileZtofiletolistZtostringZtraceZ	transposeZtrapzZtriZtrilZ
trim_zerosZtriuZtrue_divideZtypeDicttypenameZuniformZunion1duniqueZunique1dZunravel_indexZunwrapZvandervarZvdotZ	vectorizeZviewZvonmisesZvsplitZvstackZweibullwhereZwhoZzerosZ
zeros_likec             c   sN   xHt | |D ]8\}}}|tkr:|| jkr:|tj|fV  q|||fV  qW d S )N)r   r  r   EXTRA_KEYWORDSr   rl  )r  rZ  indextokenvaluer'   r'   r(   r    s
    z!NumPyLexer.get_tokens_unprocessedc             C   s.   | d d }t | dsd|ko,d|kp,d|kS )Ni  zpythonw?(3(\.\d)?)?zimport zimport numpyzfrom numpy import)r   )rZ  Zltextr'   r'   r(   r[    s    
zNumPyLexer.analyse_textN)rP  rN  rR  rI  rA   r\  r]  r_  r^  r  r  r[  r'   r'   r'   r(   r!   V  s   












 ")-rI  r  ri  Zpygments.lexerr   r   r   r   r   r   r   r	   r
   r   Zpygments.utilr   r   Zpygments.tokenr   r   r   r   r   r   r   r   r   r   r   Zpygmentsr   r`  __all__ri   r  r   ZPython3Lexerr   r   r   ZPython3TracebackLexerr   r   r    r!   r'   r'   r'   r(   <module>	   s2   04

    _X50 5c