Home
last modified time | relevance | path

Searched defs:showwarning (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_warning.py15 showwarning = warnings.showwarning variable
Dmock_tk.py91 showwarning = Mbox_func() # None variable in Mbox
/third_party/python/Lib/tkinter/
Dmessagebox.py91 def showwarning(title=None, message=None, **options): function
/third_party/python/Lib/
Dwarnings.py10 def showwarning(message, category, filename, lineno, file=None, line=None): function