objgenerator: .print(): Output real underlying function name.
diff --git a/py/obj.h b/py/obj.h
index 35c98d3..ea4534b 100644
--- a/py/obj.h
+++ b/py/obj.h
@@ -508,6 +508,7 @@
bool mp_obj_fun_prepare_simple_args(mp_obj_t self_in, uint n_args, uint n_kw, const mp_obj_t *args,
uint *out_args1_len, const mp_obj_t **out_args1, uint *out_args2_len, const mp_obj_t **out_args2);
+const char *mp_obj_code_get_name(const byte *code_info);
mp_obj_t mp_identity(mp_obj_t self);
MP_DECLARE_CONST_FUN_OBJ(mp_identity_obj);