(
self, instance: None, owner: Optional[Type[_S]] = ...
)
| 367 | |
| 368 | @overload |
| 369 | def __get__( |
| 370 | self, instance: None, owner: Optional[Type[_S]] = ... |
| 371 | ) -> "cached_property[_S, _T]": |
| 372 | ... |
| 373 | |
| 374 | @overload |
| 375 | def __get__(self, instance: _S, owner: Optional[Type[_S]] = ...) -> _T: |
no test coverage detected