Searched refs:frame_getlasti (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Objects/ |
H A D | frameobject.c | 60 frame_getlasti(PyFrameObject *f, void *closure) in frame_getlasti() function 832 {"f_lasti", (getter)frame_getlasti, NULL, NULL},
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 1359 self.assertEqual(frame.f_lasti, _testcapi.frame_getlasti(frame))
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 6029 frame_getlasti(PyObject *self, PyObject *frame) in frame_getlasti() function 6718 {"frame_getlasti", frame_getlasti, METH_O, NULL},
|
Completed in 16 milliseconds