DCWorkflowDefinition_listObjectActions: Always return a vector.
Simplifies callers, as they then do not have to test for None. Also, use sort(key=...), which removes the need for internal 2-tuple wrapping & unwrapping of all result entries. Also, coding style (helps line-based profiling readability) & better naming.
Showing
Please register or sign in to comment