Alias for mark.args.
(self)
| 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]: |
nothing calls this directly
no outgoing calls
no test coverage detected