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

Method test_isupper

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

Source from the content-addressed store, hash-verified

335 )
336
337 def test_isupper(self):
338 A = self.A()
339 assert_(issubclass(A.isupper().dtype.type, np.bool))
340 assert_array_equal(A.isupper(), [[False, False], [False, False], [False, True]])
341
342 def test_rfind(self):
343 A = self.A()

Callers

nothing calls this directly

Calls 4

AMethod · 0.95
assert_Function · 0.90
assert_array_equalFunction · 0.90
isupperMethod · 0.80

Tested by

no test coverage detected