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

Method _has_param_ids

src/_pytest/mark/structures.py:232–233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 object.__setattr__(self, "_param_ids_generated", param_ids_generated)
231
232 def _has_param_ids(self) -> bool:
233 return "ids" in self.kwargs or len(self.args) >= 4
234
235 def combined_with(self, other: "Mark") -> "Mark":
236 """Return a new Mark which is a combination of this

Callers 1

combined_withMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected