| 757 | |
| 758 | |
| 759 | class SingledispatchInfo(NamedTuple): |
| 760 | singledispatch_impls: dict[FuncDef, list[RegisterImplInfo]] |
| 761 | decorators_to_remove: dict[FuncDef, list[int]] |
| 762 | |
| 763 | |
| 764 | def find_singledispatch_register_impls( |
no outgoing calls
no test coverage detected
searching dependent graphs…