matflow.RunDirAppFiles#
- class matflow.RunDirAppFiles#
Bases:
RunDirAppFiles
A class to encapsulate the naming/recognition of app-created files within run directories.
Methods
Get the name of the file containing commands.
Get the common prefix for files associated with a run.
Get the prefix to a file in the run directory that the app will dump parameter data to.
Get the prefix to a file in the run directory that the app will load parameter data from.
Take a
JSONLikeDirSnapShot
.- classmethod get_commands_file_name(block_act_key, shell)#
Get the name of the file containing commands.
- Parameters:
block_act_key (BlockActionKey) –
shell (Shell) –
- Return type:
- static get_run_file_prefix(block_act_key)#
Get the common prefix for files associated with a run.
- Parameters:
block_act_key (BlockActionKey) –
- Return type:
- classmethod get_run_param_dump_file_prefix(block_act_key)#
Get the prefix to a file in the run directory that the app will dump parameter data to.
- Parameters:
block_act_key (BlockActionKey) –
- Return type:
- classmethod get_run_param_load_file_prefix(block_act_key)#
Get the prefix to a file in the run directory that the app will load parameter data from.
- Parameters:
block_act_key (BlockActionKey) –
- Return type: