Searched refs:VerticalOverflowMethod (Results 1 – 4 of 4) sorted by relevance
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/ |
H A D | live_render.py | 13 VerticalOverflowMethod = Literal["crop", "ellipsis", "visible"] variable 28 vertical_overflow: VerticalOverflowMethod = "ellipsis", argument
|
H A D | live.py | 10 from .live_render import LiveRender, VerticalOverflowMethod 61 vertical_overflow: VerticalOverflowMethod = "ellipsis", argument
|
/dports/textproc/py-rich/rich-10.16.1/rich/ |
H A D | live_render.py | 17 VerticalOverflowMethod = Literal["crop", "ellipsis", "visible"] variable 32 vertical_overflow: VerticalOverflowMethod = "ellipsis", argument
|
H A D | live.py | 11 from .live_render import LiveRender, VerticalOverflowMethod 62 vertical_overflow: VerticalOverflowMethod = "ellipsis", argument
|