Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dwarnings.py128 _setoption(arg)
133 def _setoption(arg): function
/external/python/cpython2/Lib/test/
Dtest_warnings.py407 self.module._setoption, '1:2:3:4:5:6')
409 self.module._setoption, 'bogus::Warning')
411 self.module._setoption, 'ignore:2::4:-5')
412 self.module._setoption('error::Warning::0')