Home
last modified time | relevance | path

Searched refs:frame_getlasti (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/
H A Dframeobject.c60 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 Dtest_misc.py1359 self.assertEqual(frame.f_lasti, _testcapi.frame_getlasti(frame))
/third_party/python/Modules/
H A D_testcapimodule.c6029 frame_getlasti(PyObject *self, PyObject *frame) in frame_getlasti() function
6718 {"frame_getlasti", frame_getlasti, METH_O, NULL},

Completed in 16 milliseconds