o
    MEþg<  ã                   @   s^  d dl mZmZ d dlmZmZ ddlmZ dedefdd„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edkr­ddlmZ eƒ Ze d¡ e d¡ e d¡ e d¡ e d¡ e d¡ e d¡ e d¡ e d¡ e d¡ e d¡ e d¡ e d¡ e d ¡ e d!¡ e d"¡ e d#¡ e d$¡ e d%¡ d&S d&S )'é    )ÚABCÚabstractmethod)ÚListÚUnioné   )ÚTextÚregexesÚreturnc                  G   s
   d  | ¡S )z{Combine a number of regexes in to a single regex.

    Returns:
        str: New regex with all regexes ORed together.
    ú|)Újoin)r   © r   új/var/www/eduai.edurigo.com/doc_train/edurigo_ai/Puru/venv/lib/python3.10/site-packages/rich/highlighter.pyÚ_combine_regex   s   
r   c                   @   s@   e Zd ZdZdeeef defdd„Zededdfdd„ƒZ	dS )	ÚHighlighterz%Abstract base class for highlighters.Útextr	   c                 C   sD   t |tƒr
t|ƒ}nt |tƒr| ¡ }ntd|›ƒ‚|  |¡ |S )a	  Highlight a str or Text instance.

        Args:
            text (Union[str, ~Text]): Text to highlight.

        Raises:
            TypeError: If not called with text or str.

        Returns:
            Text: A test instance with highlighting applied.
        z#str or Text instance required, not )Ú
isinstanceÚstrr   ÚcopyÚ	TypeErrorÚ	highlight)Úselfr   Úhighlight_textr   r   r   Ú__call__   s   




zHighlighter.__call__Nc                 C   ó   dS )zoApply highlighting in place to text.

        Args:
            text (~Text): A text object highlight.
        Nr   ©r   r   r   r   r   r   (   ó    zHighlighter.highlight)
Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r   r   r   r   r   r      s
    r   c                   @   s"   e Zd ZdZdeddfdd„ZdS )ÚNullHighlighterzeA highlighter object that doesn't highlight.

    May be used to disable highlighting entirely.

    r   r	   Nc                 C   r   )zNothing to doNr   r   r   r   r   r   8   r   zNullHighlighter.highlight)r   r   r   r   r   r   r   r   r   r   r    1   s    r    c                   @   s@   e Zd ZU dZg Zee ed< dZeed< de	ddfdd	„Z
dS )
ÚRegexHighlighterz8Applies highlighting from a list of regular expressions.Ú
highlightsÚ Ú
base_styler   r	   Nc                 C   s$   |j }| jD ]	}||| jd qdS )z„Highlight :class:`rich.text.Text` using regular expressions.

        Args:
            text (~Text): Text to highlighted.

        )Ústyle_prefixN)Úhighlight_regexr"   r$   )r   r   r&   Úre_highlightr   r   r   r   B   s   
ÿzRegexHighlighter.highlight)r   r   r   r   r"   r   r   Ú__annotations__r$   r   r   r   r   r   r   r!   <   s
   
 r!   c                   @   s:   e Zd ZdZdZdddedddd	d
dddddddƒgZdS )ÚReprHighlighterzAHighlights the text typically produced from ``__repr__`` methods.zrepr.zN(?P<tag_start>\<)(?P<tag_name>[\w\-\.\:]*)(?P<tag_contents>.*?)(?P<tag_end>\>)z<(?P<attrib_name>[\w_]{1,50})=(?P<attrib_value>\"?[\w_]+\"?)?z(?P<brace>[\{\[\(\)\]\}])z8(?P<ipv4>[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})z4(?P<ipv6>([A-Fa-f0-9]{1,4}::?){1,7}[A-Fa-f0-9]{1,4})z‚(?P<eui64>(?:[0-9A-Fa-f]{1,2}-){7}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{1,2}:){7}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{4}\.){3}[0-9A-Fa-f]{4})z‚(?P<eui48>(?:[0-9A-Fa-f]{1,2}-){5}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{1,2}:){5}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{4}\.){2}[0-9A-Fa-f]{4})z(?P<call>[\w\.]*?)\(zD\b(?P<bool_true>True)\b|\b(?P<bool_false>False)\b|\b(?P<none>None)\bz(?P<ellipsis>\.\.\.)zE(?P<number>(?<!\w)\-?[0-9]+\.?[0-9]*(e[\-\+]?\d+?)?\b|0x[0-9a-fA-F]*)z<(?P<path>\B(\/[\w\.\-\_\+]+)*\/)(?P<filename>[\w\.\-\_\+]*)?zg(?<![\\\w])(?P<str>b?\'\'\'.*?(?<!\\)\'\'\'|b?\'.*?(?<!\\)\'|b?\"\"\".*?(?<!\\)\"\"\"|b?\".*?(?<!\\)\")zY(?P<uuid>[a-fA-F0-9]{8}\-[a-fA-F0-9]{4}\-[a-fA-F0-9]{4}\-[a-fA-F0-9]{4}\-[a-fA-F0-9]{12})zP(?P<url>(https|http|ws|wss):\/\/[0-9a-zA-Z\$\-\_\+\!`\(\)\,\.\?\/\;\:\&\=\%\#]*)N)r   r   r   r   r$   r   r"   r   r   r   r   r)   O   s*    ôür)   Ú__main__)ÚConsolez%[bold green]hello world![/bold green]z''[bold green]hello world![/bold green]'z /fooz/foo/z/foo/barzfoo/bar/bazz /foo/bar/baz?foo=bar+egg&egg=bazz/foo/bar/baz/z/foo/bar/baz/eggz/foo/bar/baz/egg.pyz/foo/bar/baz/egg.py wordz /foo/bar/baz/egg.py wordzfoo /foo/bar/baz/egg.py wordz!foo /foo/bar/ba._++z/egg+.py wordz"https://example.org?foo=bar#headergq=
W‡Ö2Ag      à?gF!‡@Ü¡½zE127.0.1.1 bar 192.168.1.4 2001:0db8:85a3:0000:0000:8a2e:0370:7334 fooN)Úabcr   r   Útypingr   r   r   r   r   r   r   r    r!   r)   r   Úconsoler+   Úprintr   r   r   r   Ú<module>   sB    	!

















ÿæ