Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testinternalcapi.c37 get_recursion_depth(PyObject *self, PyObject *Py_UNUSED(args)) in get_recursion_depth() function
530 {"get_recursion_depth", get_recursion_depth, METH_NOARGS},
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_sys.py311 from _testinternalcapi import get_recursion_depth
314 recursion_depth = get_recursion_depth()