Searched refs:_get_option (Results 1 – 1 of 1) sorted by relevance
/external/autotest/database/ |
D | database_connection.py | 178 def _get_option(self, name, provided_value, use_afe_setting=False): member in DatabaseConnection 224 self.db_name = self._get_option('db_name', db_name) 229 self.db_type = self._get_option('db_type', db_type, use_afe_setting) 230 self.host = self._get_option('host', host, use_afe_setting) 231 self.username = self._get_option('username', username, use_afe_setting) 232 self.password = self._get_option('password', password, use_afe_setting)
|