Closed kwabenantim closed 5 months ago
From the yaml configuration below, a method definition is not generated for the excluded method ClassFoo::MethodBar. However, the pybind11 virtual function trampoline overrides are still generated.
ClassFoo::MethodBar
- name: module_foobar classes: - name: ClassFoo excluded_methods: - MethodBar
From the yaml configuration below, a method definition is not generated for the excluded method
ClassFoo::MethodBar
. However, the pybind11 virtual function trampoline overrides are still generated.