| 24 | |
| 25 | |
| 26 | class BatchedExample(TypedDict, total=False): |
| 27 | target: BatchedViews |
| 28 | context: BatchedViews |
| 29 | scene: list[str] |
| 30 | |
| 31 | |
| 32 | class UnbatchedViews(TypedDict, total=False): |
nothing calls this directly
no outgoing calls
no test coverage detected