Source code for sqlconvert.print_tokens


import sys





[docs]def tlist2str(token_list): return u''.join(token.normalized for token in token_list.flatten())