CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
pager.cpython-310.pyc14 linesDownload Raw Back to __pycache__
1o

2��Yi<�@s�ddlmZmZddlmZGdd�de�ZGdd�de�ZedkrPdd	lm	Z	dd3l4mZe�Z5e6jdd��e7�
e	��Wd
�d
S1sIwYd
Sd
S)�)�ABC�abstractmethod)�Anyc@s&eZdZdZededdfdd��ZdS)�PagerzBase class for a pager.�content�returnNcCsdS)zbShow content in pager.8 9        Args:10            content (str): Content to be displayed.11        N���selfrrr��E:\DocsHouse\542 percep lab latest\PerceptionLab\PerceptionLab_Portable\python_embed\Lib\site-packages\pip/_vendor/rich/pager.py�showsz12Pager.show)�__name__�13__module__�__qualname__�__doc__r�strrrrrrrsrc@s4eZdZdZdedefdd�Zdeddfdd�ZdS)	�SystemPagerz'Uses the pager installed on the system.rrcCstd��|�S)N�pydoc)�14__import__�pagerr	rrr�_pagerszSystemPager._pagerNcCs|�|�dS)z!Use the same pager used by pydoc.N)rr	rrrrszSystemPager.show)r
rrrrrrrrrrrrsr�__main__�)�make_test_card)�ConsoleT)�stylesN)�abcrr�typingrrrr
rr�consolerr�printrrrr�<module>s"��
Aluode/PerceptionLabPortable · CoolFace