MCPcopy
hub / github.com/pytest-dev/pytest / listnames

Method listnames

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

Source from the content-addressed store, hash-verified

371 return extra_keywords
372
373 def listnames(self) -> list[str]:
374 return [x.name for x in self.listchain()]
375
376 def addfinalizer(self, fin: Callable[[], object]) -> None:
377 """Register a function to be called without arguments when this node is

Callers

nothing calls this directly

Calls 1

listchainMethod · 0.95

Tested by

no test coverage detected