MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / runcode

Method runcode

Lib/code.py:90–110  ·  view source on GitHub ↗

Execute a code object. When an exception occurs, self.showtraceback() is called to display a traceback. All exceptions are caught except SystemExit, which is reraised. A note about KeyboardInterrupt: this exception may occur elsewhere in this code, and may

(self, code)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runsourceMethod · 0.95

Calls 2

showtracebackMethod · 0.95
softspaceFunction · 0.85

Tested by

no test coverage detected