Home
last modified time | relevance | path

Searched refs:report_callback_exception (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DTkinter.py1298 root.report_callback_exception(exc, val, tb)
1891 def report_callback_exception(self, exc, val, tb): member in Tk
/external/python/cpython3/Lib/tkinter/
D__init__.py1446 root.report_callback_exception(exc, val, tb)
2082 def report_callback_exception(self, exc, val, tb): member in Tk