Method: rich.constrain.Constrain.__rich_measure__
Calls: 1, Exceptions: 0, Paths: 1Back
Path 1: 1 calls (1.0)
Console (1)
ConsoleOptions (1)
Measurement (1)
1def __rich_measure__(
2 self, console: "Console", options: "ConsoleOptions"
3 ) -> "Measurement":
4 if self.width is not None:
5 options = options.update_width(self.width)
6 measurement = Measurement.get(console, options, self.renderable)
7 return measurement