Searched refs:_save_modified_value (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | _osx_support.py | 120 def _save_modified_value(_config_vars, cv, newvalue): function 201 _save_modified_value(_config_vars, cv, ' '.join(cv_split)) 215 _save_modified_value(_config_vars, cv, flags) 255 _save_modified_value(_config_vars, cv, flags) 272 _save_modified_value(_config_vars, cv, flags) 299 _save_modified_value(_config_vars, cv, flags)
|
/external/python/cpython2/Lib/test/ |
D | test__osx_support.py | 82 _osx_support._save_modified_value(config_vars, cv, newvalue) 97 _osx_support._save_modified_value(config_vars, cv, newvalue) 107 _osx_support._save_modified_value(config_vars, cv, newvalue)
|