MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _sqlite_file_db

Method _sqlite_file_db

test/requirements.py:1290–1293  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

1288 )
1289
1290 def _sqlite_file_db(self, config):
1291 return against(config, "sqlite") and config.db.dialect._is_url_file_db(
1292 config.db.url
1293 )
1294
1295 def _sqlite_memory_db(self, config):
1296 return against(

Callers

nothing calls this directly

Calls 2

againstFunction · 0.90
_is_url_file_dbMethod · 0.80

Tested by

no test coverage detected