MCPcopy
hub / github.com/pydantic/pydantic / func

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
11def func(p: bool, *args: str, **kwargs: int) -> None: ...
12
13
14def skip_first_parameter(index: int, name: str, annotation: Any) -> Literal[&class="cm">#x27;skip', None]:

Callers

nothing calls this directly

Calls 1

FieldFunction · 0.90

Tested by

no test coverage detected