Parcourir la source

[2254] suggested doc extension

JINMEI Tatuya il y a 12 ans
Parent
commit
fa10a89c1e
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/bin/bindctl/bindcmd.py

+ 4 - 0
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