| 33 | |
| 34 | |
| 35 | class ObservationProcessor: |
| 36 | def process(self, page: Page, client: CDPSession) -> Observation: |
| 37 | raise NotImplementedError |
| 38 | |
| 39 | |
| 40 | class ObservationMetadata(TypedDict): |
nothing calls this directly
no outgoing calls
no test coverage detected