[Numpy-discussion] Not all typecodes have names

Charles R Harris charlesr.harris at gmail.com
Sun May 25 01:56:30 EDT 2008


? 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080524/9cd1c078/attachment.html>


More information about the NumPy-Discussion mailing list