Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dwarnings.py128 _setoption(arg)
133 def _setoption(arg): function
/external/python/cpython3/Lib/
Dwarnings.py208 _setoption(arg)
213 def _setoption(arg): function
/external/python/cpython2/Lib/test/
Dtest_warnings.py411 self.module._setoption, '1:2:3:4:5:6')
413 self.module._setoption, 'bogus::Warning')
415 self.module._setoption, 'ignore:2::4:-5')
416 self.module._setoption('error::Warning::0')
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py627 self.module._setoption, '1:2:3:4:5:6')
629 self.module._setoption, 'bogus::Warning')
631 self.module._setoption, 'ignore:2::4:-5')
632 self.module._setoption('error::Warning::0')