(self)
| 191 | self.check_inexact_conversion(np.ndarray((0,))) |
| 192 | |
| 193 | def test_empty_dict(self): |
| 194 | self.check_conversion({}) |
| 195 | |
| 196 | def test_scalar_string(self): |
| 197 | self.check_conversion("spam", "string") |
nothing calls this directly
no test coverage detected