Searched defs:showwarning (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_warning.py | 15 showwarning = warnings.showwarning variable
|
D | mock_tk.py | 86 showwarning = Mbox_func() # None variable in Mbox
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_warning.py | 14 showwarning = warnings.showwarning variable
|
D | mock_tk.py | 86 showwarning = Mbox_func() # None variable in Mbox
|
/external/python/cpython2/Lib/ |
D | warnings.py | 38 showwarning = _show_warning variable 373 def showwarning(*args, **kwargs): function
|
/external/python/cpython3/Lib/tkinter/ |
D | messagebox.py | 85 def showwarning(title=None, message=None, **options): function
|
/external/python/cpython2/Lib/lib-tk/ |
D | tkMessageBox.py | 85 def showwarning(title=None, message=None, **options): function
|
/external/python/cpython3/Lib/ |
D | warnings.py | 10 def showwarning(message, category, filename, lineno, file=None, line=None): function
|
/external/python/dateutil/dateutil/test/ |
D | _common.py | 32 def showwarning(*args, **kwargs): function
|