Searched refs:static_class_method_make_new (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objtype.c | 47 STATIC mp_obj_t static_class_method_make_new(const mp_obj_type_t *self_in, size_t n_args, size_t n_… 1205 elem->value = static_class_method_make_new(&mp_type_staticmethod, 1, 0, &elem->value); in mp_obj_new_type() 1422 STATIC mp_obj_t static_class_method_make_new(const mp_obj_type_t *self, size_t n_args, size_t n_kw,… in static_class_method_make_new() function 1435 .make_new = static_class_method_make_new, 1441 .make_new = static_class_method_make_new,
|
Completed in 5 milliseconds