as2fm.scxml_converter.scxml_entries.utils.all_non_empty_strings
- as2fm.scxml_converter.scxml_entries.utils.all_non_empty_strings(*in_args) bool
Check if all the arguments are non-empty strings.
- Parameters:
kwargs – The arguments to be checked.
- Returns:
True if all the arguments are non-empty strings, False otherwise.