hpcflow.sdk.core.actions.ACTION_SCOPE_ALLOWED_KWARGS#
- hpcflow.sdk.core.actions.ACTION_SCOPE_ALLOWED_KWARGS: Mapping[str, frozenset[str]] = {'ANY': frozenset({}), 'INPUT_FILE_GENERATOR': frozenset({'file'}), 'MAIN': frozenset({}), 'OUTPUT_FILE_PARSER': frozenset({'output'}), 'PROCESSING': frozenset({})}#
Keyword arguments permitted for particular scopes.