Current position within stream as the frame number. Will return 0 until the first frame is `read`.
(self)
| 160 | @property |
| 161 | @abstractmethod |
| 162 | def frame_number(self) -> int: |
| 163 | """Current position within stream as the frame number. |
| 164 | |
| 165 | Will return 0 until the first frame is `read`.""" |
| 166 | ... |
| 167 | |
| 168 | # |
| 169 | # Abstract Methods |
nothing calls this directly
no outgoing calls
no test coverage detected