How can I create a method with 3 non-keyword parameters?
Posted: Mon Dec 23, 2019 12:10 pm
We have these:
But there is no . Is it intentional? Should I always use mp_arg_parse_all instead for methods with more than 3 parameters (including self)?
Code: Select all
MP_DEFINE_CONST_FUN_OBJ_1
MP_DEFINE_CONST_FUN_OBJ_2
MP_DEFINE_CONST_FUN_OBJ_3
Code: Select all
MP_DEFINE_CONST_FUN_OBJ_4