bundle.pybind.resolved.module¶
Classes¶
This class defines the resolved configuration options required to build a pybind11 extension module. |
Module Contents¶
- class bundle.pybind.resolved.module.ModuleResolved(/, **data: Any)[source]¶
Bases:
bundle.core.data.DataThis class defines the resolved configuration options required to build a pybind11 extension module. In addition of ModuleSpec, add the resolved pkg-config information.
- pkgconfig: bundle.pybind.resolved.pkgconfig.PkgConfigResolved = None¶
- property include_dirs: list[str]¶
pybind11 include first, then spec-level dirs, then any pkg-config includes.