#include <cast.h>
| Public Member Functions | |
| tuple | args () && | 
| const tuple & | args () const & | 
| object | call (PyObject *ptr) const | 
| Call a Python function and pass the collected arguments.  More... | |
| dict | kwargs () const | 
| template<typename... Ts> | |
| simple_collector (Ts &&...values) | |
| Private Attributes | |
| tuple | m_args | 
Helper class which collects only positional arguments for a Python function call. A fancier version below can collect any argument, but this one is optimal for simple calls.
| 
 | inlineexplicit | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | private |