From 5ee76c4ff83c18d9dfbcd677a6e9eb5d9c02d254 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 May 2008 10:50:09 +0300 Subject: im a real git lame :) the creation of the new method for arg gettter --- func/minion/modules/func_module.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'func/minion/modules/func_module.py') diff --git a/func/minion/modules/func_module.py b/func/minion/modules/func_module.py index 693d808..16f6681 100644 --- a/func/minion/modules/func_module.py +++ b/func/minion/modules/func_module.py @@ -79,4 +79,13 @@ class FuncModule(object): attr != 'register_rpc': return True return False - + + def __get_method_args(self,meth_name): + """ + Gives a list of arguments for particular given + method_name + + @param meth_name: the name of the method + @retun : list or None + """ + pass -- cgit