Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_call_args_t Struct Reference

#include <runtime.h>

Public Attributes

mp_obj_t fun
 
size_t n_args
 
size_t n_kw
 
size_t n_alloc
 
mp_obj_targs
 

Detailed Description

Definition at line 112 of file runtime.h.

Member Data Documentation

◆ args

mp_obj_t* _mp_call_args_t::args

Definition at line 115 of file runtime.h.

◆ fun

mp_obj_t _mp_call_args_t::fun

Definition at line 113 of file runtime.h.

◆ n_alloc

size_t _mp_call_args_t::n_alloc

Definition at line 114 of file runtime.h.

◆ n_args

size_t _mp_call_args_t::n_args

Definition at line 114 of file runtime.h.

◆ n_kw

size_t _mp_call_args_t::n_kw

Definition at line 114 of file runtime.h.


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