BoB robotics
The Brains on Board robotics library
pybind11::detail::function_call Struct Reference

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_recordfunc
 The function data:
 
std::vector< handleargs
 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
 

Detailed Description

Internal data associated with a single function call.

Member Data Documentation

◆ args_ref

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).


The documentation for this struct was generated from the following files: