p2pfl.communication.commands.message.models_ready_command moduleΒΆ

ModelsReady command.

class p2pfl.communication.commands.message.models_ready_command.ModelsReadyCommand(state)[source]ΒΆ

Bases: Command

ModelsReady command.

execute(source, round, **kwargs)[source]ΒΆ

Execute the command.

Parameters:
  • source (str) – The source of the command.

  • round (int) – The round of the command.

  • **kwargs – The command keyword arguments.

Return type:

None

static get_name()[source]ΒΆ

Get the command name.

Return type:

str