Searched refs:PyList_CheckExact (Results 1 – 11 of 11) sorted by relevance
89 if (PyList_CheckExact(list)) { in insort_right()194 if (PyList_CheckExact(list)) { in insort_left()
442 if (PyList_CheckExact(res)) { in element_get_text()462 if (PyList_CheckExact(res)) { in element_get_tail()1770 self->data, PyList_CheckExact(self->data)1775 self->data, PyList_CheckExact(self->data)1848 } else if (PyList_CheckExact(self->data)) {1873 self->data, PyList_CheckExact(self->data)1878 self->data, PyList_CheckExact(self->data)
231 …if (PyTuple_CheckExact(parameters) || PyList_CheckExact(parameters) || (!PyDict_Check(parameters) … in pysqlite_statement_bind_parameters()235 } else if (PyList_CheckExact(parameters)) { in pysqlite_statement_bind_parameters()249 } else if (PyList_CheckExact(parameters)) { in pysqlite_statement_bind_parameters()
45 #define PyList_CheckExact(op) (Py_TYPE(op) == &PyList_Type) macro
43 assert(PyList_CheckExact(consts)); in tuple_of_constants()95 assert(PyList_CheckExact(consts)); in fold_binops_on_constants()197 assert(PyList_CheckExact(consts)); in fold_unaryops_on_constants()
377 else if (PyList_CheckExact(v)) { in w_object()
1525 if (PyList_CheckExact(v) && PyInt_CheckExact(w)) { in PyEval_EvalFrameEx()2226 } else if (PyList_CheckExact(v) && in PyEval_EvalFrameEx()
31 .. c:function:: int PyList_CheckExact(PyObject *p)
107 assert(PyList_CheckExact(op)); in PyList_Fini()313 if (numfree < PyList_MAXFREELIST && PyList_CheckExact(op)) in list_dealloc()815 if (PyList_CheckExact(b) || PyTuple_CheckExact(b) || (PyObject *)self == b) { in listextend()
2189 if (PyList_CheckExact(v))2282 if (PyList_CheckExact(v) || PyTuple_CheckExact(v)) {
343 if (subclasses && PyList_CheckExact(subclasses)) { in InsertEmptyWeakref()