(self)
| 291 | self.install_dir = None |
| 292 | |
| 293 | def finalize_options(self): |
| 294 | self.set_undefined_options('symlink', |
| 295 | ('install_lib', 'install_dir'), |
| 296 | ) |
| 297 | |
| 298 | def run(self): |
| 299 | if sys.platform == 'win32': |
nothing calls this directly
no outgoing calls
no test coverage detected