cpython-d ~master (2020-09-09T07:24:20Z)
Dub
Repo
PyFrame_GetLineNumber
deimos
python
frameobject
Return the line of code the frame is currently executing. Availability: >= 2.7
version(Python_2_7_Or_Later)
int
PyFrame_GetLineNumber
(
PyFrameObject
*
)
Meta
Source
See Implementation
deimos
python
frameobject
functions
PyFrame_BlockPop
PyFrame_BlockSetup
PyFrame_Check
PyFrame_ClearFreeList
PyFrame_ExtendStack
PyFrame_FastToLocals
PyFrame_GetLineNumber
PyFrame_IsRestricted
PyFrame_LocalsToFast
PyFrame_New
structs
PyFrameObject
PyTryBlock
Return the line of code the frame is currently executing. Availability: >= 2.7