Problem:acados matlab code convert to python code

Hi :wave:

If I want to convert matlab code to Python code.What should the following code look like in Python?
ocp_model.set(‘dyn_type’, ‘implicit’);
ocp_model.set(‘dyn_expr_f’, model.expr_f_impl);

Are there anybody could help me?

Cheers,

simple