HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc
o

!��hz�@s�ddlmZGdd�de�ZedkrCddlmZe�Zeeee��eeee��Gdd�d�Z	e	�Z
eee
e��eede��d	Sd	S)
�)�ABCc@s&eZdZdZededefdd��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�p	t|d�S)z6Check if this class supports the rich render protocol.�__rich_console__�__rich__)�hasattr)�clsr�r
�6/usr/lib/python3/dist-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�