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.py1303 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__.py1641 root.report_callback_exception(exc, val, tb)
2369 def report_callback_exception(self, exc, val, tb): member in Tk