Set default values for options.
(self)
| 19 | Command.__init__(self, dist) |
| 20 | |
| 21 | def initialize_options(self): |
| 22 | """Set default values for options.""" |
| 23 | pass |
| 24 | |
| 25 | def finalize_options(self): |
| 26 | """Post-process options.""" |
nothing calls this directly
no outgoing calls
no test coverage detected