On 2016-02-05 18:08, Nathann Cohen wrote:
Yes, this is a more universal problem in the UI:I object. It is a *very* simple mistake that has a *very* simple solution: Any function that takes **kwargs as argument must: 1) Remove from kwargs all values it understands
Or just not use **kwargs but real keywords arguments for arguments that it understand. In Cython code, you can even use keyword-only arguments, see https://www.python.org/dev/peps/pep-3102/
-- 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
