Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zzzeek/sqlalchemy
/ test_constants_are_singleton
Method
test_constants_are_singleton
test/sql/test_operators.py:1765–1768 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1763
)
1764
1765
def
test_constants_are_singleton(self):
1766
is_(null(), null())
1767
is_(false(), false())
1768
is_(true(), true())
1769
1770
def
test_constant_render_distinct(self):
1771
self.assert_compile(
Callers
nothing calls this directly
Calls
4
is_
Function · 0.90
null
Function · 0.90
false
Function · 0.90
true
Function · 0.90
Tested by
no test coverage detected