Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Go to the source code of this file.
Classes | |
struct | _mp_obj_closure_t |
Typedefs | |
typedef struct _mp_obj_closure_t | mp_obj_closure_t |
Functions | |
STATIC mp_obj_t | closure_call (mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) |
STATIC void | closure_print (const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) |
mp_obj_t | mp_obj_new_closure (mp_obj_t fun, size_t n_closed_over, const mp_obj_t *closed) |
Variables | |
const mp_obj_type_t | closure_type |
typedef struct _mp_obj_closure_t mp_obj_closure_t |
STATIC mp_obj_t closure_call | ( | mp_obj_t | self_in, |
size_t | n_args, | ||
size_t | n_kw, | ||
const mp_obj_t * | args | ||
) |
Definition at line 39 of file objclosure.c.
STATIC void closure_print | ( | const mp_print_t * | print, |
mp_obj_t | o_in, | ||
mp_print_kind_t | kind | ||
) |
Definition at line 63 of file objclosure.c.
Definition at line 90 of file objclosure.c.
const mp_obj_type_t closure_type |
Definition at line 81 of file objclosure.c.