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
417 cmp_result = PyObject_Not(r0->length); in range_equals()482 cmp_result = PyObject_Not(r->length); in range_hash()
1439 PyObject_Not(PyObject *v) in PyObject_Not() function
484 PyObject_Not=python37.PyObject_Not
486 PyAPI_FUNC(int) PyObject_Not(PyObject *);
569 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"
236 return PyObject_Not(a); in _operator_not__impl()
365 .. c:function:: int PyObject_Not(PyObject *o)
330 .. c:function:: int PyObject_Not(PyObject *o)
110 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
1728 PyObject_Not:int:::1729 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