Macro kalast::add_to_args_after[][src]

macro_rules! add_to_args_after {
    ($py:expr, $tuple:expr, $($var:expr), +) => { ... };
}

Binding to add to existing *args at the end.