Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ extract_tar
Function
extract_tar
editor/scripts/bundle.py:124–125 ·
view source on GitHub ↗
(file, path)
Source
from the content-addressed store, hash-verified
122
os.makedirs(path)
123
124
def
extract_tar(file, path):
125
run.command([
'tar'
,
'-C'
, path,
'-xzf'
, file])
126
127
def
extract_zip(file, path):
128
if
sys.platform ==
'darwin'
:
Callers
1
extract
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected