cli
existing_dir(path)
Check if path points to an existing directory
Source code in ipsl_common/cli.py
15 16 17 18 19 20 21 22 | |
existing_file(path)
Check if path points to an existing file
Source code in ipsl_common/cli.py
5 6 7 8 9 10 11 12 | |