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

  /external/python/cpython2/Lib/idlelib/idle_test/
test_warning.py 55 self.assertIs(warnings.showwarning, shell.idle_showwarning)
67 shell.idle_showwarning(
  /external/python/cpython3/Lib/idlelib/idle_test/
test_warning.py 55 self.assertIs(warnings.showwarning, shell.idle_showwarning)
67 shell.idle_showwarning(
  /external/python/cpython2/Lib/idlelib/
PyShell.py 68 def idle_showwarning( function
88 "Replace warning.showwarning with idle_showwarning, or reverse."
94 warnings.showwarning = idle_showwarning
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 67 def idle_showwarning( function
87 "Replace warning.showwarning with idle_showwarning, or reverse."
93 warnings.showwarning = idle_showwarning
    [all...]

Completed in 141 milliseconds