(self)
| 1678 | raise NotImplementedError('Not implemented in TargetPythonRecipe') |
| 1679 | |
| 1680 | def link_root(self): |
| 1681 | raise NotImplementedError('Not implemented in TargetPythonRecipe') |
| 1682 | |
| 1683 | @property |
| 1684 | def major_minor_version_string(self): |
no outgoing calls