Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_five
Method
test_five
test/sql/test_operators.py:1698–1700 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1696
)
1697
1698
def
test_five(self):
1699
x = column(
"x"
)
1700
self.assert_compile(and_(true()._ifnone(None), x == 7),
"x = :x_1"
)
1701
1702
def
test_six(self):
1703
x = column(
"x"
)
Callers
nothing calls this directly
Calls
5
column
Function · 0.90
and_
Function · 0.90
true
Function · 0.90
assert_compile
Method · 0.80
_ifnone
Method · 0.80
Tested by
no test coverage detected