Maximum value of the range.
(self)
| 123 | |
| 124 | @property |
| 125 | def max_val(self) -> int | float: |
| 126 | """Maximum value of the range.""" |
| 127 | return self._max_val |
| 128 | |
| 129 | @property |
| 130 | def click_range(self) -> "click.IntRange | click.FloatRange": |
nothing calls this directly
no outgoing calls
no test coverage detected