Searched refs:PyNumber_Coerce (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 239 .. 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/ |
D | python.def | 280 PyNumber_Coerce
|
/external/python/cpython2/Include/ |
D | object.h | 488 PyAPI_FUNC(int) PyNumber_Coerce(PyObject **, PyObject **);
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 786 PyNumber_Coerce:int::: 787 PyNumber_Coerce:PyObject**:p1:+1: 788 PyNumber_Coerce:PyObject**:p2:+1:
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1095 c = PyNumber_Coerce(&v, &w); 1116 c = PyNumber_Coerce(&v1, &z1); 1121 c = PyNumber_Coerce(&w2, &z2);
|
D | object.c | 1645 PyNumber_Coerce(PyObject **pv, PyObject **pw) in PyNumber_Coerce() function
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 474 "PyNumber_Coerce"
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 451 if (PyNumber_Coerce(&v, &w) < 0) in builtin_coerce()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5816 - PyNumber_Coerce() and PyNumber_CoerceEx() now also invoke the type's 14305 PyNumber_Coerce, added PyMapping_DelItem. Also fixed a bug in
|