Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyObject_IsTrue

657     ok = PyObject_IsTrue(res);

1010 ok = PyObject_IsTrue(res);
1567 PyObject_IsTrue(PyObject *v)
1598 res = PyObject_IsTrue(v);