mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
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:
committed by
Damien George
parent
a196468c47
commit
c624a5c0c4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user