The root directory from which to include headers.
(self, arch)
| 1674 | self.ctx.python_recipe = self |
| 1675 | |
| 1676 | def include_root(self, arch): |
| 1677 | '''The root directory from which to include headers.''' |
| 1678 | raise NotImplementedError('Not implemented in TargetPythonRecipe') |
| 1679 | |
| 1680 | def link_root(self): |
| 1681 | raise NotImplementedError('Not implemented in TargetPythonRecipe') |
no outgoing calls
no test coverage detected