matflow.ActionScope#

class matflow.ActionScope(typ, **kwargs)#

Bases: ActionScope

Class to represent the identification of a subset of task schema actions by a filtering process.

Methods

any

from_json_like

input_file_generator

main

output_file_parser

processing

to_dict

to_json_like

to_string

Attributes

app

Parameters:

typ (Union[app.ActionScopeType, str]) –

classmethod any()#
app = App(name='MatFlow', version='0.3.0a129')#
classmethod from_json_like(json_like, shared_data=None)#
classmethod input_file_generator(file=None)#
classmethod main()#
classmethod output_file_parser(output=None)#
classmethod processing()#
to_dict()#
to_json_like(dct=None, shared_data=None, exclude=None, path=None)#
to_string()#