Searched refs:cell_cls (Results 1 – 2 of 2) sorted by relevance
226 PyObject *cell_cls = PyCell_GET(cell); in builtin___build_class__() local227 if (cell_cls != cls) { in builtin___build_class__()228 if (cell_cls == NULL) { in builtin___build_class__()236 PyErr_Format(PyExc_TypeError, msg, cell_cls, name, cls); in builtin___build_class__()
153 for cell_cls in cells:157 cell = cell_cls(2, dtype=dtypes.int32)