Function
func
tests/test_experimental_arguments_schema.py:11–11
· tests/test_experimental_arguments_schema.py::func
(p: bool, *args: str, **kwargs: int)
Source from the content-addressed store, hash-verified
| 9 | |
| 10 | |
| 11 | def func(p: bool, *args: str, **kwargs: int) -> None: ... |
| 12 | |
| 13 | |
| 14 | def skip_first_parameter(index: int, name: str, annotation: Any) -> Literal[&class="cm">#x27;skip', None]: |
Callers
nothing calls this directly
Tested by
no test coverage detected