| 374 | |
| 375 | |
| 376 | class EquationCandidate(TypedDict, total=False): |
| 377 | equation: str |
| 378 | source_section: str |
| 379 | kind_hint: str |
| 380 | |
| 381 | |
| 382 | class ReferenceCandidate(TypedDict, total=False): |
nothing calls this directly
no outgoing calls
no test coverage detected