Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pip._vendor.rich.abc.RichRenderable Class Reference
Inheritance diagram for pip._vendor.rich.abc.RichRenderable:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.rich.abc.RichRenderable:
Collaboration graph
[legend]

Public Member Functions

bool __subclasshook__ (cls, type other)
 

Detailed Description

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)

Member Function Documentation

◆ __subclasshook__()

bool pip._vendor.rich.abc.RichRenderable.__subclasshook__ (   cls,
type  other 
)
Check if this class supports the rich render protocol.

The documentation for this class was generated from the following file: