(self, obj: None, cls: type[t.Any])
| 2546 | |
| 2547 | @t.overload |
| 2548 | def __get__(self, obj: None, cls: type[t.Any]) -> Any: |
| 2549 | ... |
| 2550 | |
| 2551 | @t.overload |
| 2552 | def __get__(self, obj: t.Any, cls: type[t.Any]) -> t.Any: |
nothing calls this directly
no outgoing calls
no test coverage detected