MCPcopy
hub / github.com/numpy/numpy / isnumber

Function isnumber

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

Source from the content-addressed store, hash-verified

748 ox, oy = x, y
749
750 def isnumber(x):
751 return type(x.dtype)._is_numeric
752
753 def istime(x):
754 return x.dtype.char in "Mm"

Callers 1

assert_array_compareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…