Revision 3767
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/subtract | ||
---|---|---|
4 | 4 |
# - Empty entries without a comment documenting why they are empty, if there is |
5 | 5 |
# a matching entry in A1. |
6 | 6 |
# - Entries whose input and output maps to the same non-empty value in A1 |
7 |
# Multi-safe (supports an input appearing multiple times). Note that if there is |
|
8 |
# *any* mapping for an input in subtract_map, all mappings for that input in |
|
9 |
# from_map will be excluded. |
|
7 | 10 |
|
8 | 11 |
import csv |
9 | 12 |
import operator |
Also available in: Unified diff
subtract: Documented that it's multi-safe (supports an input appearing multiple times)