MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_repr_unicode

Method test_repr_unicode

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

Source from the content-addressed store, hash-verified

248 )
249
250 def test_repr_unicode(self):
251 name = quoted_name("姓名", None)
252
253 eq_(repr(name), repr("姓名"))
254
255 def test_literal_column_label_embedded_select_samename_explicit_quote(
256 self,

Callers

nothing calls this directly

Calls 2

quoted_nameClass · 0.90
eq_Function · 0.90

Tested by

no test coverage detected