Searched refs:config_section (Results 1 – 4 of 4) sorted by relevance
35 def _get_database_connection(self, config_section=_CONFIG_SECTION): argument36 if config_section == _CONFIG_SECTION:38 db = database_connection.DatabaseConnection(config_section)65 db = self._get_database_connection(config_section=None)
101 config_section = self._config_section()104 _MIGRATIONS_DIRS.get(config_section, _DEFAULT_MIGRATIONS_DIR))
65 struct config_section { struct66 struct config_section *next; argument
185 struct config_section *s; in add_value()286 struct config_section *s; in config_get_value()