(data, key, value)
| 1581 | """ |
| 1582 | |
| 1583 | def _add_data(data, key, value): |
| 1584 | data.setdefault(key, []).append(value) |
| 1585 | |
| 1586 | apt_out = [ |
| 1587 | "install ok installed accountsservice 0.6.55-0ubuntu12~20.04.1 amd64", |
nothing calls this directly
no test coverage detected