Name of the video, without extension, or device.
(self)
| 108 | @property |
| 109 | @abstractmethod |
| 110 | def name(self) -> str: |
| 111 | """Name of the video, without extension, or device.""" |
| 112 | ... |
| 113 | |
| 114 | @property |
| 115 | @abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected