Skip to content

Draft: Optional Trampolines

Kwiver bindings employ a convention where not every abstract base class requires a trampoline, even if it is going to be bound.

Add a module level configuration to avoid binding trampoline. Can be extended to customization on a per class basis.

Merge request reports