MCPcopy
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)

Calls 1

is_Function · 0.90

Tested by

no test coverage detected