Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h478 PyAPI_FUNC(PyObject *) PyNumber_Positive(PyObject *o);
/third_party/python/Objects/
Dweakrefobject.c541 WRAP_UNARY(proxy_pos, PyNumber_Positive) in WRAP_BINARY()
Dabstract.c1355 PyNumber_Positive(PyObject *o) in PyNumber_Positive() function
/third_party/python/Doc/c-api/
Dnumber.rst89 .. c:function:: PyObject* PyNumber_Positive(PyObject *o)
/third_party/python/Doc/data/
Dstable_abi.dat436 function,PyNumber_Positive,3.2,
Drefcounts.dat1525 PyNumber_Positive:PyObject*::+1:
1526 PyNumber_Positive:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c412 EXPORT_FUNC(PyNumber_Positive)
/third_party/python/Python/
Dast_opt.c94 [UAdd] = PyNumber_Positive, in fold_unaryop()
Dceval.c1942 PyObject *res = PyNumber_Positive(value); in _PyEval_EvalFrameDefault()
/third_party/python/Modules/
D_operator.c171 return PyNumber_Positive(a); in _operator_pos()
/third_party/python/Misc/
Dstable_abi.txt988 function PyNumber_Positive