Home
last modified time | relevance | path

Searched refs:defaultaction (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dwarnings.py265 action = defaultaction
396 defaultaction = default_action variable
401 defaultaction = "default" variable
/external/python/cpython2/Lib/test/
Dtest_warnings.py487 original = self.module.defaultaction
500 del self.module.defaultaction
510 self.module.defaultaction = "ignore"
517 self.module.defaultaction = original