Home | History | Annotate | Download | only in webkitpy

Lines Matching full:lambda

1145                        lambda x: x.group(1) + ' />'),
1147 lambda x: '<!' + x.group(1) + '>')
1402 attrs = ''.join(map(lambda(x, y): ' %s="%s"' % (x, y), attrs))