MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _assert_quoted

Method _assert_quoted

test/sql/test_quote.py:1027–1029  ·  view source on GitHub ↗
(self, value, quote)

Source from the content-addressed store, hash-verified

1025 eq_(q1.quote, q2.quote)
1026
1027 def _assert_quoted(self, value, quote):
1028 assert isinstance(value, quoted_name)
1029 eq_(value.quote, quote)
1030
1031 def _assert_not_quoted(self, value):
1032 assert not isinstance(value, quoted_name)

Callers 2

test_concat_anonMethod · 0.95
test_rconcat_anonMethod · 0.95

Calls 1

eq_Function · 0.90

Tested by

no test coverage detected