This project is archived. Its data is
read-only
.
This project is
read-only
.
refactor: Use [a, b, *c] instead of [a, b] + c when building list
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
Loading
Loading