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

Function frame_setlineno

Objects/frameobject.c:93–349  ·  view source on GitHub ↗

Setter for f_lineno - you can set f_lineno from within a trace function in * order to jump to a given line of code, subject to some restrictions. Most * lines are OK to jump to because they don't make any assumptions about the * state of the stack (obvious because you could remove the line and the code * would still work without any stack errors), but there are some constructs * that limit j

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

PyErr_SetStringFunction · 0.85
PyErr_FormatFunction · 0.85
PyInt_AsLongFunction · 0.85
PyString_AsStringAndSizeFunction · 0.85

Tested by

no test coverage detected