HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-38.pyc
U

ʗRez�@s�ddlmZGdd�de�Zedkr�ddlmZe�Zeeee��eeee��Gdd�d�Z	e	�Z
eee
e��eede��d	S)
�)�ABCc@s$eZdZdZeeed�dd��ZdS)�RichRenderablea#An abstract base class for Rich renderables.

    Note that there is no need to extend this class, the intended use is to check if an
    object supports the Rich renderable protocol. For example::

        if isinstance(my_object, RichRenderable):
            console.print(my_object)

    )�other�returncCst|d�pt|d�S)z6Check if this class supports the rich render protocol.�__rich_console__�__rich__)�hasattr)�clsr�r
��/builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/rich/abc.py�__subclasshook__szRichRenderable.__subclasshook__N)�__name__�
__module__�__qualname__�__doc__�classmethod�type�boolrr
r
r
rrs
r�__main__)�Textc@seZdZdS)�FooN)r
rrr
r
r
rrsr�N)�abcrrr
�pip._vendor.rich.textr�t�print�
isinstancer�fr
r
r
r�<module>s