(value, dtype)
| 201 | check_arrays(strs != arr, np.zeros_like(strs, dtype=bool)) |
| 202 | |
| 203 | def broadcastable_row(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) |
nothing calls this directly
no outgoing calls
no test coverage detected