Home | History | Annotate | Download | only in test

Lines Matching defs:plus

808         def plus(*v):
813 map(plus, [1, 3, 7]),
817 map(plus, [1, 3, 7], [4, 9, 2]),
821 map(plus, [1, 3, 7], [4, 9, 2], [1, 1, 0]),