Home
last modified time | relevance | path

Searched refs:PyObject_Not (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpython.def320 PyObject_Not
/external/python/cpython3/Objects/
Drangeobject.c448 cmp_result = PyObject_Not(r0->length); in range_equals()
517 cmp_result = PyObject_Not(r->length); in range_hash()
Dobject.c1254 PyObject_Not(PyObject *v) in PyObject_Not() function
/external/python/cpython3/PC/
Dpython3.def484 PyObject_Not=python36.PyObject_Not
/external/python/cpython2/Include/
Dobject.h486 PyAPI_FUNC(int) PyObject_Not(PyObject *);
/external/python/cpython3/Include/
Dobject.h556 PyAPI_FUNC(int) PyObject_Not(PyObject *);
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc504 if ((Py_TYPE(value)->tp_as_sequence == NULL) && PyObject_Not(value)) { in Extend()
/external/python/cpython2/Modules/
Doperator.c104 spami(op_not_ , PyObject_Not) in spami()
/external/python/cpython2/PC/os2emx/
Dpython27.def473 "PyObject_Not"
/external/python/cpython3/Modules/
D_operator.c83 spami(op_not_ , PyObject_Not) in spami()
/external/python/cpython2/Doc/c-api/
Dobject.rst330 .. c:function:: int PyObject_Not(PyObject *o)
/external/python/cpython3/Doc/c-api/
Dobject.rst337 .. c:function:: int PyObject_Not(PyObject *o)
/external/python/cpython2/Objects/
Dobject.c1595 PyObject_Not(PyObject *v) in PyObject_Not() function
/external/python/cpython3/Misc/
DNEWS5839 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
DHISTORY199 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
29610 - New function PyObject_Not(x) calculates (not x) according to Python's
/external/python/cpython2/Misc/
DNEWS826 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
DHISTORY12231 - New function PyObject_Not(x) calculates (not x) according to Python's