Home | History | Annotate | Download | only in distutils

Lines Matching full:initialize_options

18     are "declared" in 'initialize_options()' and "defined" (given their
51 invokes the 'initialize_options()' method, which is the real
64 self.initialize_options()
113 # initialize_options()
125 def initialize_options(self):
130 between options; generally, 'initialize_options()' implementations
145 'initialize_options()'.
170 'initialize_options()', customized by other commands, the setup
284 has not been changed between 'initialize_options()' and
440 def initialize_options (self):