Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ path_to_str
Function
path_to_str
setup.py:223–224 ·
view source on GitHub ↗
(path_list)
Source
from the content-addressed store, hash-verified
221
222
223
def
path_to_str(path_list):
224
return
[str(x)
if
not isinstance(x, str)
else
x
for
x in path_list]
225
226
227
def
prepare_extension_options():
Callers
1
prepare_extension_options
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected