(self)
| 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): |
no outgoing calls
no test coverage detected