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

Method __dir__

src/_pytest/config/compat.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 self.__hook_caller = hook_caller
32
33 def __dir__(self):
34 return dir(self.__hook_caller)
35
36 def __getattr__(self, key, _wraps=functools.wraps):
37 hook = getattr(self.__hook_caller, key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected