boxkit.library._action module
Module with implementation of Action utility
- class boxkit.library._action.Action(target=None, nthreads=1, monitor=False, backend='serial')
Bases:
object
Default class for an action.
- static chk_obj_list(obj_list)
Check if obj_list matches the parallel_obj type
- copy()
Custom copy method
- execute(*args, **kwargs)
Custom call signature
- static toparg(*args)
Method to get top argument from args
- type_ = 'default'