HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/local/lib/python3.7/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-37.pyc
B

L��gz�@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.Z__rich_console__Z__rich__)�hasattr)�clsr�r�8/tmp/pip-unpacked-wheel-hv55ucu3/pip/_vendor/rich/abc.py�__subclasshook__szRichRenderable.__subclasshook__N)�__name__�
__module__�__qualname__�__doc__�classmethod�type�boolr
rrrr	rs	r�__main__)�Textc@seZdZdS)�FooN)rrr
rrrr	rsr�N)�abcrrrZpip._vendor.rich.textr�t�print�
isinstancer�frrrr	�<module>s