MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / find_targets

Function find_targets

external/sentencepiece/python/setup.py:131–136  ·  view source on GitHub ↗
(roots)

Source from the content-addressed store, hash-verified

129 return
130
131 def find_targets(roots):
132 for root in roots:
133 data = glob.glob(os.path.join(root, '*.bin'))
134 if data:
135 return data
136 return []
137
138 data = find_targets([
139 '../build/root/share/sentencepiece',

Callers 1

copy_package_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected