| 29 | |
| 30 | |
| 31 | class RegisterCallableInfo(NamedTuple): |
| 32 | register_type: Type |
| 33 | singledispatch_obj: Instance |
| 34 | |
| 35 | |
| 36 | def get_singledispatch_info(typ: Instance) -> SingledispatchTypeVars | None: |
no outgoing calls
no test coverage detected
searching dependent graphs…