Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
FiniteFamily: Simpler solution that makes EnumeratedSets mixins work …
Browse files Browse the repository at this point in the history
…correctly
  • Loading branch information
Matthias Koeppe committed Jan 7, 2023
1 parent e521c9c commit 02ffd0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/sets/family.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ from sage.structure.parent cimport Parent

cdef class AbstractFamily(Parent):
cdef public __custom_name
cdef dict __dict__ # enables Python attributes as needed for EnumeratedSets()


cdef class FiniteFamily(AbstractFamily):
Expand Down

0 comments on commit 02ffd0a

Please sign in to comment.