2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00

[2254] suggested doc extension

This commit is contained in:
JINMEI Tatuya
2012-09-27 16:06:58 -07:00
parent da0b581e22
commit fa10a89c1e

View File

@@ -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