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

Method __enter__

src/_pytest/python_api.py:940–942  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

938 self.excinfo: Optional[_pytest._code.ExceptionInfo[E]] = None
939
940 def __enter__(self) -> _pytest._code.ExceptionInfo[E]:
941 self.excinfo = _pytest._code.ExceptionInfo.for_later()
942 return self.excinfo
943
944 def __exit__(
945 self,

Callers

nothing calls this directly

Calls 1

for_laterMethod · 0.80

Tested by

no test coverage detected