Searched refs:get_recursion_depth (Results 1 – 2 of 2) sorted by relevance
72 get_recursion_depth(PyObject *self, PyObject *Py_UNUSED(args)) in get_recursion_depth() function201 {"get_recursion_depth", get_recursion_depth, METH_NOARGS},
244 from _testinternalcapi import get_recursion_depth247 recursion_depth = get_recursion_depth()