Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_warning.py55 self.assertIs(warnings.showwarning, shell.idle_showwarning)
67 shell.idle_showwarning(
/third_party/python/Lib/idlelib/
H A Dpyshell.py73 def idle_showwarning( function
93 "Replace warning.showwarning with idle_showwarning, or reverse."
99 warnings.showwarning = idle_showwarning

Completed in 3 milliseconds