Function python_ast::fmt::tokens [] [src]

pub fn tokens(tokens: &[Tk], filter_spaces: bool) -> String

Like fmt::token except take a slice of tokens. optionally filtering the spaces, and join the result of the calls to fmt::token with the index of the token and a newlines to get a big token table.