MCPcopy Create free account
hub / github.com/apache/arrow / _pylist

Function _pylist

python/pyarrow/tests/strategies.py:277–279  ·  view source on GitHub ↗
(draw, value_type, size, nullable=True)

Source from the content-addressed store, hash-verified

275
276@st.composite
277def _pylist(draw, value_type, size, nullable=True):
278 arr = draw(arrays(value_type, size=size, nullable=False))
279 return arr.to_pylist()
280
281
282@st.composite

Callers 2

_pymapFunction · 0.85
arraysFunction · 0.85

Calls 1

arraysFunction · 0.85

Tested by

no test coverage detected