neuralib.util.verbose.print_load

neuralib.util.verbose.print_load(file, verb='LOAD')[source]

print message for loading file.

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

use flag “load”.

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

  • verb – default ‘LOAD’

Returns:

file

Return type:

Path