Home
last modified time | relevance | path

Searched refs:PyNumber_Invert (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/
H A Dabstract.h488 PyAPI_FUNC(PyObject *) PyNumber_Invert(PyObject *o);
/third_party/python/Modules/
H A D_operator.c199 return PyNumber_Invert(a); in _operator_inv()
212 return PyNumber_Invert(a); in _operator_invert()
/third_party/python/PC/
H A Dpython3dll.c412 EXPORT_FUNC(PyNumber_Invert)
/third_party/python/Objects/
H A Dweakrefobject.c518 WRAP_UNARY(proxy_invert, PyNumber_Invert)
H A Dabstract.c1361 PyNumber_Invert(PyObject *o) in PyNumber_Invert() function
/third_party/python/Python/
H A Dast_opt.c107 [Invert] = PyNumber_Invert, in fold_unaryop()
H A Dceval.c1951 PyObject *res = PyNumber_Invert(value);

Completed in 21 milliseconds