Framerate in frames/sec.
(self)
| 441 | |
| 442 | @property |
| 443 | def frame_rate(self) -> Fraction: |
| 444 | """Framerate in frames/sec.""" |
| 445 | return self._frame_rate |
| 446 | |
| 447 | @property |
| 448 | def path(self) -> str: |
nothing calls this directly
no outgoing calls
no test coverage detected