?f2 4 d dl mZ G d de Zedk r}d dlmZ e Z e eee e eee G d d Z e Z
e ee
e e ede d S d S )
)ABCc 2 e Zd ZdZededefd 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)
otherreturnc B t |d pt |d S )z6Check if this class supports the rich render protocol.__rich_console____rich__)hasattr)clsr s f/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/pip/_vendor/rich/abc.py__subclasshook__zRichRenderable.__subclasshook__ s$ u011OWUJ5O5OO N)__name__
__module____qualname____doc__classmethodtypeboolr r r
r r sT PT Pd P P P [P P Pr r __main__)Textc e Zd ZdS )FooN)r r r r r r
r r s r r N)abcr r r pip._vendor.rich.textr tprint
isinstancer fr r r