Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_9669_and
Function
test_9669_and
test/typing/plain_files/orm/orm_querying.py:36–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
36
def
test_9669_and() -> None:
37
select(A).options(selectinload(A.bs.and_(B.data ==
"some data"
)))
38
39
40
def
test_9669_of_type() -> None:
Callers
nothing calls this directly
Calls
4
select
Function · 0.90
selectinload
Function · 0.90
options
Method · 0.45
and_
Method · 0.45
Tested by
no test coverage detected