MCPcopy Index your code
hub / github.com/python/cpython / _report_exception

Method _report_exception

Lib/tkinter/__init__.py:1811–1815  ·  view source on GitHub ↗

Internal function.

(self)

Source from the content-addressed store, hash-verified

1809 return (e,)
1810
1811 def _report_exception(self):
1812 """Internal function."""
1813 exc, val, tb = sys.exc_info()
1814 root = self._root()
1815 root.report_callback_exception(exc, val, tb)
1816
1817 def _getconfigure(self, *args):
1818 """Call Tcl configure command and return the result as a dict."""

Callers 1

__call__Method · 0.80

Calls 2

_rootMethod · 0.95

Tested by

no test coverage detected