Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fixture
Function
fixture
lib/sqlalchemy/testing/util.py:293–294 ·
view source on GitHub ↗
(**kw)
Source
from the content-addressed store, hash-verified
291
292
def
create_fixture(pos):
293
def
fixture(**kw):
294
return
lambda_arg_sets(**kw)[pos]
295
296
fixture.__name__ =
"fixture_%3.3d"
% pos
297
return
fixture
Callers
15
wrap
Method · 0.50
_run_compare_fixture
Method · 0.50
_run_cache_key_fixture
Method · 0.50
_run_cache_key_equal_fixture
Method · 0.50
test_all_present
Method · 0.50
test_compare_labels
Method · 0.50
test_copy_internals
Method · 0.50
test_comparison
Method · 0.50
_test_get
Method · 0.50
_test_o2m_lazyload
Method · 0.50
_test_m2o_lazyload
Method · 0.50
_test_expr
Method · 0.50
Calls
no outgoing calls
Tested by
14
wrap
Method · 0.40
test_all_present
Method · 0.40
test_compare_labels
Method · 0.40
test_copy_internals
Method · 0.40
test_comparison
Method · 0.40
_test_get
Method · 0.40
_test_o2m_lazyload
Method · 0.40
_test_m2o_lazyload
Method · 0.40
_test_expr
Method · 0.40
_test_expr_undocumented_query_constructor
Method · 0.40
test_cascade_deletes_user
Method · 0.40
test_ignores_user
Method · 0.40