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.h812 sys__getframe_impl(PyObject *module, int depth);
831 return_value = sys__getframe_impl(module, depth); in sys__getframe()
/third_party/python/Python/
Dsysmodule.c1840 sys__getframe_impl(PyObject *module, int depth) in sys__getframe_impl() function