MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / max_val

Method max_val

scenedetect/_cli/config.py:125–127  ·  view source on GitHub ↗

Maximum value of the range.

(self)

Source from the content-addressed store, hash-verified

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":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected