Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyObject_IsTrue

652     ok = PyObject_IsTrue(res);

1005 ok = PyObject_IsTrue(res);
1560 PyObject_IsTrue(PyObject *v)
1591 res = PyObject_IsTrue(v);