Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ f
Function
f
tests/test_validate_call.py:46–46 ·
view source on GitHub ↗
(x: int)
Source
from the content-addressed store, hash-verified
44
45
def
test_func_type() -> None:
46
def
f(x: int): ...
47
48
class
A:
49
def
m(self, x: int): ...
Callers
6
test_annotated_num
Function · 0.70
test_annotated_discriminator
Function · 0.70
test_annotated_validator
Function · 0.70
test_annotated_strict
Function · 0.70
test_partial
Function · 0.70
test_eval_namespace_basic
Function · 0.70
Calls
3
Field
Function · 0.90
BeforeValidator
Class · 0.90
AfterValidator
Class · 0.90
Tested by
no test coverage detected