Searched refs:_BACKEND_MAP (Results 1 – 1 of 1) sorted by relevance
137 _BACKEND_MAP = { variable236 if db_type not in _BACKEND_MAP:238 (db_type, ', '.join(_BACKEND_MAP.keys())))239 backend_class = _BACKEND_MAP[db_type]