Helper class which collects positional, keyword, * and ** arguments for a Python function call. More...
#include <cast.h>
Public Member Functions | |
template<typename... Ts> | |
unpacking_collector (Ts &&...values) | |
const tuple & | args () const & |
const dict & | kwargs () const & |
tuple | args () && |
dict | kwargs () && |
object | call (PyObject *ptr) const |
Call a Python function and pass the collected arguments. More... | |
Helper class which collects positional, keyword, * and ** arguments for a Python function call.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |