|
|
Optional | parent = None |
| |
|
bool | is_root = False |
| |
|
Optional | node = None |
| |
|
str | text = "" |
| |
|
str | suffix = "" |
| |
|
str | whitespace = "" |
| |
|
bool | expanded = False |
| |
|
bool | last = False |
| |
◆ check_length()
| bool pip._vendor.rich.pretty._Line.check_length |
( |
|
self, |
|
|
int |
max_length |
|
) |
| |
Check this line fits within a given number of cells.
◆ expand()
| Iterable["_Line"] pip._vendor.rich.pretty._Line.expand |
( |
|
self, |
|
|
int |
indent_size |
|
) |
| |
Expand this line by adding children on their own line.
◆ expandable()
| bool pip._vendor.rich.pretty._Line.expandable |
( |
|
self | ) |
|
Check if the line may be expanded.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py