MCPcopy Index your code
hub / github.com/RustPython/RustPython / _report_exception

Method _report_exception

Lib/tkinter/__init__.py:1784–1788  ·  view source on GitHub ↗

Internal function.

(self)

Source from the content-addressed store, hash-verified

1782 return (e,)
1783
1784 def _report_exception(self):
1785 """Internal function."""
1786 exc, val, tb = sys.exc_info()
1787 root = self._root()
1788 root.report_callback_exception(exc, val, tb)
1789
1790 def _getconfigure(self, *args):
1791 """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