MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_empty_and_raw

Method test_empty_and_raw

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

Source from the content-addressed store, hash-verified

1680 )
1681
1682 def test_empty_and_raw(self):
1683 self.assert_compile(
1684 BooleanClauseList._construct_raw(operators.and_), ""
1685 )
1686
1687 def test_empty_or_raw(self):
1688 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
_construct_rawMethod · 0.45

Tested by

no test coverage detected