You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the numpy.dtype.flags bitmasks are exposed in numpy._core.multiarray
the flag numpy._core.multiarray.LIST_PICKLE is used by distributed to determine how best to pickle an ndarray so it would be great if there were a public namespace to access these flags, eg numpy.dtypes.LIST_PICKLE