Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ _module_is_available
Function
_module_is_available
python/pyarrow/__init__.py:88–94 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
86
87
88
def
_module_is_available(module):
89
try
:
90
_importlib.import_module(f
'pyarrow.{module}'
)
91
except
ImportError:
92
return
False
93
else
:
94
return
True
95
96
97
def
_filesystem_is_available(fs):
Callers
1
show_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected