Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ person_data
Function
person_data
tests/benchmarks/generate_north_star_data.py:126–127 ·
view source on GitHub ↗
(length: int)
Source
from the content-addressed store, hash-verified
124
125
126
def
person_data(length: int) -> list[dict]:
127
return
[person()
for
_ in range(length)]
Callers
1
_north_star_data_bytes
Function · 0.85
Calls
1
person
Function · 0.85
Tested by
1
_north_star_data_bytes
Function · 0.68