(self)
| 10 | |
| 11 | class bdist_wheel(_bdist_wheel): |
| 12 | def finalize_options(self): |
| 13 | _bdist_wheel.finalize_options(self) |
| 14 | self.root_is_pure = False |
| 15 | |
| 16 | dirname = path.dirname(path.abspath(__file__)) |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected