(self)
| 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( |
nothing calls this directly
no test coverage detected