Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _assert_true
Method
_assert_true
test/sql/test_operators.py:2824–2825 ·
view source on GitHub ↗
(self, expr)
Source
from the content-addressed store, hash-verified
2822
)
2823
2824
def
_assert_true(self, expr):
2825
is_(bool(expr), True)
2826
2827
def
_assert_false(self, expr):
2828
is_(bool(expr), False)
Callers
4
test_column_identity_eq
Method · 0.95
test_binary_identity_eq
Method · 0.95
test_labeled_binary_identity_eq
Method · 0.95
test_annotated_binary_identity_eq
Method · 0.95
Calls
1
is_
Function · 0.90
Tested by
no test coverage detected