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

  /external/python/cpython2/Lib/idlelib/idle_test/
test_warning.py 37 run.capture_warnings(True)
39 run.capture_warnings(False)
54 shell.capture_warnings(True)
56 shell.capture_warnings(False)
  /external/python/cpython3/Lib/idlelib/idle_test/
test_warning.py 37 run.capture_warnings(True)
39 run.capture_warnings(False)
54 shell.capture_warnings(True)
56 shell.capture_warnings(False)
  /external/python/cpython2/Lib/idlelib/
run.py 42 def capture_warnings(capture): function
55 capture_warnings(True)
95 capture_warnings(True)
122 capture_warnings(False)
240 capture_warnings(False)
375 capture_warnings(False) # Make sure turned off; see issue 18081
PyShell.py 87 def capture_warnings(capture): function
100 capture_warnings(True)
    [all...]
  /external/python/cpython3/Lib/idlelib/
run.py 60 def capture_warnings(capture): function
73 capture_warnings(True)
121 capture_warnings(True)
149 capture_warnings(False)
279 capture_warnings(False)
511 capture_warnings(False) # Make sure turned off; see issue 18081
pyshell.py 75 def capture_warnings(capture): function
88 capture_warnings(True)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
support.py 12 def capture_warnings(func): function
  /external/python/cpython2/Lib/distutils/tests/
support.py 16 def capture_warnings(func): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 16 def capture_warnings(func): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 16 def capture_warnings(func): function

Completed in 1344 milliseconds