Searched refs:mp_raise_NotImplementedError (Results 1 – 23 of 23) sorted by relevance
177 #define mp_raise_NotImplementedError(msg) mp_raise_NotImplementedError_no_msg() macro184 NORETURN void mp_raise_NotImplementedError(mp_rom_error_text_t msg);
324 mp_raise_NotImplementedError(NULL); in array_binary_op()356 mp_raise_NotImplementedError(NULL); in array_binary_op()432 … mp_raise_NotImplementedError(MP_ERROR_TEXT("only slices with step=1 (aka None) are supported")); in array_subscr()463 … mp_raise_NotImplementedError(MP_ERROR_TEXT("array/bytes required on right side")); in array_subscr()
146 …mp_raise_NotImplementedError(MP_ERROR_TEXT("keyword argument(s) not yet implemented - use normal a… in mp_arg_error_unimpl_kw()
400 mp_raise_NotImplementedError(MP_ERROR_TEXT("too many locals for native method")); in asm_thumb_mov_local_check()520 mp_raise_NotImplementedError(MP_ERROR_TEXT("native method too big")); in asm_thumb_b_label()
192 … mp_raise_NotImplementedError(MP_ERROR_TEXT("only slices with step=1 (aka None) are supported")); in str_subscr()
192 … mp_raise_NotImplementedError(MP_ERROR_TEXT("only slices with step=1 (aka None) are supported")); in mp_obj_tuple_subscr()
169 mp_raise_NotImplementedError(NULL); in list_subscr()209 mp_raise_NotImplementedError(NULL); in list_subscr()
221 #define mp_raise_NotImplementedError(msg) (mp_raise_msg(&mp_type_NotImplementedError, (msg))) macro
481 mp_raise_NotImplementedError(MP_ERROR_TEXT("relative import")); in mp_builtin___import__()
390 mp_raise_NotImplementedError(MP_ERROR_TEXT("3-arg pow() not supported")); in mp_builtin_pow()482 mp_raise_NotImplementedError(NULL); in mp_builtin_round()
435 … mp_raise_NotImplementedError(MP_ERROR_TEXT("only slices with step=1 (aka None) are supported")); in bytes_subscr()655 mp_raise_NotImplementedError(MP_ERROR_TEXT("rsplit(None,n)")); in str_rsplit()784 mp_raise_NotImplementedError(MP_ERROR_TEXT("start/end indices")); in str_endswith()1089 mp_raise_NotImplementedError(MP_ERROR_TEXT("attributes not supported yet")); in mp_obj_str_format_helper()
449 mp_raise_NotImplementedError(MP_ERROR_TEXT("unicode name escapes")); in parse_string_literal()
871 mp_raise_NotImplementedError(MP_ERROR_TEXT("conversion to object")); in load_reg_stack_imm()2749 mp_raise_NotImplementedError(MP_ERROR_TEXT("casting")); in emit_native_call_function()2852 mp_raise_NotImplementedError(MP_ERROR_TEXT("native yield")); in emit_native_yield()
1169 mp_raise_NotImplementedError(MP_ERROR_TEXT("multiple inheritance not supported")); in mp_obj_new_type()
1568 NORETURN void mp_raise_NotImplementedError(mp_rom_error_text_t msg) { in mp_raise_NotImplementedError() function
119 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in madc_atten()
258 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_any()265 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_sendbreak()
261 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_any()269 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_sendbreak()
273 mp_raise_NotImplementedError(NULL); in mod_ssl_getpeercert()
247 mp_raise_NotImplementedError(MP_ERROR_TEXT("splitting with sub-captures")); in re_split()
1307 mp_raise_NotImplementedError(NULL); in lwip_socket_sendall()
Completed in 46 milliseconds