Home
last modified time | relevance | path

Searched refs:_user_selection (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/plugin_lib/
Ddeployment_unittest.py65 PluginDeployment._user_selection = 'yes'
66 self.assertEqual(PluginDeployment._user_selection, 'yes')
67 PluginDeployment._user_selection = 'no'
68 self.assertEqual(PluginDeployment._user_selection, 'no')
Ddeployment.py65 self._user_selection = choice
104 def _user_selection(self): member in PluginDeployment
113 @_user_selection.setter
114 def _user_selection(self, selection): member in PluginDeployment