(self, arch)
| 1670 | super().__init__(*args, **kwargs) |
| 1671 | |
| 1672 | def prebuild_arch(self, arch): |
| 1673 | super().prebuild_arch(arch) |
| 1674 | self.ctx.python_recipe = self |
| 1675 | |
| 1676 | def include_root(self, arch): |
| 1677 | '''The root directory from which to include headers.''' |
nothing calls this directly
no test coverage detected