Searched refs:mp_obj_attrtuple_print_helper (Results 1 – 3 of 3) sorted by relevance
35 void mp_obj_attrtuple_print_helper(const mp_print_t *print, const qstr *fields, mp_obj_tuple_t *o) { in mp_obj_attrtuple_print_helper() function55 mp_obj_attrtuple_print_helper(print, fields, o); in mp_obj_attrtuple_print()
59 void mp_obj_attrtuple_print_helper(const mp_print_t *print, const qstr *fields, mp_obj_tuple_t *o);
68 mp_obj_attrtuple_print_helper(print, fields, &o->tuple); in namedtuple_print()
Completed in 3 milliseconds