🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 08:03:14 | PHP 8.1.34
📂
/ (Root)
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_vendor
/
rich
/
__pycache__
📍 /opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__
🔄 Refresh
✏️
Editing: constrain.cpython-311.pyc
Read Only
� n9b����� �f � d dl mZmZ ddlmZ ddlmZ erddlmZm Z m Z mZ G d� de� � ZdS ) � )�Optional� TYPE_CHECKING� )�JupyterMixin)�Measurement)�Console�ConsoleOptions�RenderableType�RenderResultc �\ � e Zd ZdZddddee ddfd�Z dd�Z 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 � renderabler �width�returnNc �"