nanobind-stubgen icon indicating copy to clipboard operation
nanobind-stubgen copied to clipboard

Class hierarchy not present in stubs

Open torokati44 opened this issue 1 year ago • 0 comments

If class Base and class Derived : public Base are wrapped, with Base::foo() and Derived::bar() in them, the generated stub lists both foo and bar under Derived separately, instead of having class Derived(Base).

I'm not sure this matters at all for what the purpose of stubs is, but would certainly be nicer and a lot less stub code to fix up after generation.

torokati44 avatar Apr 05 '23 09:04 torokati44