Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1035
class
NameNormalizeTest(fixtures.TestBase):
Callers
7
test_concat_quotetrue
Method · 0.95
test_concat_quotefalse
Method · 0.95
test_concat_quotenone
Method · 0.95
test_rconcat_quotetrue
Method · 0.95
test_rconcat_quotefalse
Method · 0.95
test_rconcat_quotenone
Method · 0.95
test_apply_map_plain
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected