Searched refs:PyObject_Not (Results 1 – 18 of 18) sorted by relevance
17 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
320 PyObject_Not
262 PyAPI_FUNC(int) PyObject_Not(PyObject *);
449 cmp_result = PyObject_Not(r0->length); in range_equals()514 cmp_result = PyObject_Not(r->length); in range_hash()
1421 PyObject_Not(PyObject *v) in PyObject_Not() function
486 PyAPI_FUNC(int) PyObject_Not(PyObject *);
486 PyObject_Not=python39.PyObject_Not
498 if ((Py_TYPE(value)->tp_as_sequence == NULL) && PyObject_Not(value)) { in Subscript()
104 spami(op_not_ , PyObject_Not) in spami()
473 "PyObject_Not"
278 .. c:function:: int PyObject_Not(PyObject *o)
236 return PyObject_Not(a); in _operator_not__impl()
330 .. c:function:: int PyObject_Not(PyObject *o)
110 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
1757 PyObject_Not:int:::1758 PyObject_Not:PyObject*:o:0:
1600 PyObject_Not(PyObject *v) in PyObject_Not() function
199 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),29610 - New function PyObject_Not(x) calculates (not x) according to Python's
12231 - New function PyObject_Not(x) calculates (not x) according to Python's