Method: rich.constrain.Constrain.__init__
Calls: 46, Exceptions: 0, Paths: 1Back
Path 1: 46 calls (1.0)
Panel (22) 'foo' (9) Text (5) Pretty (4) Table (3) 'foo\nbar' (1) 'foobarbaze' (1) 'Deep in the human unconscious is a pervasive need for a logical un...
3 (14) 100 (14) None (6) 5 (3) 6 (3) 48 (3) 10 (1) 30 (1) 20 (1)
1def __init__(self, renderable: "RenderableType", width: Optional[int] = 80) -> None:
2 self.renderable = renderable
3 self.width = width