(self)
| 185 | self.check_inexact_conversion({"a", "b"}, "vector<string>") |
| 186 | |
| 187 | def test_empty_list(self): |
| 188 | self.check_conversion([]) |
| 189 | |
| 190 | def test_empty_ndarray(self): |
| 191 | self.check_inexact_conversion(np.ndarray((0,))) |
nothing calls this directly
no test coverage detected