MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / line

Method line

tools/python-3.11.9-amd64/Lib/traceback.py:314–319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

312
313 @property
314 def line(self):
315 if self._line is None:
316 if self.lineno is None:
317 return None
318 self._line = linecache.getline(self.filename, self.lineno)
319 return self._line.strip()
320
321
322def walk_stack(f):

Callers

nothing calls this directly

Calls 2

stripMethod · 0.80
getlineMethod · 0.45

Tested by

no test coverage detected