Home | History | Annotate | Download | only in util

Lines Matching refs:lambda

290     str1 = str(map_structure(lambda _: _DOT, nest1))
291 str2 = str(map_structure(lambda _: _DOT, nest2))
895 out = map_structure_up_to(shallow_tree, lambda x: 2 * x, inp_val)
905 out = map_structure_up_to(inp_val, lambda val, ops: (val + ops.add) * ops.mul,
916 lambda name, sec: "first_{}_{}".format(len(sec), name),
948 lambda _, *values: func(*values), # Discards the path arg.