![]() |
BoB robotics
The Brains on Board robotics library
|
Internal data associated with a single function call. More...
#include <cast.h>
Public Member Functions | |
function_call (const function_record &f, handle p) | |
Public Attributes | |
const function_record & | func |
The function data: | |
std::vector< handle > | args |
Arguments passed to the function: | |
std::vector< bool > | args_convert |
The convert value the arguments should be loaded with. | |
object | args_ref |
object | kwargs_ref |
handle | parent |
The parent, if any. | |
handle | init_self |
If this is a call to an initializer, this argument contains self | |
Internal data associated with a single function call.
object pybind11::detail::function_call::args_ref |
Extra references for the optional py::args
and/or py::kwargs
arguments (which, if present, are also in args
but without a reference).