Macro python_ast::ignore_spaces [] [src]

macro_rules! ignore_spaces {
    ($i:expr, $($args:tt)*) => { ... };
}

Redef of the ws!() macro from nom for filtering based on Tk::id() instead of a bytes. Ignores spaces, tabs, and other whitespace for the scope of the wrapped subparser.