MCPcopy Index your code
hub / github.com/numpy/numpy / test_expandtabs

Method test_expandtabs

numpy/_core/tests/test_defchararray.py:423–425  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

421 assert_(B[0][0] == ' \\u03a3 '.encode('latin1'))
422
423 def test_expandtabs(self):
424 T = self.A().expandtabs()
425 assert_(T[2, 0] == b'123 345 \0')
426
427 def test_join(self):
428 # NOTE: list(b'123') == [49, 50, 51]

Callers

nothing calls this directly

Calls 3

AMethod · 0.95
assert_Function · 0.90
expandtabsMethod · 0.80

Tested by

no test coverage detected