On Apr 13, 8:25 am, azeem wrote:
> On Apr 13, 3:45 pm, Aaron Brady wrote:
snip
> > @take_ab
> > def f( c= 42, d= 'some' ):
> > print( 'in f, c= %r, d= %r'% ( c, d ) )
>
> > f( a= 'paramA', b= 'paramB', c= 'other number' )
>
> > /Output:
>
> > aval 'paramA' and bval 'paramB' popped
> > in f, c
On Apr 13, 3:45 pm, Aaron Brady wrote:
> On Apr 13, 5:11 am, Michel Albert wrote:
>
> > A small foreword: This might look like a cherrypy-oriented post, and
> > should therefore go to the cherrypy group, but if you read to the end,
> > you'll see it's a more basic python problem, with cherrypy on
On Apr 13, 12:45 pm, Aaron Brady wrote:
> On Apr 13, 5:11 am, Michel Albert wrote:
>
> > A small foreword: This might look like a cherrypy-oriented post, and
> > should therefore go to the cherrypy group, but if you read to the end,
> > you'll see it's a more basic python problem, with cherrypy o
On Apr 13, 12:52 pm, Jon Clements wrote:
> On 13 Apr, 11:11, Michel Albert wrote:
>
>
>
> > A small foreword: This might look like a cherrypy-oriented post, and
> > should therefore go to the cherrypy group, but if you read to the end,
> > you'll see it's a more basic python problem, with cherryp
On 13 Apr, 11:11, Michel Albert wrote:
> A small foreword: This might look like a cherrypy-oriented post, and
> should therefore go to the cherrypy group, but if you read to the end,
> you'll see it's a more basic python problem, with cherrypy only as an
> example. ;)
>
> From the decorator PEP (3
On Apr 13, 5:11 am, Michel Albert wrote:
> A small foreword: This might look like a cherrypy-oriented post, and
> should therefore go to the cherrypy group, but if you read to the end,
> you'll see it's a more basic python problem, with cherrypy only as an
> example. ;)
>
> From the decorator PEP
A small foreword: This might look like a cherrypy-oriented post, and
should therefore go to the cherrypy group, but if you read to the end,
you'll see it's a more basic python problem, with cherrypy only as an
example. ;)
>From the decorator PEP (318) I get it that you can /add/ parameters to
a ca