fancy_repr
A widget to wrap objects supporting the fancy_repr
protocol.
FancyReprWidget
Bases: Widget
A widget that wraps objects supporting the fancy_repr
protocol.
Source code in pytermgui/widgets/fancy_repr.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
get_lines()
Builds fancy repr of target and returns it.
Source code in pytermgui/widgets/fancy_repr.py
25 26 27 28 29 30 31 32 33 34 35 36 37 |
|