Home
last modified time | relevance | path

Searched defs:Py_IsTrue (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dboolobject.h31 #define Py_IsTrue(x) Py_Is((x), Py_True) macro
/external/pytorch/torch/csrc/utils/
Dpythoncapi_compat.h120 # define Py_IsTrue(x) Py_Is(x, Py_True) macro
/external/python/cpython3/Objects/
Dobject.c2985 int Py_IsTrue(PyObject *x) in Py_IsTrue() function