Files
micropython/py/objfun.c
Damien George 512da03403 py/objfun: Rename mp_obj_fun_get_name to mp_obj_fun_bc_get_name.
And change the argument to `const mp_obj_fun_bc_t *`.  This makes it clear
that it requires that specific type, rather than a general `mp_obj_t`.

Signed-off-by: Damien George <damien@micropython.org>
2026-02-05 10:43:52 +11:00

21 KiB