Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/support/
D__init__.py2242 def get_recursion_depth(): function
2249 depth = _testinternalcapi.get_recursion_depth()
2272 depth = get_recursion_depth()
2293 depth = get_recursion_depth()
/external/python/cpython3/Modules/
D_testinternalcapi.c106 get_recursion_depth(PyObject *self, PyObject *Py_UNUSED(args)) in get_recursion_depth() function
2024 {"get_recursion_depth", get_recursion_depth, METH_NOARGS},
/external/python/cpython3/Lib/test/
Dtest_sys.py348 depth = support.get_recursion_depth()
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a1.rst5290 Add ``get_recursion_available()`` and ``get_recursion_depth()`` functions to