Ejemplo n.º 1
0
 def getlr_sc5(self):
     return map(lambda x: convert_sc5(x, 0, 212), self.getlr())
Ejemplo n.º 2
0
def map_sc5(left_right_tuple):
    return map(lambda x: convert_sc5(x, 0, 212), left_right_tuple)