Skip to content

Commit 9e21551

Browse files
author
Matthias Koeppe
committed
FiniteFamily: Simpler solution that makes EnumeratedSets mixins work correctly
1 parent 91d04f4 commit 9e21551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/sets/family.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ from sage.structure.parent cimport Parent
33

44
cdef class AbstractFamily(Parent):
55
cdef public __custom_name
6+
cdef dict __dict__ # enables Python attributes as needed for EnumeratedSets()
67

78

89
cdef class FiniteFamily(AbstractFamily):

0 commit comments

Comments
 (0)