Exemple #1
0
 def get_runtime_state( self ):
     state = DefaultToolState()
     state.inputs = dict( input=None )
     return state
Exemple #2
0
 def __inputs_to_state(self, inputs):
     tool_state = DefaultToolState()
     tool_state.inputs = inputs
     return tool_state
Exemple #3
0
 def __inputs_to_state( self, inputs ):
     tool_state = DefaultToolState()
     tool_state.inputs = inputs
     return tool_state
Exemple #4
0
 def get_runtime_state(self):
     state = DefaultToolState()
     state.inputs = self.state.inputs
     return state
Exemple #5
0
 def get_runtime_state( self ):
     state = DefaultToolState()
     state.inputs = self.state.inputs
     return state