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

Method __hash__

src/_pytest/nodes.py:318–319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

316 return self._nodeid
317
318 def __hash__(self) -> int:
319 return hash(self._nodeid)
320
321 def setup(self) -> None:
322 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected