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

Method _original_lines

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

Source from the content-addressed store, hash-verified

358
359 @property
360 def _original_lines(self):
361 # Returns the line as-is from the source, without modifying whitespace.
362 self._set_lines()
363 return self._lines
364
365 @property
366 def _dedented_lines(self):

Callers

nothing calls this directly

Calls 1

_set_linesMethod · 0.95

Tested by

no test coverage detected