Numworks Epsilon  1.4.1
Graphing Calculator Operating System
class_lookup_data Struct Reference

Public Attributes

mp_obj_instance_tobj
 
qstr attr
 
size_t meth_offset
 
mp_obj_tdest
 
bool is_type
 

Detailed Description

Definition at line 102 of file objtype.c.

Member Data Documentation

◆ attr

qstr class_lookup_data::attr

Definition at line 104 of file objtype.c.

◆ dest

mp_obj_t* class_lookup_data::dest

Definition at line 106 of file objtype.c.

◆ is_type

bool class_lookup_data::is_type

Definition at line 107 of file objtype.c.

◆ meth_offset

size_t class_lookup_data::meth_offset

Definition at line 105 of file objtype.c.

◆ obj

mp_obj_instance_t* class_lookup_data::obj

Definition at line 103 of file objtype.c.


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