(self, type: Type)
| 9006 | self.map = map |
| 9007 | |
| 9008 | def type(self, type: Type) -> Type: |
| 9009 | return expand_type(type, self.map) |
| 9010 | |
| 9011 | |
| 9012 | def are_argument_counts_overlapping(t: CallableType, s: CallableType) -> bool: |
nothing calls this directly
no test coverage detected