<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
U
    ʗRe(                     @   sx   d dl mZmZmZ d dlZddlmZ ee Zeegef Z	ee	egef Z
dedjfeee e
edddZdS )	    )CallableMatchOptionalN   )EMOJIz!(:(\S*?)(?:(?:\-)(emoji|text))?:))textdefault_variant
_emoji_subreturnc                    sP   t jddd}|j|r&||dnd tt td fdd}||| S )zReplace emoji code in text.u   ︎u   ️)r   emoji )matchr
   c                    sD   |   \}}}z| |  W S  tk
r>   | Y S X d S )N)groupslowerKeyError)r   
emoji_code
emoji_namevariantdefault_variant_code	get_emojiget_variant /builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/rich/_emoji_replace.py
do_replace   s     z"_emoji_replace.<locals>.do_replace)r   __getitem__getr   str)r   r   r	   variantsr   r   r   r   _emoji_replace   s    
	r   )typingr   r   r   re_emoji_codesr   r   _ReStringMatch_ReSubCallable_EmojiSubMethodcompilesubr   r   r   r   r   <module>   s   
