(
self, instance: None, owner: Any
)
| 546 | |
| 547 | @overload |
| 548 | def __get__( |
| 549 | self, instance: None, owner: Any |
| 550 | ) -> InstrumentedAttribute[_T_co]: ... |
| 551 | |
| 552 | @overload |
| 553 | def __get__(self, instance: object, owner: Any) -> _T_co: ... |
nothing calls this directly
no test coverage detected