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

Method test_counted_string_with_ws

numpy/core/tests/test_multiarray.py:5603–5606  ·  view source on GitHub ↗
(self, tmp_filename)

Source from the content-addressed store, hash-verified

5601 b'1 2 3 4 ', [1, 2, 3, 4], tmp_filename, dtype=int, sep=' ')
5602
5603 def test_counted_string_with_ws(self, tmp_filename):
5604 self._check_from(
5605 b'1 2 3 4 ', [1, 2, 3], tmp_filename, count=3, dtype=int,
5606 sep=' ')
5607
5608 def test_ascii(self, tmp_filename, decimal_sep_localization):
5609 self._check_from(

Callers

nothing calls this directly

Calls 1

_check_fromMethod · 0.95

Tested by

no test coverage detected