MCPcopy
hub / github.com/pytest-dev/pytest / _initrequest

Method _initrequest

src/_pytest/python.py:1663–1665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1661 return super().from_parent(parent=parent, **kw)
1662
1663 def _initrequest(self) -> None:
1664 self.funcargs: dict[str, object] = {}
1665 self._request = fixtures.TopRequest(self, _ispytest=True)
1666
1667 @property
1668 def function(self):

Callers 2

__init__Method · 0.95
runtestprotocolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected