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

Method _has_param_ids

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

Source from the content-addressed store, hash-verified

282 object.__setattr__(self, "_param_ids_generated", param_ids_generated)
283
284 def _has_param_ids(self) -> bool:
285 return "ids" in self.kwargs or len(self.args) >= 4
286
287 def combined_with(self, other: Mark) -> Mark:
288 """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