(self)
| 190 | """Ticket #1276""" |
| 191 | |
| 192 | def setup_method(self): |
| 193 | TestComparisons.setup_method(self) |
| 194 | self.B = np.array([['efg', '123 '], |
| 195 | ['051', 'tuv']], np.str_).view(np.chararray) |
| 196 | |
| 197 | class TestComparisonsMixed2(TestComparisons): |
| 198 | """Ticket #1276""" |
nothing calls this directly
no test coverage detected