> @Travis: > > > I'd also perhaps not use a classcall on the morphism, but instead > explicitly construct the Homset (parent) and from that, construct the > corresponding element to simplify the class (and it's a natural interface). > > I must admit that I do not understand, but I hope I will once the above is > clearer... > > I'd remove the __classcall__ (or __classcall_private__) and the corresponding metaclass, and everywhere you call FindStatMap(foo), instead just create the parent F = FindStatMaps() and then construct the map(s) by F(foo). It just makes the implementation/code path in this case cleaner (as the user will unlikely never construct these directly as I understand it).
Best, Travis -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
