Пример #1
0
def case_executions(executions, expand_tree=None):
    
    if expand_tree is None:
        expand_tree = {}
    return [Preserializer.case_execution(execution, expand_tree=expand_tree) for execution in executions]