muteria.repositoryandcode.callback_object module¶
- class muteria.repositoryandcode.callback_object.BaseCallbackObject(op_retval=None, pre_callback_args=None, post_callback_args=None, repository_rootdir=None, repo_executables_relpaths=None, source_files_to_objects=None, dev_tests_list=None)[source]¶
Bases:
ABC- abstract after_command()[source]¶
This method is executed AFTER the execution of the corrresponding command. The execution of the command return the boolean value that is then set in ‘self.op_retval’ (this is set to None prior execution of the command). :return: (bool) True on success, False on failure.
- class muteria.repositoryandcode.callback_object.DefaultCallbackObject(op_retval=None, pre_callback_args=None, post_callback_args=None, repository_rootdir=None, repo_executables_relpaths=None, source_files_to_objects=None, dev_tests_list=None)[source]¶
Bases:
BaseCallbackObjectUse this class object if no call back is needed