Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dsysmodule.c.h301 sys_setswitchinterval_impl(PyObject *module, double interval);
319 return_value = sys_setswitchinterval_impl(module, interval); in sys_setswitchinterval()
/third_party/python/Python/
Dsysmodule.c1140 sys_setswitchinterval_impl(PyObject *module, double interval) in sys_setswitchinterval_impl() function