Home
last modified time | relevance | path

Searched refs:PyFrame_FastToLocals (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dframeobject.h90 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
/third_party/python/Objects/
Dframeobject.c1073 PyFrame_FastToLocals(PyFrameObject *f) in PyFrame_FastToLocals() function
/third_party/python/Misc/
DHISTORY25112 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for