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

Method from_parent

src/_pytest/python.py:1659–1661  ·  view source on GitHub ↗

The public constructor.

(cls, parent, **kw)

Source from the content-addressed store, hash-verified

1657 # todo: determine sound type limitations
1658 @classmethod
1659 def from_parent(cls, parent, **kw) -> Self:
1660 """The public constructor."""
1661 return super().from_parent(parent=parent, **kw)
1662
1663 def _initrequest(self) -> None:
1664 self.funcargs: dict[str, object] = {}

Callers

nothing calls this directly

Calls 1

from_parentMethod · 0.45

Tested by

no test coverage detected