Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dsysmodule.c.h759 sys__getframe_impl(PyObject *module, int depth);
778 return_value = sys__getframe_impl(module, depth); in sys__getframe()
/third_party/python/Python/
Dsysmodule.c1800 sys__getframe_impl(PyObject *module, int depth) in sys__getframe_impl() function