(
self: SyncClientProtocol, key: KeyT, latest: bool | None = False
)
| 1327 | |
| 1328 | @overload |
| 1329 | def get( |
| 1330 | self: SyncClientProtocol, key: KeyT, latest: bool | None = False |
| 1331 | ) -> TimeSeriesSample | None: ... |
| 1332 | |
| 1333 | @overload |
| 1334 | def get( |
nothing calls this directly
no test coverage detected