Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ func
Function
func
tests/test_experimental_arguments_schema.py:11–11 ·
view source on GitHub ↗
(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[
'skip'
, None]:
Callers
nothing calls this directly
Calls
1
Field
Function · 0.90
Tested by
no test coverage detected