Searched refs:PyInt_CheckExact (Results 1 – 12 of 12) sorted by relevance
32 #define PyInt_CheckExact(op) ((op)->ob_type == &PyInt_Type) macro
121 if (PyInt_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()208 if (PyInt_CheckExact(obj) || PyLong_CheckExact(obj) in _need_adapt()
134 if (PyInt_CheckExact(v)) { in int_dealloc()957 if (PyInt_CheckExact(v)) in int_int()1486 if (PyInt_CheckExact(p) && p->ob_refcnt != 0) in PyInt_ClearFreeList()1496 if (!PyInt_CheckExact(p) || in PyInt_ClearFreeList()1560 if (PyInt_CheckExact(p) && p->ob_refcnt != 0) in PyInt_Fini()
426 || PyInt_CheckExact(op) in _PyCode_ConstantKey()
1627 if (PyInt_CheckExact(o)) {
5285 if (PyInt_CheckExact(temp) || PyBool_Check(temp))
125 PyInt_CheckExact(text) || in escape()
1464 if (PyInt_CheckExact(v) && PyInt_CheckExact(w)) { in PyEval_EvalFrameEx()1498 if (PyInt_CheckExact(v) && PyInt_CheckExact(w)) { in PyEval_EvalFrameEx()1525 if (PyList_CheckExact(v) && PyInt_CheckExact(w)) { in PyEval_EvalFrameEx()1712 if (PyInt_CheckExact(v) && PyInt_CheckExact(w)) { in PyEval_EvalFrameEx()1744 if (PyInt_CheckExact(v) && PyInt_CheckExact(w)) { in PyEval_EvalFrameEx()2554 if (PyInt_CheckExact(w) && PyInt_CheckExact(v)) { in PyEval_EvalFrameEx()
2342 if (PyInt_CheckExact(result)) { in builtin_sum()2354 if (PyInt_CheckExact(item)) { in builtin_sum()2395 if (PyInt_CheckExact(item)) { in builtin_sum()
239 else if (PyInt_CheckExact(v)) { in w_object()
33 .. c:function:: int PyInt_CheckExact(PyObject *o)
584 else if (PyInt_CheckExact(fieldobj)) in render_field()