Пример #1
0
 def initialize_runtime(self):
     """Initializes the runtime component for the job. The runtime component is language specific."""
     self.runbook, self.runtime = runtimefactory.create_runtime(self.job_data, self.runbook_data)
Пример #2
0
 def initialize_runtime(self):
     """Initializes the runtime component for the job. The runtime component is language specific."""
     self.runbook, self.runtime = runtimefactory.create_runtime(self.job_data, self.runbook_data)