MCPcopy
hub / github.com/numpy/numpy / istime

Function istime

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

Source from the content-addressed store, hash-verified

751 return type(x.dtype)._is_numeric
752
753 def istime(x):
754 return x.dtype.char in "Mm"
755
756 def isvstring(x):
757 return x.dtype.char == "T"

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…