Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dabstract.h478 PyAPI_FUNC(PyObject *) PyNumber_Positive(PyObject *o);
/third_party/python/PC/
H A Dpython3dll.c419 EXPORT_FUNC(PyNumber_Positive)
/third_party/python/Objects/
H A Dweakrefobject.c516 WRAP_UNARY(proxy_pos, PyNumber_Positive)
H A Dabstract.c1344 PyNumber_Positive(PyObject *o) in PyNumber_Positive() function
/third_party/python/Modules/
H A D_operator.c173 return PyNumber_Positive(a); in _operator_pos()
/third_party/python/Python/
H A Dast_opt.c109 [UAdd] = PyNumber_Positive, in fold_unaryop()
H A Dceval.c1913 PyObject *res = PyNumber_Positive(value);

Completed in 23 milliseconds