? bool
b signed char
h short
i integer
l long integer
q long long integer
p p ----
B unsigned char
H unsigned short
I unsigned integer
L unsigned long integer
Q unsigned long long integer
P P ----
f single precision
d double precision
g long precision
F complex single precision
D complex double precision
G complex long double precision
S string
U unicode
V void
O object

The typecodes come from typecode['All'] and the typenames from typename().
What are the names that should go with p and P?

Chuck
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to