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

Method fail

numpy/_core/tests/test_defchararray.py:688–689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

686 A, B = self.A(), self.B()
687
688 def fail():
689 A.isnumeric()
690
691 assert_raises(TypeError, fail)
692 assert_(issubclass(B.isnumeric().dtype.type, np.bool))

Callers

nothing calls this directly

Calls 2

isnumericMethod · 0.80
isdecimalMethod · 0.80

Tested by

no test coverage detected