Beispiel #1
0
    def execute(self):
        """
		See :py:func:`waflib.Context.Context.execute`
		"""
        super(OptionsContext, self).execute()
        self.parse_args()
        Utils.alloc_process_pool(options.jobs)
Beispiel #2
0
	def execute(self):
		"""
		See :py:func:`waflib.Context.Context.execute`
		"""
		super(OptionsContext, self).execute()
		self.parse_args()
		Utils.alloc_process_pool(options.jobs)
Beispiel #3
0
	def execute(self):
		super(OptionsContext,self).execute()
		self.parse_args()
		Utils.alloc_process_pool(options.jobs)
Beispiel #4
0
 def execute(self):
     super(OptionsContext, self).execute()
     self.parse_args()
     Utils.alloc_process_pool(options.jobs)