| 7 | |
| 8 | |
| 9 | class ApproxDatetime(TypedDict): |
| 10 | displayText: Annotated[str, Doc("Default: Unknown. Required")] |
| 11 | timestamp: NotRequired[Annotated[str, Doc("If precise timestamp can be set")]] |
| 12 | |
| 13 | |
| 14 | class ApproxQuantity(TypedDict): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…