Searched refs:idle_showwarning (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_warning.py55 self.assertIs(warnings.showwarning, shell.idle_showwarning)
67 shell.idle_showwarning(
/external/python/cpython2/Lib/idlelib/
H A DPyShell.py68 def idle_showwarning( function
88 "Replace warning.showwarning with idle_showwarning, or reverse."
94 warnings.showwarning = idle_showwarning

Completed in 91 milliseconds