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

Method A

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

Source from the content-addressed store, hash-verified

371@ignore_charray_deprecation
372class TestMethods:
373 def A(self):
374 return np.array([[' abc ', ''],
375 ['12345', 'MixedCase'],
376 ['123 \t 345 \0 ', 'UPPER']],
377 dtype='S').view(np.char.chararray)
378
379 def B(self):
380 return np.array([[' \u03a3 ', ''],

Callers 15

test_capitalizeMethod · 0.95
test_centerMethod · 0.95
test_expandtabsMethod · 0.95
test_joinMethod · 0.95
test_ljustMethod · 0.95
test_lowerMethod · 0.95
test_lstripMethod · 0.95
test_partitionMethod · 0.95
test_replaceMethod · 0.95
test_rjustMethod · 0.95
test_rpartitionMethod · 0.95
test_rsplitMethod · 0.95

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected