Home | History | Annotate | Download | only in test

Lines Matching refs:get_dispatcher

694         serv.get_dispatcher(paths[0]).register_function(pow)
695 serv.get_dispatcher(paths[1]).register_function(lambda x,y: x+y, 'add')