Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
def
cat(iterables):
68
return
list(itertools.chain(*iterables))
69
70
def
files(*patterns):
71
return
cat([glob.glob(pattern, recursive=True)
for
pattern in patterns])
Callers
2
files
Function · 0.85
jar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected