Searched refs:_PyEval_GetSwitchInterval (Results 1 – 3 of 3) sorted by relevance
206 PyAPI_FUNC(unsigned long) _PyEval_GetSwitchInterval(void);
256 unsigned long _PyEval_GetSwitchInterval() in _PyEval_GetSwitchInterval() function
699 return PyFloat_FromDouble(1e-6 * _PyEval_GetSwitchInterval()); in sys_getswitchinterval()