Searched refs:gc_set_thresh (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1169 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/ |
D | gcmodule.c | 1184 gc_set_thresh(PyObject *self, PyObject *args) in gc_set_thresh() function 1495 {"set_threshold", gc_set_thresh, METH_VARARGS, gc_set_thresh__doc__},
|