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

Method _initrequest

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

Source from the content-addressed store, hash-verified

1691 return super().from_parent(parent=parent, **kw)
1692
1693 def _initrequest(self) -> None:
1694 self.funcargs: Dict[str, object] = {}
1695 self._request = fixtures.FixtureRequest(self, _ispytest=True)
1696
1697 @property
1698 def function(self):

Callers 2

__init__Method · 0.95
runtestprotocolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected