Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyFrame_FastToLocals

708         ; /* f_locals = NULL; will be set by PyFrame_FastToLocals() */
917 PyFrame_FastToLocals(PyFrameObject *f)
959 /* Same test as in PyFrame_FastToLocals() above. */