Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
def
_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
_pymap
Function · 0.85
arrays
Function · 0.85
Calls
1
arrays
Function · 0.85
Tested by
no test coverage detected