[Soap-Python] Multiple decorators

azurIt azurit at pobox.sk
Thu Sep 29 15:34:03 CEST 2011


Hi,

is it somehow possible to use multiple decorators with @rpc/srpc ? When i try this:

@check_login(...)
@srpc(...)
def my_funct(...):
 ...

i got error:

Method '{tests}my_func' not bound to a service class.

Thank you.

azur


More information about the Soap mailing list