Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c1169 gc_set_thresh(PyObject *self, PyObject *args) in gc_set_thresh() function
1369 {"set_threshold", gc_set_thresh, METH_VARARGS, gc_set_thresh__doc__},
/external/python/cpython3/Modules/
Dgcmodule.c1184 gc_set_thresh(PyObject *self, PyObject *args) in gc_set_thresh() function
1495 {"set_threshold", gc_set_thresh, METH_VARARGS, gc_set_thresh__doc__},