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

Calls 1

is_Function · 0.90

Tested by

no test coverage detected