Searched refs:_save_modified_value (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | _osx_support.py | 143 def _save_modified_value(_config_vars, cv, newvalue): function 255 _save_modified_value(_config_vars, cv, ' '.join(cv_split)) 269 _save_modified_value(_config_vars, cv, flags) 309 _save_modified_value(_config_vars, cv, flags) 326 _save_modified_value(_config_vars, cv, flags) 353 _save_modified_value(_config_vars, cv, flags)
|
/third_party/python/Lib/test/ |
D | test__osx_support.py | 81 _osx_support._save_modified_value(config_vars, cv, newvalue) 96 _osx_support._save_modified_value(config_vars, cv, newvalue) 106 _osx_support._save_modified_value(config_vars, cv, newvalue)
|