load_message_file method

load_message_file

Loads a message file from the specified path.

def load_message_file(self, file_path):
    ...
ParameterTypeDescription
file_pathstrThe file path of the message file.

load_message_file

Loads a message file from the specified stream.

def load_message_file(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream of the message file.

See Also