◆ current()
| Style pip._vendor.rich.style.StyleStack.current |
( |
|
self | ) |
|
Get the Style at the top of the stack.
◆ pop()
| Style pip._vendor.rich.style.StyleStack.pop |
( |
|
self | ) |
|
Pop last style and discard.
Returns:
Style: New current style (also available as stack.current)
◆ push()
| None pip._vendor.rich.style.StyleStack.push |
( |
|
self, |
|
|
Style |
style |
|
) |
| |
Push a new style on to the stack.
Args:
style (Style): New style to combine with current style.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py