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

Method showsyntaxerror

Lib/_pyrepl/console.py:169–170  ·  view source on GitHub ↗
(self, filename=None, **kwargs)

Source from the content-addressed store, hash-verified

167 self.can_colorize = _colorize.can_colorize()
168
169 def showsyntaxerror(self, filename=None, **kwargs):
170 super().showsyntaxerror(filename=filename, **kwargs)
171
172 def _excepthook(self, typ, value, tb):
173 import traceback

Callers 1

runsourceMethod · 0.95

Calls 1

superClass · 0.85

Tested by

no test coverage detected