HEX
Server: LiteSpeed
System: Linux srv146.niagahoster.com 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
User: kodi1989 (1633)
PHP: 8.1.34
Disabled: symlink,shell_exec,exec,popen,system,dl,passthru,escapeshellarg,escapeshellcmd,show_source,pcntl_exec
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/rich/__pycache__/abc.cpython-37.pyc
B

��fn�@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�9/opt/alt/python37/lib/python3.7/site-packages/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)�abcrrrZ	rich.textr�t�print�
isinstancer�frrrr	�<module>s