On Oct 21, 5:26 am, Scott Gould <zinck...@gmail.com> wrote:

> What's your use case? Are "nest, pest and rest" always "nest, pest and
> rest" -- or could they be "rest, pest and nest", or "nest, best, and
> rest"?

Tx but - the use case is we can't do it like you said. C-:

The point is a REST path that can go arbitrarily shallow or deep
without excessive code.

What I looked for was a lambda here (simplified):

  url( 'nest', lambda *a,**k: doit(a, k) )

but that terminates the lookup on the last item (rest), instead of
calling the lambda on the way down!

> > --
> >   Phlip
> >  http://bit.ly/ZeekLand

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to