MCPcopy
hub / github.com/numpy/numpy / isvstring

Function isvstring

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

Source from the content-addressed store, hash-verified

754 return x.dtype.char in "Mm"
755
756 def isvstring(x):
757 return x.dtype.char == "T"
758
759 def robust_any_difference(x, y):
760 # We include work-arounds here to handle three types of slightly

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…