Macro kalast::kwargs[][src]

macro_rules! kwargs {
    ($py:expr, $(($key:expr, $value:expr)), *) => { ... };
}

Binding to create **kwargs.