Searched defs:PyFrame_FastToLocals (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dframeobject.c58 PyFrame_FastToLocals(f);
723 ; /* f_locals = NULL; will be set by PyFrame_FastToLocals() */
870 PyFrame_FastToLocals(PyFrameObject *f) function
952 /* Same test as in PyFrame_FastToLocals() above. */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dframeobject.c58 PyFrame_FastToLocals(f);
721 ; /* f_locals = NULL; will be set by PyFrame_FastToLocals() */
868 PyFrame_FastToLocals(PyFrameObject *f) function
950 /* Same test as in PyFrame_FastToLocals() above. */

Completed in 9 milliseconds