"vinjvinj" wrote:

> I was fearing that. The expose decorator is the only one that comes
> with cherrypy. The other ones are mine and are of the format:
>
> def decorator(func):
>     def wrapper(self, *args, **kwargs)
>          some code
>     return wrapper

what exactly made you think that Python would be able to run your
code *without* calling your function ?

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to