Home
last modified time | relevance | path

Searched refs:PyNumber_Invert (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dabstract.h488 PyAPI_FUNC(PyObject *) PyNumber_Invert(PyObject *o);
/third_party/python/Modules/
D_operator.c197 return PyNumber_Invert(a); in _operator_inv()
210 return PyNumber_Invert(a); in _operator_invert()
/third_party/python/Objects/
Dweakrefobject.c543 WRAP_UNARY(proxy_invert, PyNumber_Invert) in WRAP_BINARY()
Dabstract.c1372 PyNumber_Invert(PyObject *o) in PyNumber_Invert() function
/third_party/python/Doc/c-api/
Dnumber.rst103 .. c:function:: PyObject* PyNumber_Invert(PyObject *o)
/third_party/python/Doc/data/
Dstable_abi.dat429 function,PyNumber_Invert,3.2,
Drefcounts.dat1500 PyNumber_Invert:PyObject*::+1:
1501 PyNumber_Invert:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c405 EXPORT_FUNC(PyNumber_Invert)
/third_party/python/Python/
Dast_opt.c92 [Invert] = PyNumber_Invert, in fold_unaryop()
Dceval.c1980 PyObject *res = PyNumber_Invert(value); in _PyEval_EvalFrameDefault()
/third_party/python/Misc/
Dstable_abi.txt976 function PyNumber_Invert