MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / getinnerframes

Function getinnerframes

Lib/inspect.py:1037–1046  ·  view source on GitHub ↗

Get a list of records for a traceback's frame and all lower frames. Each record contains a frame object, filename, line number, function name, a list of lines of context, and index within the context.

(tb, context=1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

traceFunction · 0.85

Calls 2

getframeinfoFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected