MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _assert_not_quoted

Method _assert_not_quoted

test/sql/test_quote.py:1031–1032  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1029 eq_(value.quote, quote)
1030
1031 def _assert_not_quoted(self, value):
1032 assert not isinstance(value, quoted_name)
1033
1034
1035class NameNormalizeTest(fixtures.TestBase):

Callers 7

test_concat_quotetrueMethod · 0.95
test_concat_quotenoneMethod · 0.95
test_apply_map_plainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected