mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Because this function is simple it saves code size to have it inlined. Being an auxiliary helper function (and only used in the py/ core) the argument should always be an mp_obj_module_t*, so there's no need for the assert (and having it would require including assert.h in obj.h).
38 KiB
38 KiB