Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ contains_eager
Function
contains_eager
lib/sqlalchemy/orm/strategy_options.py:2437–2438 ·
view source on GitHub ↗
(*keys: _AttrType, **kw: Any)
Source
from the content-addressed store, hash-verified
2435
2436
@loader_unbound_fn
2437
def
contains_eager(*keys: _AttrType, **kw: Any) -> _AbstractLoad:
2438
return
_generate_from_keys(Load.contains_eager, keys, True, kw)
2439
2440
2441
@loader_unbound_fn
Callers
15
test_no_contains_eager_opt
Method · 0.90
test_defaultload_dont_propagate
Method · 0.90
go
Method · 0.90
test_multi_path_load
Method · 0.90
test_multi_path_load_of_type
Method · 0.90
test_multi_path_load_legacy_join_style
Method · 0.90
test_multi_path_load_of_type
Method · 0.90
test_contains_eager_outermost_w_wrapping_elements
Method · 0.90
test_contains_eager_hard_labeled_selfref
Method · 0.90
test_columns_multi_table_uselabels_contains_eager
Method · 0.90
test_columns_multi_table_uselabels_contains_eager_future
Method · 0.90
test_columns_multi_table_uselabels_cols_contains_eager
Method · 0.90
Calls
1
_generate_from_keys
Function · 0.85
Tested by
15
test_no_contains_eager_opt
Method · 0.72
test_defaultload_dont_propagate
Method · 0.72
go
Method · 0.72
test_multi_path_load
Method · 0.72
test_multi_path_load_of_type
Method · 0.72
test_multi_path_load_legacy_join_style
Method · 0.72
test_multi_path_load_of_type
Method · 0.72
test_contains_eager_outermost_w_wrapping_elements
Method · 0.72
test_contains_eager_hard_labeled_selfref
Method · 0.72
test_columns_multi_table_uselabels_contains_eager
Method · 0.72
test_columns_multi_table_uselabels_contains_eager_future
Method · 0.72
test_columns_multi_table_uselabels_cols_contains_eager
Method · 0.72