Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ ModelB
Class
ModelB
tests/test_tools.py:32–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
a: Mapping[int, str]
31
32
class
ModelB(ModelA):
33
b: int
34
35
model_b = ModelB(a={1:
'f'
}, b=2)
36
Callers
1
test_parse_obj_preserves_subclasses
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_parse_obj_preserves_subclasses
Function · 0.56