We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If Foo is wrapped in module foo and AbstractFoo is in module base, the Foo wrapper cannot currently inherit from the AbstractFoo wrapper.
Foo
foo
AbstractFoo
base
There is some documentation on how to implement this here: https://pybind11.readthedocs.io/en/stable/advanced/misc.html#partitioning-code-over-multiple-extension-modules
The text was updated successfully, but these errors were encountered:
kwabenantim
No branches or pull requests
Summary
If
Foo
is wrapped in modulefoo
andAbstractFoo
is in modulebase
, theFoo
wrapper cannot currently inherit from theAbstractFoo
wrapper.There is some documentation on how to implement this here: https://pybind11.readthedocs.io/en/stable/advanced/misc.html#partitioning-code-over-multiple-extension-modules
The text was updated successfully, but these errors were encountered: