MCPcopy
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
126def person_data(length: int) -> list[dict]:
127 return [person() for _ in range(length)]

Callers 1

_north_star_data_bytesFunction · 0.85

Calls 1

personFunction · 0.85

Tested by 1

_north_star_data_bytesFunction · 0.68