Searched refs:frame_getlocals (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | frameobject.c | 25 frame_getlocals(PyFrameObject *f, void *closure) in frame_getlocals() function 403 {"f_locals", (getter)frame_getlocals, NULL, NULL},
|
/external/python/cpython2/Objects/ |
D | frameobject.c | 56 frame_getlocals(PyFrameObject *f, void *closure) in WARN_GET_SET() 421 {"f_locals", (getter)frame_getlocals, NULL, NULL},
|