On Wednesday, August 29, 2012 1:14:09 PM UTC-4, Annet wrote: > > Hi Anthony, > > Thanks for your reply. I am not sure I completely understand **attributes > does. Is it documented somewhere? >
That's not web2py specific -- it's just standard Python. It's a way of passing a dictionary to a function as if each key/value pair in the dictionary were a separate keyword argument in the function call. Anthony --

