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

Method from_parent

src/_pytest/python.py:1689–1691  ·  view source on GitHub ↗

The public constructor.

(cls, parent, **kw)

Source from the content-addressed store, hash-verified

1687
1688 @classmethod
1689 def from_parent(cls, parent, **kw): # todo: determine sound type limitations
1690 """The public constructor."""
1691 return super().from_parent(parent=parent, **kw)
1692
1693 def _initrequest(self) -> None:
1694 self.funcargs: Dict[str, object] = {}

Callers

nothing calls this directly

Calls 1

from_parentMethod · 0.45

Tested by

no test coverage detected