Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_sys.py226 from _testcapi import get_recursion_depth
229 recursion_depth = get_recursion_depth()
/external/python/cpython3/Modules/
D_testcapimodule.c4162 get_recursion_depth(PyObject *self, PyObject *args) in get_recursion_depth() function
4782 {"get_recursion_depth", get_recursion_depth, METH_NOARGS},