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

Method test_rpartition

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

Source from the content-addressed store, hash-verified

863 ['This', ' ', 'string'])
864
865 def test_rpartition(self):
866 assert_equal(np.char.rpartition('This string here', ' '),
867 ['This string', ' ', 'here'])
868
869 def test_replace(self):
870 assert_equal(np.char.replace('Python is good', 'good', 'great'),

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
rpartitionMethod · 0.80

Tested by

no test coverage detected