Home
last modified time | relevance | path

Searched refs:PyNumber_Coerce (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dnumber.rst239 .. c:function:: int PyNumber_Coerce(PyObject **p1, PyObject **p2)
249 and don't increment the reference counts. The call ``PyNumber_Coerce(&o1,
255 This function is similar to :c:func:`PyNumber_Coerce`, except that it returns
/external/python/cpython2/PC/os2vacpp/
Dpython.def280 PyNumber_Coerce
/external/python/cpython2/Include/
Dobject.h488 PyAPI_FUNC(int) PyNumber_Coerce(PyObject **, PyObject **);
/external/python/cpython2/Doc/data/
Drefcounts.dat786 PyNumber_Coerce:int:::
787 PyNumber_Coerce:PyObject**:p1:+1:
788 PyNumber_Coerce:PyObject**:p2:+1:
/external/python/cpython2/Objects/
Dabstract.c1095 c = PyNumber_Coerce(&v, &w);
1116 c = PyNumber_Coerce(&v1, &z1);
1121 c = PyNumber_Coerce(&w2, &z2);
Dobject.c1645 PyNumber_Coerce(PyObject **pv, PyObject **pw) in PyNumber_Coerce() function
/external/python/cpython2/PC/os2emx/
Dpython27.def474 "PyNumber_Coerce"
/external/python/cpython2/Python/
Dbltinmodule.c451 if (PyNumber_Coerce(&v, &w) < 0) in builtin_coerce()
/external/python/cpython2/Misc/
DHISTORY5816 - PyNumber_Coerce() and PyNumber_CoerceEx() now also invoke the type's
14305 PyNumber_Coerce, added PyMapping_DelItem. Also fixed a bug in