[Soap-Python] Multiple decorators

azurIt azurit at pobox.sk
Fri Sep 30 14:13:42 CEST 2011


>that's normal, you should try that the other way round (i.e. @srpc above 
>@my_decor) if you want that to run every time the method is called.


But i want from it to be called _after_ @srpc so i won't be authenticating client while he is sending invalid parameters - @srpc will filter such requests and return errors to clients. Anyway, i was just trying it for you, i don't want my app to have additional dependences on external modules :) i will use events (just waiting to this issue to be closed: https://github.com/arskom/rpclib/issues/95 ).

Dieter, thnx for suggestion!

azur


More information about the Soap mailing list