MCPcopy Create free account
hub / github.com/HumbleUI/JWM / cat

Function cat

script/build_utils.py:67–68  ·  view source on GitHub ↗
(iterables)

Source from the content-addressed store, hash-verified

65 shutil.rmtree(path, ignore_errors=True)
66
67def cat(iterables):
68 return list(itertools.chain(*iterables))
69
70def files(*patterns):
71 return cat([glob.glob(pattern, recursive=True) for pattern in patterns])

Callers 2

filesFunction · 0.85
jarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected