MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / sqlite

Method sqlite

lib/sqlalchemy/testing/requirements.py:1752–1753  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1750
1751 @property
1752 def sqlite(self):
1753 return exclusions.skip_if(lambda: not self._has_sqlite())
1754
1755 @property
1756 def cextensions(self):

Callers

nothing calls this directly

Calls 1

_has_sqliteMethod · 0.95

Tested by

no test coverage detected