Files
Damien George 878f8004fd py/objfun: Support __code__ on functions with children.
If a function has children then the code object returned from __code__ must
contain an `mp_raw_code_t` (actually `mp_raw_code_truncated_t` is enough)
that points to the child table.

Signed-off-by: Damien George <damien@micropython.org>
2026-01-27 01:20:36 +11:00
..
2026-01-04 12:13:34 +11:00
2025-07-25 10:56:02 +10:00
2025-09-16 13:04:42 +10:00
2025-02-25 16:11:33 +11:00