MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / _fixture

Method _fixture

test/orm/test_bind.py:729–730  ·  view source on GitHub ↗
(self, binds)

Source from the content-addressed store, hash-verified

727 )
728
729 def _fixture(self, binds):
730 return Session(binds=binds)
731
732 def test_bind_base_table_base_class(self):
733 base_class_bind = Mock()

Calls 1

SessionClass · 0.90

Tested by

no test coverage detected