neuralib.util.verbose.print_save

neuralib.util.verbose.print_save(file, verb='SAVE')[source]

print message for saving file.

If file is not existed, ‘+’ will add after verb. File save message doesn’t print twice and more if it shows continuously, so it is okay that wrap a saving method and call print_load() on target file.

use flag “save”.

Parameters:
  • file (str | Path | PathLike[str]) – file path

  • verb – default ‘SAVE’

Returns:

file

Return type:

Path