Searched refs:PyObject_Not (Results 1 – 17 of 17) sorted by relevance
320 PyObject_Not
448 cmp_result = PyObject_Not(r0->length); in range_equals()517 cmp_result = PyObject_Not(r->length); in range_hash()
1254 PyObject_Not(PyObject *v) in PyObject_Not() function
484 PyObject_Not=python36.PyObject_Not
486 PyAPI_FUNC(int) PyObject_Not(PyObject *);
556 PyAPI_FUNC(int) PyObject_Not(PyObject *);
504 if ((Py_TYPE(value)->tp_as_sequence == NULL) && PyObject_Not(value)) { in Extend()
104 spami(op_not_ , PyObject_Not) in spami()
473 "PyObject_Not"
83 spami(op_not_ , PyObject_Not) in spami()
330 .. c:function:: int PyObject_Not(PyObject *o)
337 .. c:function:: int PyObject_Not(PyObject *o)
1595 PyObject_Not(PyObject *v) in PyObject_Not() function
5839 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
199 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),29610 - New function PyObject_Not(x) calculates (not x) according to Python's
826 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
12231 - New function PyObject_Not(x) calculates (not x) according to Python's