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

Method _load_lines

Lib/traceback.py:1213–1216  ·  view source on GitHub ↗

Private API. force all lines in the stack to be loaded.

(self)

Source from the content-addressed store, hash-verified

1211 return stype
1212
1213 def _load_lines(self):
1214 """Private API. force all lines in the stack to be loaded."""
1215 for frame in self.stack:
1216 frame.line
1217
1218 def __eq__(self, other):
1219 if isinstance(other, TracebackException):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected