Server IP : 172.67.214.6 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/rich/__pycache__/ |
Upload File : |
U ʗRez � @ s� d dl mZ G dd� de�Zedkr�d dlmZ e� Zeeee�� eeee�� G dd� d�Z e � Z eee e�� eede�� d S ) � )�ABCc @ s$ e Zd ZdZeeed�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�returnc C s t |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__ s zRichRenderable.__subclasshook__N)�__name__� __module__�__qualname__�__doc__�classmethod�type�boolr r r r r r s r �__main__)�Textc @ s e Zd ZdS )�FooN)r r r r r r r r s r � N)�abcr r r �pip._vendor.rich.textr �t�print� isinstancer �fr r r r �<module> s