MCPcopy Create free account
hub / github.com/numpy/numpy / test_cast_from_bytes

Method test_cast_from_bytes

numpy/core/tests/test_multiarray.py:1731–1732  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1729
1730 @pytest.mark.xfail(reason="See gh-9847")
1731 def test_cast_from_bytes(self):
1732 self._test_cast_from_flexible(np.bytes_)
1733
1734
1735class TestZeroSizeFlexible:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected