py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.

Also define `mp_type_bytearray`.  These all help to write native modules.

Signed-off-by: Brian Pugh <bnp117@gmail.com>
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Brian Pugh
2024-04-19 16:37:51 -07:00
committed by Damien George
parent a196468c47
commit c624a5c0c4
5 changed files with 18 additions and 4 deletions

View File

@@ -329,8 +329,11 @@ const mp_fun_table_t mp_fun_table = {
mp_obj_new_float_from_d,
mp_obj_get_float_to_f,
mp_obj_get_float_to_d,
mp_load_method_maybe,
mp_get_buffer,
mp_get_stream_raise,
mp_arg_parse_all,
mp_arg_parse_all_kw_array,
mp_binary_get_size,
mp_binary_get_val_array,
mp_binary_set_val_array,