Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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()
Callers
14
test_bind_base_table_base_class
Method · 0.95
test_bind_base_table_joined_sub_class
Method · 0.95
test_bind_joined_sub_table_joined_sub_class
Method · 0.95
test_fallback_table_metadata
Method · 0.95
test_bind_base_table_concrete_sub_class
Method · 0.95
test_bind_sub_table_concrete_sub_class
Method · 0.95
test_bind_base_class_base_class
Method · 0.95
test_bind_mixin_class_simple_class
Method · 0.95
test_bind_base_class_joined_sub_class
Method · 0.95
test_bind_joined_sub_class_joined_sub_class
Method · 0.95
test_bind_base_class_concrete_sub_class
Method · 0.95
test_bind_sub_class_concrete_sub_class
Method · 0.95
Calls
1
Session
Class · 0.90
Tested by
no test coverage detected