From fa10a89c1e4b03da98f9926f31e1680cf5d4ef5d Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Thu, 27 Sep 2012 16:06:58 -0700 Subject: [PATCH] [2254] suggested doc extension --- src/bin/bindctl/bindcmd.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/bindctl/bindcmd.py b/src/bin/bindctl/bindcmd.py index e798a41c12..5ba8a51873 100644 --- a/src/bin/bindctl/bindcmd.py +++ b/src/bin/bindctl/bindcmd.py @@ -474,6 +474,10 @@ class BindCmdInterpreter(Cmd): """ Returns True if the given (parsed) command is known and has a parameter which points to a config data identifier + + Parameters: + cmd (cmdparse.BindCmdParse): command context, including given params + """ if cmd.module not in self.modules: return False