Skip to content

Fix trampoline overrides for excluded methods #43

@kwabenantim

Description

@kwabenantim

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.

  - name: module_foobar

    classes:
      - name: ClassFoo
        excluded_methods:
          - MethodBar

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions