(value, dtype)
| 204 | return np.full((shape[0], 1), value, dtype=strs.dtype) |
| 205 | |
| 206 | def broadcastable_col(value, dtype): |
| 207 | return np.full((1, shape[1]), value, dtype=strs.dtype) |
| 208 | |
| 209 | # Test comparison between arr and a like-shap 2D array, a column |
| 210 | # vector, and a row vector. |
nothing calls this directly
no outgoing calls
no test coverage detected