HomeSort by relevance Sort by last modified time
    Searched refs:config_section (Results 1 - 2 of 2) sorted by null

  /external/autotest/database/
database_connection_unittest.py 35 def _get_database_connection(self, config_section=_CONFIG_SECTION):
36 if config_section == _CONFIG_SECTION:
38 db = database_connection.DatabaseConnection(config_section)
65 db = self._get_database_connection(config_section=None)
migrate.py 101 config_section = self._config_section()
104 _MIGRATIONS_DIRS.get(config_section, _DEFAULT_MIGRATIONS_DIR))

Completed in 381 milliseconds