(x)
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…