RosettaCommons / binder

Binder, tool for automatic generation of Python bindings
MIT License
322 stars 66 forks source link

Trampoline custom #252

Closed kliegeois closed 1 year ago

kliegeois commented 1 year ago

This PR adds the option to provide a user declared/defined function to be used inside a member function of a trampoline class. This addresses issue #250.

The PR adds extra documentation (and update the tests) associated to #251.

@lyskov

kliegeois commented 1 year ago

Thanks @lyskov for the review!

kliegeois commented 1 year ago

Thanks @lyskov !