Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_asynciomodule.c145 int is_res_true = PyObject_IsTrue(res); in _is_coroutine() local
147 if (is_res_true <= 0) { in _is_coroutine()
148 return is_res_true; in _is_coroutine()