MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __get__

Method __get__

src/_pytest/compat.py:369–372  ·  view source on GitHub ↗
(
            self, instance: None, owner: Optional[Type[_S]] = ...
        )

Source from the content-addressed store, hash-verified

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:

Callers 2

get_real_methodFunction · 0.80
resolve_fixture_functionFunction · 0.80

Calls 1

funcMethod · 0.45

Tested by

no test coverage detected