Home | History | Annotate | Download | only in test

Lines Matching refs:lambda

355         serv.register_function(lambda x,y: x+y, 'add')
356 serv.register_function(lambda x: x, test_support.u(r't\xea\u0161t'))
418 serv.get_dispatcher(paths[1]).register_function(lambda x,y: x+y, 'add')