Always 'CAP_ADAPTER'.
(self)
| 451 | |
| 452 | @property |
| 453 | def name(self) -> str: |
| 454 | """Always 'CAP_ADAPTER'.""" |
| 455 | return "CAP_ADAPTER" |
| 456 | |
| 457 | @property |
| 458 | def is_seekable(self) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected