Searched refs:saved_options (Results 1 – 2 of 2) sorted by relevance
212 def restore_sys_warnoptions(self, saved_options): argument213 sys.warnoptions = saved_options[1]214 sys.warnoptions[:] = saved_options[2]
168 vector<option> saved_options = options; in test_semantic_values() local174 options = saved_options; in test_semantic_values()