Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ _is_iterable
Function
_is_iterable
python/pyarrow/util.py:126–131 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
124
125
126
def
_is_iterable(obj):
127
try
:
128
iter(obj)
129
return
True
130
except
TypeError:
131
return
False
132
133
134
def
_is_path_like(path):
Callers
1
write_dataset
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected