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

Method _load_lines

Lib/traceback.py:1267–1270  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1265 return stype
1266
1267 def _load_lines(self):
1268 """Private API. force all lines in the stack to be loaded."""
1269 for frame in self.stack:
1270 frame.line
1271
1272 def __eq__(self, other):
1273 if isinstance(other, TracebackException):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected