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 | |
| std::vector< handle > | args |
| Arguments passed to the function: More... | |
| std::vector< bool > | args_convert |
The convert value the arguments should be loaded with. More... | |
| object | args_ref |
| const function_record & | func |
| The function data: More... | |
| handle | init_self |
If this is a call to an initializer, this argument contains self More... | |
| object | kwargs_ref |
| handle | parent |
| The parent, if any. More... | |
|
inline |
| std::vector<handle> function_call::args |
| std::vector<bool> function_call::args_convert |
| object function_call::args_ref |
| const function_record& function_call::func |
| handle function_call::init_self |