MCPcopy Create free account
hub / github.com/numpy/numpy / isnumber

Function isnumber

numpy/testing/_private/utils.py:655–656  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

653 ox, oy = x, y
654
655 def isnumber(x):
656 return x.dtype.char in '?bhilqpBHILQPefdgFDG'
657
658 def istime(x):
659 return x.dtype.char in "Mm"

Callers 1

assert_array_compareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected