| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/ |
Upload File : |
a
X��e � @ sX d dl mZmZ ddlmZ ddlmZ erDddlmZm Z m
Z
mZ G dd� de�ZdS ) � )�Optional�
TYPE_CHECKING� )�JupyterMixin)�Measurement)�Console�ConsoleOptions�RenderableType�RenderResultc @ sL e Zd ZdZddee dd�dd�Zdd d
d�dd
�Zdd dd�dd�ZdS )� Constrainz�Constrain the width of a renderable to a given number of characters.
Args:
renderable (RenderableType): A renderable object.
width (int, optional): The maximum width (in characters) to render. Defaults to 80.
�P r N)�
renderable�width�returnc C s || _ || _d S �N)r
r )�selfr
r � r �>/usr/lib/python3.9/site-packages/pip/_vendor/rich/constrain.py�__init__ s zConstrain.__init__r r r
)�console�optionsr c c s@ | j d u r| jV n(|�t| j |j��}|�| j|�E d H d S r )r r
�update_width�minZ max_widthZrender)r r r Z
child_optionsr r r �__rich_console__ s
zConstrain.__rich_console__r c C s* | j d ur|�| j �}t�||| j�}|S r )r r r �getr
)r r r Zmeasurementr r r �__rich_measure__ s
zConstrain.__rich_measure__)r ) �__name__�
__module__�__qualname__�__doc__r �intr r r r r r r r
s �
�r N)
�typingr r Zjupyterr Zmeasurer r r r r r
r r r r r �<module> s