Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyinstaller/pyinstaller
/ execute
Method
execute
bootloader/waflib/Scripting.py:275–277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
273
ext_algo = {}
274
275
def
execute(self):
276
self.recurse([os.path.dirname(Context.g_module.root_path)])
277
self.archive()
278
279
def
archive(self):
280
import
tarfile
Callers
2
parse_options
Function · 0.45
run_command
Function · 0.45
Calls
2
archive
Method · 0.95
recurse
Method · 0.80
Tested by
no test coverage detected