Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ node
Method
node
src/_pytest/fixtures.py:796–797 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
794
795
@property
796
def
node(self):
797
return
self._pyfuncitem
798
799
def
__repr__(self) -> str:
800
return
f
"<FixtureRequest for {self.node!r}>"
Callers
2
pytest_sessionfinish
Method · 0.45
test_hostname_in_xml
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_hostname_in_xml
Method · 0.36