Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ expect_noload_deprecation
Function
expect_noload_deprecation
lib/sqlalchemy/testing/assertions.py:92–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
92
def
expect_noload_deprecation():
93
return
expect_deprecated(
94
r
"The (?:``noload`` loader strategy|noload\(\) option) is deprecated."
95
)
96
97
98
def
expect_deprecated_20(*messages, **kw):
Callers
14
test_selectinload_w_noload_after
Method · 0.90
test_noload_with_joinedload
Method · 0.90
test_noload_with_subqueryload
Method · 0.90
test_o2m_noload
Method · 0.90
test_upgrade_o2m_noload_lazyload_option
Method · 0.90
test_m2o_noload_option
Method · 0.90
test_noload_issue
Method · 0.90
test_noload_issue
Method · 0.90
test_state_noload_to_lazy
Method · 0.90
test_o2m
Method · 0.90
test_m2o
Method · 0.90
test_bidirectional_no_load
Method · 0.90
Calls
1
expect_deprecated
Function · 0.85
Tested by
14
test_selectinload_w_noload_after
Method · 0.72
test_noload_with_joinedload
Method · 0.72
test_noload_with_subqueryload
Method · 0.72
test_o2m_noload
Method · 0.72
test_upgrade_o2m_noload_lazyload_option
Method · 0.72
test_m2o_noload_option
Method · 0.72
test_noload_issue
Method · 0.72
test_noload_issue
Method · 0.72
test_state_noload_to_lazy
Method · 0.72
test_o2m
Method · 0.72
test_m2o
Method · 0.72
test_bidirectional_no_load
Method · 0.72