summaryrefslogtreecommitdiff
path: root/tests/micropython/native_fun_attrs.py
AgeCommit message (Collapse)Author
2022-06-25py/objfun: Support function attributes on native functions.Damien George
Native functions can just reuse the bytecode function attribute code. Signed-off-by: Damien George <damien@micropython.org>