Name of the video, without extension.
(self)
| 169 | |
| 170 | @property |
| 171 | def name(self) -> str: |
| 172 | """Name of the video, without extension.""" |
| 173 | return self._name |
| 174 | |
| 175 | @property |
| 176 | def is_seekable(self) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected