Reputation: 189686
I have a program which uses at runtime some numpy datatypes e.g. uint8
, int8
, uint16
, int16
, uint32
, int32
.
Is there a way at run time to query these datatype objects and determine the following properties?
Upvotes: 1
Views: 148