Loading sjrpc/utils/handlers.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ def threadless(func): def pure(func): """ Function handler decorator -- the function is a pure fonction, caller will not pass :class:`RpcConnection` object as first call parameters. will not pass :class:`RpcConnection` object as first call parameters. .. deprecated:: 14 This decorator is useless since the default behavior have change. You Loading Loading
sjrpc/utils/handlers.py +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ def threadless(func): def pure(func): """ Function handler decorator -- the function is a pure fonction, caller will not pass :class:`RpcConnection` object as first call parameters. will not pass :class:`RpcConnection` object as first call parameters. .. deprecated:: 14 This decorator is useless since the default behavior have change. You Loading