Home
last modified time | relevance | path

Searched refs:frame_getlocals (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dframeobject.c25 frame_getlocals(PyFrameObject *f, void *closure) in frame_getlocals() function
403 {"f_locals", (getter)frame_getlocals, NULL, NULL},
/external/python/cpython2/Objects/
Dframeobject.c56 frame_getlocals(PyFrameObject *f, void *closure) in WARN_GET_SET()
421 {"f_locals", (getter)frame_getlocals, NULL, NULL},