(self)
| 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, |
nothing calls this directly
no test coverage detected