(self)
| 1721 | assert_(v[()].astype(bool) is np.True_) |
| 1722 | |
| 1723 | def test_cast_from_void(self): |
| 1724 | self._test_cast_from_flexible(np.void) |
| 1725 | |
| 1726 | @pytest.mark.xfail(reason="See gh-9847") |
| 1727 | def test_cast_from_unicode(self): |
nothing calls this directly
no test coverage detected