Revision 31d3b918 lib/utils/algo.py
b/lib/utils/algo.py | ||
---|---|---|
95 | 95 |
return list(dup) |
96 | 96 |
|
97 | 97 |
|
98 |
#pylint: disable=W0142 (use of *-magic in argument list) |
|
98 |
#pylint: disable=W0142 |
|
99 |
# (use of *-magic in argument list) |
|
99 | 100 |
def GetRepeatedKeys(*dicts): |
100 | 101 |
"""Return the set of keys defined multiple times in the given dicts. |
101 | 102 |
|
Also available in: Unified diff