Hi Brian,
Parameters are optionals as soon as they have a default value.
@validate(text, text)
def my_func(mandatory, optional=None):
pass
That said, is there a reason why you did not switch to 0.5b1 ?
Cheers,
Christophe
Le 26/03/2013 15:33, Brian Cox a �crit :
> --
> You received this message because you are subscribed to the Google
> Groups "python-wsme" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
python-wsme...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>