(self, writers: dict[str, Any])
| 1322 | |
| 1323 | class _VideoWriterSet: |
| 1324 | def __init__(self, writers: dict[str, Any]) -> None: |
| 1325 | self._writers = dict(writers) |
| 1326 | |
| 1327 | @classmethod |
| 1328 | def open( |
nothing calls this directly
no outgoing calls
no test coverage detected