Searched refs:_user_selection (Results 1 – 2 of 2) sorted by relevance
65 PluginDeployment._user_selection = 'yes'66 self.assertEqual(PluginDeployment._user_selection, 'yes')67 PluginDeployment._user_selection = 'no'68 self.assertEqual(PluginDeployment._user_selection, 'no')
65 self._user_selection = choice104 def _user_selection(self): member in PluginDeployment113 @_user_selection.setter114 def _user_selection(self, selection): member in PluginDeployment