MCPcopy
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_optionsFunction · 0.45
run_commandFunction · 0.45

Calls 2

archiveMethod · 0.95
recurseMethod · 0.80

Tested by

no test coverage detected