nvflare.fuel.hci.server.builtin module

class BuiltInCmdModule(reg: ServerCommandRegister)[source]

Bases: CommandModule

Built in CommandModule with the ability to list commands.

Parameters:

reg – ServerCommandRegister

get_spec()[source]
handle_list_commands(conn: Connection, args: List[str])[source]
new_command_register_with_builtin_module(app_ctx)[source]

Creates ServerCommandRegister and registers builtin command module.

Parameters:

app_ctx – engine

Returns: ServerCommandRegister