Searched refs:func_negative (Results 1 – 1 of 1) sorted by relevance
1196 func_negative = lambda n: n < 0 function1197 reversed_functions = {POSITIVE: func_negative, NEGATIVE: func_positive}