nvflare.fuel.hci.server.builtin module
- class BuiltInCmdModule(reg: ServerCommandRegister)[source]
Bases:
CommandModuleBuilt in CommandModule with the ability to list commands.
- Parameters:
reg – ServerCommandRegister
- handle_list_commands(conn: Connection, args: List[str])[source]