pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
PyFrame_FastToLocals
deimos
python
frameobject
Conversions between "fast locals" and locals in dictionary
void
PyFrame_LocalsToFast
(
PyFrameObject
*,
int
)
void
PyFrame_FastToLocals
(
PyFrameObject
*)
extern (
C
)
void
PyFrame_FastToLocals
(
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
Conversions between "fast locals" and locals in dictionary