Searched refs:report_callback_exception (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1303 root.report_callback_exception(exc, val, tb) 1896 def report_callback_exception(self, exc, val, tb): member in Tk
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1641 root.report_callback_exception(exc, val, tb) 2369 def report_callback_exception(self, exc, val, tb): member in Tk
|