durusmail: quixote-users: why pass request object to public functions / methods
why pass request object to public functions / methods
why pass request object to public functions / methods
2005-01-03
2005-01-03
2005-01-03
2005-01-03
2005-01-03
2005-01-03
2005-01-03
2005-01-03
2005-01-03
2005-01-03
2005-01-05
2005-01-03
2005-01-03
why pass request object to public functions / methods
Jason Sibre
2005-01-03
Hmmm...  I kinda like that approach.

>    Even better - call it "with_request" instead of "published", and
> combine it with a real "published" decorator that had been being
> discussed a week ago:
>
> @published @with_request
> def myfunc(request):
>    ...
>
> Oleg.


reply