|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Go to the source code of this file.
Classes | |
| struct | _mp_obj_object_t |
Typedefs | |
| typedef struct _mp_obj_object_t | mp_obj_object_t |
Functions | |
| STATIC mp_obj_t | object_make_new (const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *args) |
Variables | |
| const mp_obj_type_t | mp_type_object |
| typedef struct _mp_obj_object_t mp_obj_object_t |
| STATIC mp_obj_t object_make_new | ( | const mp_obj_type_t * | type, |
| size_t | n_args, | ||
| size_t | n_kw, | ||
| const mp_obj_t * | args | ||
| ) |
Definition at line 36 of file objobject.c.
| const mp_obj_type_t mp_type_object |
Definition at line 74 of file objobject.c.