functions.utility.create_filename

create_filename(program, args, aux_text='')[source]

Create the filename string.

Parameters:
  • program (str) – The name of the program.

  • args (dict) – The arguments passed to the program.

  • aux_text (str) – The auxiliary text passed to the filename.

Returns:

filename – The filename string.

Return type:

str