Hi, * Matthew Brett <[email protected]> [2013-08-10]: > On Fri, Aug 9, 2013 at 3:17 PM, Robert Kern <[email protected]> wrote: > > On Fri, Aug 9, 2013 at 11:06 PM, Valentin Haenel <[email protected]> wrote: > >> I have a quick question: Is there a way to get a list of all available > >> Numpy integer dtypes programatically? > > > > [~] > > |8> def all_dtypes(cls):
[snip > or (at least for the standard int dtypes): > > np.sctypes['int'] + np.sctypes['uint'] Thanks Matthew and Robert. That was very helpful. V- _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
