MCPcopy
hub / github.com/pyinstaller/pyinstaller / update

Method update

bootloader/waflib/ConfigSet.py:179–180  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

177 Logs.debug('env: %s', self.table)
178
179 def update(self, d):
180 self.table.update(d)
181
182 def stash(self):
183 orig = self.table

Callers 15

update_exe_identifierFunction · 0.80
__exec_python_cmdFunction · 0.80
collect_moduleMethod · 0.80
__init__Method · 0.80
_process_importsMethod · 0.80
_metadata_fromMethod · 0.80
_no_op_pefile_gcFunction · 0.80
_process_hook_funcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected