MCPcopy
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
36def test_9669_and() -> None:
37 select(A).options(selectinload(A.bs.and_(B.data == "some data")))
38
39
40def test_9669_of_type() -> None:

Callers

nothing calls this directly

Calls 4

selectFunction · 0.90
selectinloadFunction · 0.90
optionsMethod · 0.45
and_Method · 0.45

Tested by

no test coverage detected