Searched refs:frame_gettrace (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | frameobject.c | 388 frame_gettrace(PyFrameObject *f, void *closure) in frame_gettrace() function 424 {"f_trace", (getter)frame_gettrace, (setter)frame_settrace, NULL},
|
/external/python/cpython3/Objects/ |
D | frameobject.c | 483 frame_gettrace(PyFrameObject *f, void *closure) in frame_gettrace() function 514 {"f_trace", (getter)frame_gettrace, (setter)frame_settrace, NULL},
|