Skip to content

Commit 424dc4f

Browse files
committed
fixup! Add alias for keys/value to monoms/coeffs, add terms function
1 parent 1317bb0 commit 424dc4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flint/flint_base/flint_base.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ cdef class flint_mpoly(flint_elem):
260260
return bool(self[x])
261261

262262
def __iter__(self):
263-
return iter(self.keys())
263+
return iter(self.monoms())
264264

265265
def __pos__(self):
266266
return self

0 commit comments

Comments
 (0)