We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98da3cf commit 77a48e8Copy full SHA for 77a48e8
py/obj.h
@@ -630,7 +630,6 @@ extern const struct _mp_obj_exception_t mp_const_GeneratorExit_obj;
630
// General API for objects
631
632
mp_obj_t mp_obj_new_type(qstr name, mp_obj_t bases_tuple, mp_obj_t locals_dict);
633
-mp_obj_t mp_obj_new_none(void);
634
static inline mp_obj_t mp_obj_new_bool(mp_int_t x) { return x ? mp_const_true : mp_const_false; }
635
mp_obj_t mp_obj_new_cell(mp_obj_t obj);
636
mp_obj_t mp_obj_new_int(mp_int_t value);
0 commit comments