MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_concat_quotefalse

Method test_concat_quotefalse

test/sql/test_quote.py:947–949  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

945 self._assert_not_quoted("y" + q1)
946
947 def test_concat_quotefalse(self):
948 q1 = quoted_name("x", False)
949 self._assert_not_quoted("y" + q1)
950
951 def test_concat_quotenone(self):
952 q1 = quoted_name("x", None)

Callers

nothing calls this directly

Calls 2

_assert_not_quotedMethod · 0.95
quoted_nameClass · 0.90

Tested by

no test coverage detected