- add_when_block_branches(when_block, branches)#
Add new branches to a when block.
- Parameters:
- when_block
suite.WhenBlock
Input block.
- branches
List
[WhenBranch
] List of intermediate structures describing the branches.
- when_block
- Returns:
List
[suite.WhenBranch
]