Home
last modified time | relevance | path

Searched refs:mp_obj_attrtuple_print_helper (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjattrtuple.c35 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() function
55 mp_obj_attrtuple_print_helper(print, fields, o); in mp_obj_attrtuple_print()
A Dobjtuple.h59 void mp_obj_attrtuple_print_helper(const mp_print_t *print, const qstr *fields, mp_obj_tuple_t *o);
A Dobjnamedtuple.c68 mp_obj_attrtuple_print_helper(print, fields, &o->tuple); in namedtuple_print()

Completed in 3 milliseconds