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

Method args

src/_pytest/mark/structures.py:318–320  ·  view source on GitHub ↗

Alias for mark.args.

(self)

Source from the content-addressed store, hash-verified

316
317 @property
318 def args(self) -> Tuple[Any, ...]:
319 """Alias for mark.args."""
320 return self.mark.args
321
322 @property
323 def kwargs(self) -> Mapping[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected