(self)
| 499 | |
| 500 | @property |
| 501 | def frame_number(self) -> int: |
| 502 | return self._num_frames |
| 503 | |
| 504 | def seek(self, target: TimecodeLike): |
| 505 | """The underlying VideoCapture is assumed to not support seeking.""" |
nothing calls this directly
no outgoing calls
no test coverage detected