Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_five
Method
test_five
test/sql/test_operators.py:1546–1548 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1544
)
1545
1546
def
test_five(self):
1547
x = column(
"x"
)
1548
self.assert_compile(and_(true()._ifnone(None), x == 7),
"x = :x_1"
)
1549
1550
def
test_six(self):
1551
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