tokenize.untokenize(iterable)? Converts tokens back into Python source code. The iterable must return sequences with at least two elements, the token ...
There are many tokens in module tokenize like STRING,BACKQUOTE,AMPEREQUAL etc...You will need to read python's code tokenizer.c to understand the detail...
Python tokenize Module Examples This page shows the popular functions, classes, and variables defined in the tokenize module. They are ordered by their ...