Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dboolobject.h35 #define Py_IsFalse(x) Py_Is((x), Py_False) macro
/external/pytorch/torch/csrc/utils/
Dpythoncapi_compat.h123 # define Py_IsFalse(x) Py_Is(x, Py_False) macro
/external/python/cpython3/Objects/
Dobject.c2990 int Py_IsFalse(PyObject *x) in Py_IsFalse() function