This project is archived. Its data is
read-only
.
refactor: Use [a, b, *c] instead of [a, b] + c when building list
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
refactor: Use [a, b, *c] instead of [a, b] + c when building list
Benjamin Schubert
requested to merge
bschubert/more-pythonic-list-concat
into
master
Mar 01, 2019
Overview
1
Commits
1
Pipelines
2
Changes
18
Description
This simplifies list concatenation in the project using python idioms
Merge request reports
Loading