Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
pip
/
_vendor
/
rich
/
__pycache__
[ HOME ]
Exec
Submit
constrain.cpython-311.pyc
� #�Fh � �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 �"