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

Function _pylist

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

Source from the content-addressed store, hash-verified

294
295@st.composite
296def _pylist(draw, value_type, size, nullable=True):
297 arr = draw(arrays(value_type, size=size, nullable=False))
298 return arr.to_pylist()
299
300
301@st.composite

Callers 2

_pymapFunction · 0.85
arraysFunction · 0.85

Calls 1

arraysFunction · 0.85

Tested by

no test coverage detected