> Um -- if you don't want a and c being passed in, why put them in the > function signature?
He wants both or neither to be passed in. -- Devin On Sun, Dec 25, 2011 at 11:27 PM, Ethan Furman <et...@stoneleaf.us> wrote: > GZ wrote: >> >> Hi, >> >> I run into a weird problem. I have a piece of code that looks like the >> following: >> >> f(...., a=None, c=None): >> assert (a==None)==(c==None) > > > > Um -- if you don't want a and c being passed in, why put them in the > function signature? > > ~Ethan~ > -- > http://mail.python.org/mailman/listinfo/python-list -- http://mail.python.org/mailman/listinfo/python-list