ocaml_python_bindgen icon indicating copy to clipboard operation
ocaml_python_bindgen copied to clipboard

You don't always need to generate the pyobject conversions functions

Open mooreryan opened this issue 3 years ago • 0 comments

If you generate with the option --associated-with module then the resulting OCaml module shouldn't need a type t or the of_pyo and to_pyo functions. But currently they are generated.

Look in to whether we can drop some of the extra functions in certain situations like these.

mooreryan avatar Jan 29 '22 03:01 mooreryan