Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2vacpp/
Dpython.def292 PyNumber_Positive
/external/python/cpython3/Include/
Dabstract.h455 PyAPI_FUNC(PyObject *) PyNumber_Positive(PyObject *o);
/external/python/cpython2/Include/
Dabstract.h755 PyAPI_FUNC(PyObject *) PyNumber_Positive(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def412 PyNumber_Positive=python39.PyNumber_Positive
/external/python/cpython2/Objects/
Dweakrefobject.c504 WRAP_UNARY(proxy_pos, PyNumber_Positive) in WRAP_BINARY()
Dabstract.c1425 PyNumber_Positive(PyObject *o) function
/external/python/cpython3/Objects/
Dweakrefobject.c541 WRAP_UNARY(proxy_pos, PyNumber_Positive) in WRAP_BINARY()
Dabstract.c1264 PyNumber_Positive(PyObject *o) in PyNumber_Positive() function
/external/python/cpython2/Modules/
Doperator.c98 spam1(op_pos , PyNumber_Positive) in spami()
/external/python/cpython3/Doc/c-api/
Dnumber.rst89 .. c:function:: PyObject* PyNumber_Positive(PyObject *o)
/external/python/cpython2/PC/os2emx/
Dpython27.def140 "PyNumber_Positive"
/external/python/cpython2/Doc/c-api/
Dnumber.rst88 .. c:function:: PyObject* PyNumber_Positive(PyObject *o)
/external/python/cpython3/Python/
Dast_opt.c82 [UAdd] = PyNumber_Positive, in fold_unaryop()
Dceval.c1558 PyObject *res = PyNumber_Positive(value); in _PyEval_EvalFrameDefault()
/external/python/cpython2/Doc/data/
Drefcounts.dat882 PyNumber_Positive:PyObject*::+1:
883 PyNumber_Positive:PyObject*:o:0:
/external/python/cpython3/Modules/
D_operator.c158 return PyNumber_Positive(a); in _operator_pos()
/external/python/cpython3/Doc/data/
Drefcounts.dat1522 PyNumber_Positive:PyObject*::+1:
1523 PyNumber_Positive:PyObject*:o:0:
/external/python/cpython2/Python/
Dceval.c1334 x = PyNumber_Positive(v); in PyEval_EvalFrameEx()