MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / setup_bind

Method setup_bind

test/sql/test_resultset.py:3207–3211  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

3205
3206 @classmethod
3207 def setup_bind(cls):
3208 cls.engine = engine = engines.testing_engine(
3209 "sqlite://", options={"scope": "class"}
3210 )
3211 return engine
3212
3213 @classmethod
3214 def define_tables(cls, metadata):

Callers

nothing calls this directly

Calls 1

testing_engineMethod · 0.80

Tested by

no test coverage detected