MCPcopy Create free account
hub / github.com/dblalock/bolt / join_paths

Function join_paths

experiments/python/files.py:19–20  ·  view source on GitHub ↗
(dir, contents)

Source from the content-addressed store, hash-verified

17
18
19def join_paths(dir, contents):
20 return map(lambda f: os.path.join(dir, f), contents)
21
22
23def files_matching(dir, prefix=None, suffix=None, absPaths=False,

Callers 1

files_matchingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected