MCPcopy 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
223def path_to_str(path_list):
224 return [str(x) if not isinstance(x, str) else x for x in path_list]
225
226
227def prepare_extension_options():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected