MCPcopy
hub / github.com/pyinstaller/pyinstaller / append_value

Method append_value

bootloader/waflib/ConfigSet.py:120–124  ·  view source on GitHub ↗
(self, var, val)

Source from the content-addressed store, hash-verified

118 return value
119
120 def append_value(self, var, val):
121 if isinstance(val, str):
122 val = [val]
123 current_value = self._get_list_value_for_modification(var)
124 current_value.extend(val)
125
126 def prepend_value(self, var, val):
127 if isinstance(val, str):

Callers 15

configureFunction · 0.80
add_os_flagsFunction · 0.80
apply_intltool_in_fFunction · 0.80
ifort_modifier_win32Function · 0.80
apply_flags_ifortFunction · 0.80
apply_nasm_varsFunction · 0.80
addflagsFunction · 0.80
appFunction · 0.80
post_checkFunction · 0.80
defineFunction · 0.80
multicheckFunction · 0.80
gxx_modifier_win32Function · 0.80

Calls 2

extendMethod · 0.45

Tested by

no test coverage detected