MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_empty_and_raw

Method test_empty_and_raw

test/sql/test_operators.py:1530–1533  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1528 )
1529
1530 def test_empty_and_raw(self):
1531 self.assert_compile(
1532 BooleanClauseList._construct_raw(operators.and_), ""
1533 )
1534
1535 def test_empty_or_raw(self):
1536 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
_construct_rawMethod · 0.45

Tested by

no test coverage detected