1 /* 2 Helper function to return output types, now we need to use a list 3 instead of a tuple since all the other types 4 (std::pair,std::vector,std::list,etc) return tuples. 5 */ 6 7 #warning "Deprecated file: Don't use t_output_helper anymore," 8 #warning "use SWIG_Python_AppendOutput or %append_output instead." 9