Skip to content

Commit fc9916c

Browse files
Newtech66vincentmacri
authored andcommitted
Add 'implementation' keyword to self.implementations (if exists)
1 parent e44745d commit fc9916c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/categories/pushout.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3296,6 +3296,7 @@ def __init__(self, polys, names, embeddings=None, structures=None,
32963296
self.latex_names = latex_names
32973297
kwds_self = dict(kwds.items())
32983298
if 'implementation' in kwds_self:
3299+
self.implementations[0] = kwds_self['implementation']
32993300
del kwds_self['implementation']
33003301
self.kwds = kwds_self
33013302

0 commit comments

Comments
 (0)