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

Method _original_lines

Lib/traceback.py:376–379  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

374
375 @property
376 def _original_lines(self):
377 # Returns the line as-is from the source, without modifying whitespace.
378 self._set_lines()
379 return self._lines
380
381 @property
382 def _dedented_lines(self):

Callers

nothing calls this directly

Calls 1

_set_linesMethod · 0.95

Tested by

no test coverage detected