Underlying collection node (depends on current request scope).
(self)
| 464 | |
| 465 | @property |
| 466 | def node(self): |
| 467 | """Underlying collection node (depends on current request scope).""" |
| 468 | return self._getscopeitem(self._scope) |
| 469 | |
| 470 | def _getnextfixturedef(self, argname: str) -> "FixtureDef[Any]": |
| 471 | fixturedefs = self._arg2fixturedefs.get(argname, None) |