| 16 | |
| 17 | |
| 18 | class ExampleWithVariables(t.TypedDict): |
| 19 | variables: ExampleVariables |
| 20 | testcases: ExampleTemplatesAndResults |
| 21 | |
| 22 | |
| 23 | Examples = t.Dict[str, ExampleWithVariables] |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…