Searched refs:cell_cls (Results 1 – 2 of 2) sorted by relevance
255 PyObject *cell_cls = PyCell_GET(cell); in builtin___build_class__() local256 if (cell_cls != cls) { in builtin___build_class__()261 if (cell_cls == NULL) { in builtin___build_class__()270 PyErr_Format(PyExc_TypeError, msg, cell_cls, name, cls); in builtin___build_class__()
187 for cell_cls in cells:191 cell = cell_cls(2, dtype=dtypes.int32)