summaryrefslogtreecommitdiffstatshomepage
path: root/py/nativeglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/nativeglue.c')
-rw-r--r--py/nativeglue.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/nativeglue.c b/py/nativeglue.c
index ad2483caed..6bf16f1acc 100644
--- a/py/nativeglue.c
+++ b/py/nativeglue.c
@@ -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,