(
self, instance: None, owner: Any
)
| 552 | |
| 553 | @overload |
| 554 | def __get__( |
| 555 | self, instance: None, owner: Any |
| 556 | ) -> InstrumentedAttribute[_T_co]: ... |
| 557 | |
| 558 | @overload |
| 559 | def __get__(self, instance: object, owner: Any) -> _T_co: ... |
nothing calls this directly
no test coverage detected