Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_identifier
Function · 0.80
__exec_python_cmd
Function · 0.80
collect_module
Method · 0.80
add_global_attrs_from_module
Method · 0.80
__init__
Method · 0.80
_import_importable_package_submodules
Method · 0.80
_process_imports
Method · 0.80
process_post_graph_hooks
Method · 0.80
_find_all_excluded_imports
Method · 0.80
_metadata_from
Method · 0.80
_no_op_pefile_gc
Function · 0.80
_process_hook_func
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected