Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _assert_true
Method
_assert_true
test/sql/test_operators.py:2998–2999 · test/sql/test_operators.py::NonZeroTest._assert_true
(self, expr)
Source
from the content-addressed store, hash-verified
2996
)
2997
2998
def
_assert_true(self, expr):
2999
is_(bool(expr), True)
3000
3001
def
_assert_false(self, expr):
3002
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