HomeSort by relevance Sort by last modified time
    Searched refs:_setoption (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 106 _setoption(arg)
111 def _setoption(arg): function
137 # Helper for _setoption()
147 # Helper for _setoption()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 106 _setoption(arg)
111 def _setoption(arg): function
137 # Helper for _setoption()
147 # Helper for _setoption()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 373 # Uses the private _setoption() function to test the parsing
377 self.module._setoption, '1:2:3:4:5:6')
379 self.module._setoption, 'bogus::Warning')
381 self.module._setoption, 'ignore:2::4:-5')
382 self.module._setoption('error::Warning::0')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 373 # Uses the private _setoption() function to test the parsing
377 self.module._setoption, '1:2:3:4:5:6')
379 self.module._setoption, 'bogus::Warning')
381 self.module._setoption, 'ignore:2::4:-5')
382 self.module._setoption('error::Warning::0')

Completed in 187 milliseconds